diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-03 05:39:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-03 05:39:43 +0000 |
commit | 0ad181ef01e781bbaedc3bc3335c086c4fb869ce (patch) | |
tree | bb6a9e03c61d11661f1416463974f9d10ab8d567 | |
parent | c9848717d6ce2de27768ffd001b78afa4e0c01ac (diff) | |
download | coreutils-0ad181ef01e781bbaedc3bc3335c086c4fb869ce.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2118f4948..834d32860 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,11 @@ +1997-11-02 Jim Meyering <meyering@na-net.ornl.gov> + + * acconfig.h: Add malloc and realloc. + + * src/wc.c (main): New option, --max-line-length (-L). + (wc, write_counts): Implement it. + From Bruno Haible. + 1997-10-26 Jim Meyering <meyering@na-net.ornl.gov> * lib/memcasecmp.c: Convert to upper case before comparing. @@ -6,6 +14,13 @@ 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. + * lib/memcmp.c (rpl_memcmp): Rename from memcmp. * src/sort.c (NLS_STRNCMP) [!ENABLE_NLS]: s/strcmp/strncmp/. @@ -14,6 +29,12 @@ * configure.in (jm_FUNC_MALLOC): Use it. (jm_FUNC_REALLOC): Use it. + + * lib/Makefile.am (EXTRA_DIST): Add malloc.c. + * lib/malloc.c: New file. + * m4/malloc.m4: New file. + * m4/Makefile.am (EXTRA_DIST): Add malloc.m4. + * lib/Makefile.am (noinst_HEADERS): Add xalloc.h. (EXTRA_DIST): Add realloc.c. (EXTRA_DIST): Add malloc.c. |