diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b141577e4e7..4a6ac368efb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * print.c (print_object): Remove var that is set but not used. | ||
| 4 | |||
| 3 | Replace two copies of readlink code with single gnulib version. | 5 | Replace two copies of readlink code with single gnulib version. |
| 4 | The gnulib version avoids calling malloc in the usual case, | 6 | The gnulib version avoids calling malloc in the usual case, |
| 5 | and on 64-bit hosts doesn't have some arbitrary 32-bit limits. | 7 | and on 64-bit hosts doesn't have some arbitrary 32-bit limits. |