diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-26 02:46:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-26 02:46:35 +0000 |
commit | 139d0623b82cee81b128d14b8da2d243a2415cfc (patch) | |
tree | 0eb7f437c80ec082ba563d9a4097e9e14950d2c8 /old | |
parent | bf3f82daa0fdedacda08fa4ebb0452f223587539 (diff) | |
download | coreutils-139d0623b82cee81b128d14b8da2d243a2415cfc.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 2 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3d75a0fca..077642021 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 1997-10-25 Jim Meyering <meyering@na-net.ornl.gov> + * lib/Makefile.am (noinst_HEADERS): Add xalloc.h. + * lib/xalloc.h: New file. * lib/xmalloc.c: Updated from textutils. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 652e4f0fa..07232750e 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,14 @@ +1997-10-25 Jim Meyering <meyering@na-net.ornl.gov> + + * lib/Makefile.am (noinst_HEADERS): Add xalloc.h. + + * 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-23 Jim Meyering <meyering@na-net.ornl.gov> * Makefile.am (aclocal-files): Also depend on m4/Makefile.am. |