diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-15 03:21:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-15 03:21:40 +0000 |
commit | f5be07c5c72c98c3f32c59b8c669e0c4c8f2fb8c (patch) | |
tree | faeecec725d438f90a2c35d857f4e2780839c78d /old/fileutils | |
parent | 2adf9f295e6f067587d792f142596abcdb683f9e (diff) | |
download | coreutils-f5be07c5c72c98c3f32c59b8c669e0c4c8f2fb8c.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 425488260..a487fc0ec 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ 1997-09-14 Jim Meyering <meyering@na-net.ornl.gov> + * 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. |