diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-16 00:34:43 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-16 00:34:43 -0800 |
commit | d967cd184c6dff62705de16823ca92b0ceb7ba23 (patch) | |
tree | 89d905c4ff407d849b86cde7be1d5acbe57f73c0 /lib-src | |
parent | c5e24e666e6bdbccdea28619849c9de646b9e799 (diff) | |
download | emacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.tar.gz |
ChangeLog fixes
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 6 |
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 @@ 2011-01-30 Jim Meyering <meyering@redhat.com> - make-docfile: don't corrupt heap for an invalid .elc file + * make-docfile.c: don't corrupt heap for an invalid .elc file "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 one byte before just-malloc'd saved_string buffer. * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic @@ -8280,7 +8280,7 @@ 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) - * make-docfile: Find the arguments to a C function correctly, + * make-docfile.c: Find the arguments to a C function correctly, by not ignoring the character that read_c_string returns. Don't even try to find argument names for functions that take MANY or UNEVALLED arguments, since they're a figment of the docstring's @@ -8288,7 +8288,7 @@ 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) - * make-docfile: Read the .elc files generated by the new byte + * make-docfile.c: Read the .elc files generated by the new byte compiler. 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) |