diff options
| author | Paul Eggert | 2012-07-25 15:47:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-25 15:47:42 -0700 |
| commit | 71f88e00a23bc38dc6a15bd65bc1e64981546313 (patch) | |
| tree | c8442f88e3f3c702a9d5bb214aa51fe6a6e19d45 /src/ChangeLog | |
| parent | 71f32295cef7d059e22d9e3685d11c4c53d5c328 (diff) | |
| download | emacs-71f88e00a23bc38dc6a15bd65bc1e64981546313.tar.gz emacs-71f88e00a23bc38dc6a15bd65bc1e64981546313.zip | |
Use typedef for EMACS_INT, EMACS_UINT.
* lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
than macros. This simplifies debugging in the usual case, since
it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
and it allows expressions involving EMACS_INT casts.
* .gdbinit (xreload): Simplify by using EMACS_INT cast.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 700ff294c83..88c90dd84d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-07-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use typedef for EMACS_INT, EMACS_UINT. | ||
| 4 | * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather | ||
| 5 | than macros. This simplifies debugging in the usual case, since | ||
| 6 | it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *' | ||
| 7 | and it allows expressions involving EMACS_INT casts. | ||
| 8 | * .gdbinit (xreload): Simplify by using EMACS_INT cast. | ||
| 9 | |||
| 1 | 2012-07-25 Jan Djärv <jan.h.d@swipnet.se> | 10 | 2012-07-25 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 11 | ||
| 3 | * nsterm.m (ns_read_socket): Return early if there is a modal | 12 | * nsterm.m (ns_read_socket): Return early if there is a modal |