From: Jim Meyering Date: Mon, 15 Sep 1997 03:21:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22a~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5be07c5c72c98c3f32c59b8c669e0c4c8f2fb8c;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4254882..a487fc0 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ 1997-09-14 Jim Meyering + * configure.in (jm_FUNC_REALLOC): Use it. + + * m4/Makefile.am (EXTRA_DIST): Add realloc.m4. + + * m4/realloc.m4: New file. + + * lib/Makefile.am (EXTRA_DIST): Add realloc.c. + + * acconfig.h (realloc): Add #undef. + * src/dd.c (equal): Use STREQ (form system.h) instead. (siginfo_handler): New function to handle SIGINFO/SIGUSR1. (handle_sig): New function.