From: Jim Meyering Date: Mon, 15 Sep 1997 03:57:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22a~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=425f0215f86a0da3ce54a060373c5dc6359476f4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a487fc0ece..807a0050ac 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 1997-09-14 Jim Meyering + * src/rm.c (full_filename): Use realloc, not xrealloc. + * configure.in (jm_FUNC_REALLOC): Use it. * m4/Makefile.am (EXTRA_DIST): Add realloc.m4. @@ -50,6 +52,7 @@ * lib/strdup.c [HAVE_CONFIG_H]: Include config.h. * src/rm.c: Finish rewrite to use chdir and hash tables. + See `Implementation overview' comment in the source. 1997-09-11 Jim Meyering