From f399320c401093c9007ce8604c05b59526815d53 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 Oct 1997 22:04:11 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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. -- 2.47.3