diff options
| author | Paul Eggert | 2011-03-31 23:28:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-31 23:28:48 -0700 |
| commit | d1fdcab7425f36a34ddeaf304e2c6e3c471ba8db (patch) | |
| tree | f59643a560ce58433a9a92dfe615dd18aecc0457 /src/ChangeLog | |
| parent | 63139bfa89692ec666815f57d0658996577a80d3 (diff) | |
| download | emacs-d1fdcab7425f36a34ddeaf304e2c6e3c471ba8db.tar.gz emacs-d1fdcab7425f36a34ddeaf304e2c6e3c471ba8db.zip | |
Replace two copies of readlink code with single gnulib version.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-03-31 Juanma Barranquero <lekktu@gmail.com> | 13 | 2011-03-31 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 14 | ||
| 3 | * xdisp.c (redisplay_internal): Fix prototype. | 15 | * xdisp.c (redisplay_internal): Fix prototype. |