]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 15 Sep 1997 03:57:04 +0000 (03:57 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 Sep 1997 03:57:04 +0000 (03:57 +0000)
old/fileutils/ChangeLog

index a487fc0ece3d2976eeebb6ae4f18f9bfa18b7fa9..807a0050ac063cab9bc1132ac6824258b7d165b9 100644 (file)
@@ -1,5 +1,7 @@
 1997-09-14  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * 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  <meyering@na-net.ornl.gov>