From: Jim Meyering Date: Sun, 26 Oct 1997 04:50:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22c~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91a4b3d1edf5512064aa36131228f52c4112ac05;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 7df4bf33df..5a355d5fae 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,16 @@ 1997-10-25 Jim Meyering + * 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.