From: Jim Meyering Date: Fri, 11 Oct 1996 04:50:54 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19n~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51293cdf6f3b52a89b86f4d996daed4404044916;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0555a78946..7dcd47dd2e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,12 @@ +Thu Oct 10 23:47:34 1996 Jim Meyering + + * lib/Makefile.am (EXTRA_DIST): Remove posixtm.y and getdate.y. + (fu_SOURCES): Put them here instead. + Remove rules for building getdate.c and posixtm.c; now automake + generates those rules. + * lib/ylwrap: New file. + * lib/interlock: New file. + Wed Oct 9 06:51:47 1996 Jim Meyering * src/ls.c (usage): Improve brief descriptions of --sort and --time. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index e2f6d6613d..e73a9d7e85 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,12 @@ +Thu Oct 10 23:50:05 1996 Jim Meyering + + * lib/Makefile.am (EXTRA_DIST): Remove posixtm.y and getdate.y. + (su_SOURCES): Put them here instead. + Remove rules for building getdate.c and posixtm.c; now automake + generates those rules. + * lib/ylwrap: New file. + * lib/interlock: New file. + Wed Oct 9 00:26:55 1996 Jim Meyering * lib/getloadavg.c [__sun]: Define sun. Reported by Kaveh Ghazi.