diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-10 00:17:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-10 00:17:05 +0000 |
commit | efc6e85c74c7085eeb482d225d4074191a2b37d0 (patch) | |
tree | df33fd9632d18bb0bb31c9d0507c628b080c4266 /lib/ChangeLog | |
parent | a988aefd0353d3d751e34425efcded6aeb8528e9 (diff) | |
download | coreutils-efc6e85c74c7085eeb482d225d4074191a2b37d0.tar.xz |
.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 213b54914..f51894879 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2001-12-10 Jim Meyering <meyering@lucent.com> + + * linebuffer.c: Remove explicit declarations of xmalloc and xrealloc, + Instead, include "xalloc.h". + (initbuffer): Don't cast xmalloc return value to char*. + (readline): Reword comment. + Don't cast xrealloc return value to char* + Return NULL, not 0. + 2001-12-09 Jim Meyering <meyering@lucent.com> * modechange.c (mode_compile): Add cast to avoid pedantic warning about |