diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-14 17:43:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-14 17:43:43 +0000 |
commit | 8dae34819a4d2661ac1d365814b19dd5ae24f059 (patch) | |
tree | edf4e16e10f18c04aaacee74325db9632c31a59a /old/fileutils | |
parent | 5a74e8ae4ef3f5389c98ff1e351eafc6d374a37c (diff) | |
download | coreutils-8dae34819a4d2661ac1d365814b19dd5ae24f059.tar.xz |
.
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 65ba01430..425488260 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +1997-09-14 Jim Meyering <meyering@na-net.ornl.gov> + + * src/dd.c (equal): Use STREQ (form system.h) instead. + (siginfo_handler): New function to handle SIGINFO/SIGUSR1. + (handle_sig): New function. + (main): Use handle_sig instead of open-coding it. + Handle SIGINFO (or SIGUSR1 if that's not defined). + (print_stats): Move definition to precede first reference. + Remove prototype. + 1997-09-13 Jim Meyering <meyering@na-net.ornl.gov> * src/ls.c (print_many_per_line): Add some non-essential curly braces. |