aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c2e28251cb0..5649c8819d3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12011-04-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 Replace two copies of readlink code with single gnulib version.
4 The gnulib version avoids calling malloc in the usual case,
5 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
6 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
7 * filelock.c (current_lock_owner): Likewise.
8 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
9 * sysdep.c: Include allocator.h, careadlinkat.h.
10 (emacs_no_realloc_allocator): New static constant.
11 (emacs_readlink): New function.
12
12011-03-31 Juanma Barranquero <lekktu@gmail.com> 132011-03-31 Juanma Barranquero <lekktu@gmail.com>
2 14
3 * xdisp.c (redisplay_internal): Fix prototype. 15 * xdisp.c (redisplay_internal): Fix prototype.