]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 25 Oct 1997 22:04:11 +0000 (22:04 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Oct 1997 22:04:11 +0000 (22:04 +0000)
old/fileutils/ChangeLog

index 24ef16a6d92d9c7494ec0342e72c6449d549ef4e..3d75a0fcac7639622a0057f4867d868b55de298a 100644 (file)
@@ -1,3 +1,19 @@
+1997-10-25  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * 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  <meyering@na-net.ornl.gov>
+
+       * 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  <meyering@na-net.ornl.gov>
 
        * Makefile.am (aclocal-files): Also depend on m4/Makefile.am.