diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3f4e4b1b9ff..0f93941151e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2011-02-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT. | ||
| 4 | This avoids collision with config.h's EMACS_INT on some | ||
| 5 | configurations. All uses changed. | ||
| 6 | |||
| 7 | 2011-02-08 Tom Tromey <tromey@redhat.com> | ||
| 8 | |||
| 9 | * make-docfile.c: Unconditionally include stdlib.h. | ||
| 10 | (generate_globals): New global. | ||
| 11 | (xrealloc): New function. | ||
| 12 | (main): Handle '-g'. Call start_globals, write_globals. | ||
| 13 | (scan_file): Conditionally call put_filename. | ||
| 14 | (start_globals): New function. | ||
| 15 | (struct global): New. | ||
| 16 | (num_globals, globals): New globals. | ||
| 17 | (add_global, compare_globals, write_globals): New functions. | ||
| 18 | (scan_c_file): Update for "-g". | ||
| 19 | (scan_lisp_file): Fail if "-g". | ||
| 20 | |||
| 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 21 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 22 | ||
| 3 | * emacsclient.c: conform to C89 pointer rules | 23 | * emacsclient.c: conform to C89 pointer rules |