From: Jim Meyering Date: Sun, 14 Sep 1997 17:43:43 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22a~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8dae34819a4d2661ac1d365814b19dd5ae24f059;p=platform%2Fupstream%2Fcoreutils.git . --- 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 + + * 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 * src/ls.c (print_many_per_line): Add some non-essential curly braces.