From: Paul Eggert Date: Fri, 1 Apr 2011 07:15:34 +0000 (-0700) Subject: Add Bug#. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~394^2~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f7196bf92ce5d01855c52330b1e865c57f2d5d6;p=emacs.git Add Bug#. --- diff --git a/ChangeLog b/ChangeLog index 979b3efd89e..d7438014f68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2011-04-01 Paul Eggert - 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. diff --git a/src/ChangeLog b/src/ChangeLog index 4a6ac368efb..0d2e48709b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.