summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-26 04:50:05 +0000
committerJim Meyering <jim@meyering.net>1997-10-26 04:50:05 +0000
commit91a4b3d1edf5512064aa36131228f52c4112ac05 (patch)
tree055117b15772d3443fca487571c4b7f8699037c9 /old/textutils
parent910c82eff8759bb9ce4f9e5140970c76a287bea3 (diff)
downloadcoreutils-91a4b3d1edf5512064aa36131228f52c4112ac05.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 7df4bf33d..5a355d5fa 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,16 @@
1997-10-25 Jim Meyering <meyering@na-net.ornl.gov>
+ * lib/memcmp.c (rpl_memcmp): Rename from memcmp.
+
+ * src/sort.c (NLS_STRNCMP) [!ENABLE_NLS]: s/strcmp/strncmp/.
+
+ * lib/xmalloc.c (xalloc_fail_func): Initialize to 0, not NULL.
+
+ * 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.
* src/system.h: Include xalloc.h.
Remove dcls of xmalloc, xcalloc and xrealloc.