]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Bug#.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Apr 2011 07:15:34 +0000 (00:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Apr 2011 07:15:34 +0000 (00:15 -0700)
ChangeLog
src/ChangeLog

index 979b3efd89eb7b6aa599241449020c0b35539f28..d7438014f6862898a2bf0218639e63d98c0ccb9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2011-04-01  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Replace two copies of readlink code with single gnulib version.
+       Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
        * Makefile.in (GNULIB_MODULES): Add careadlinkat.
        * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
        * m4/ssize_t.m4: New files, automatically generated from gnulib.
index 4a6ac368efb710f7e9c7cd0aca83579139d98964..0d2e48709b0c179865f4473d6e572ab72c0f2b02 100644 (file)
@@ -2,7 +2,7 @@
 
        * print.c (print_object): Remove var that is set but not used.
 
-       Replace two copies of readlink code with single gnulib version.
+       Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
        The gnulib version avoids calling malloc in the usual case,
        and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
        * fileio.c (Ffile_symlink_p): Use emacs_readlink.