diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-03 05:38:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-03 05:38:28 +0000 |
commit | c9848717d6ce2de27768ffd001b78afa4e0c01ac (patch) | |
tree | af9ad61558aa68b0414ae05a232c97bfd39e977c /old/sh-utils | |
parent | aafe49ef49f56842fb8c573c009128c03aa19a28 (diff) | |
download | coreutils-c9848717d6ce2de27768ffd001b78afa4e0c01ac.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index c53f92f22..4750de650 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,11 +1,22 @@ 1997-10-25 Jim Meyering <meyering@na-net.ornl.gov> + * lib/xmalloc.c (xalloc_fail): Renamed from fixup_null_alloc. + (xcalloc): #ifdef-out unused function. + (xrealloc): Remove code to work around deficient versions of realloc. + Now we have an autoconf-enabled replacement version. + (xmalloc): Remove code to work around deficient versions of malloc. + Now we have an autoconf-enabled replacement version. + * configure.in (jm_FUNC_MALLOC): Use it. (jm_FUNC_REALLOC): Use it. * lib/Makefile.am (noinst_HEADERS): Add xalloc.h. (EXTRA_DIST): Add realloc.c. (EXTRA_DIST): Add malloc.c. + * lib/malloc.c: New file. + * m4/malloc.m4: New file. + * m4/Makefile.am (EXTRA_DIST): Add malloc.m4. + * lib/xalloc.h: New file. * lib/xmalloc.c: Updated from textutils. |