summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog10
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.