aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 3f4e4b1b9ff..40f6958703e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,17 @@
12011-02-08 Tom Tromey <tromey@redhat.com>
2
3 * make-docfile.c: Unconditionally include stdlib.h.
4 (generate_globals): New global.
5 (xrealloc): New function.
6 (main): Handle '-g'. Call start_globals, write_globals.
7 (scan_file): Conditionally call put_filename.
8 (start_globals): New function.
9 (struct global): New.
10 (num_globals, globals): New globals.
11 (add_global, compare_globals, write_globals): New functions.
12 (scan_c_file): Update for "-g".
13 (scan_lisp_file): Fail if "-g".
14
12011-02-05 Paul Eggert <eggert@cs.ucla.edu> 152011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2 16
3 * emacsclient.c: conform to C89 pointer rules 17 * emacsclient.c: conform to C89 pointer rules