aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-01-16 00:34:43 -0800
committerGlenn Morris2014-01-16 00:34:43 -0800
commitd967cd184c6dff62705de16823ca92b0ceb7ba23 (patch)
tree89d905c4ff407d849b86cde7be1d5acbe57f73c0 /lib-src/ChangeLog
parentc5e24e666e6bdbccdea28619849c9de646b9e799 (diff)
downloademacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.tar.gz
emacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.zip
ChangeLog fixes
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 3941a63ff2b..dc4ec91c512 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1201,7 +1201,7 @@
1201 1201
12022011-01-30 Jim Meyering <meyering@redhat.com> 12022011-01-30 Jim Meyering <meyering@redhat.com>
1203 1203
1204 make-docfile: don't corrupt heap for an invalid .elc file 1204 * make-docfile.c: don't corrupt heap for an invalid .elc file
1205 "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 1205 "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0
1206 one byte before just-malloc'd saved_string buffer. 1206 one byte before just-malloc'd saved_string buffer.
1207 * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic 1207 * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic
@@ -8280,7 +8280,7 @@
8280 8280
82811991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) 82811991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
8282 8282
8283 * make-docfile: Find the arguments to a C function correctly, 8283 * make-docfile.c: Find the arguments to a C function correctly,
8284 by not ignoring the character that read_c_string returns. 8284 by not ignoring the character that read_c_string returns.
8285 Don't even try to find argument names for functions that take MANY 8285 Don't even try to find argument names for functions that take MANY
8286 or UNEVALLED arguments, since they're a figment of the docstring's 8286 or UNEVALLED arguments, since they're a figment of the docstring's
@@ -8288,7 +8288,7 @@
8288 8288
82891991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) 82891991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
8290 8290
8291 * make-docfile: Read the .elc files generated by the new byte 8291 * make-docfile.c: Read the .elc files generated by the new byte
8292 compiler. 8292 compiler.
8293 8293
82941990-12-31 Richard Stallman (rms@mole.ai.mit.edu) 82941990-12-31 Richard Stallman (rms@mole.ai.mit.edu)