diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-26 02:48:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-26 02:48:44 +0000 |
commit | 9386131a43ed03ef1e6eb014ef3df188bc9428df (patch) | |
tree | a52d216241867c8b321176caf4a8ad2ef4dcff45 /old/textutils | |
parent | 081939528323754b7e1b27f2893e80c8e760acf8 (diff) | |
download | coreutils-9386131a43ed03ef1e6eb014ef3df188bc9428df.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 5cac3602b..c4ecf88f4 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,10 @@ 1997-10-25 Jim Meyering <meyering@na-net.ornl.gov> + * lib/Makefile.am (noinst_HEADERS): Add xalloc.h. + + * src/system.h: Include xalloc.h. + Remove dcls of xmalloc, xcalloc and xrealloc. + * lib/xalloc.h: New file. * lib/xmalloc.c: Include xalloc.h. |