diff options
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) |