From: Jim Meyering Date: Sat, 25 Oct 1997 22:04:11 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~169 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f399320c401093c9007ce8604c05b59526815d53;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 24ef16a6d9..3d75a0fcac 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,19 @@ +1997-10-25 Jim Meyering + + * lib/xalloc.h: New file. + * lib/xmalloc.c: Updated from textutils. + + * src/*.c: Remove old-style xmalloc and xrealloc decls. + * src/system.h: Include xalloc.h. + Remove dcls of xmalloc, xcalloc and xrealloc. + +1997-10-24 Jim Meyering + + * src/ls.c (gobble_file): Cast pointer arg in xrealloc call to char*. + * src/*.c: Remove old-style xmalloc and xrealloc decls. + * src/system.h: Add prototyped xcalloc, xmalloc and xrealloc decls. + Suggestion from Achim Blumensath. + 1997-10-23 Jim Meyering * Makefile.am (aclocal-files): Also depend on m4/Makefile.am.