From: Jim Meyering Date: Sun, 31 Dec 1995 06:46:46 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13j~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=add1d7c11f7d87a2e0d4d2ad759ea7240b933af2;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2e329113ca..2bc3128c1a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 22 21:34:55 1995 Andreas Schwab + + * configure.in: Touch stamp-h only if config.h is remade. + Sat Dec 23 11:33:19 1995 Jim Meyering (meyering@comco.com) * ls.c (decode_switches): Make -o a synonym for -lG for compatibility diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 06e092f3d6..c91ef2739a 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,11 +1,21 @@ +Fri Dec 22 21:34:55 1995 Andreas Schwab + + * configure.in: Touch stamp-h only if config.h is remade. + Sun Nov 26 16:09:33 1995 Jim Meyering (meyering@comco.com) * test.c (usage): Clarify usage. From Karl Berry. +Wed Nov 22 23:12:47 1995 Jim Meyering (meyering@comco.com) + + * Makefile.in (all et. al.): If make was invoked with -k and a + sub-make fails, fail after the loop rather than exiting right away. + Otherwise, make's -k option could be ineffective. + Thu Nov 16 21:25:45 1995 Jim Meyering (meyering@comco.com) - * Makefile.in (_all): New default target. Depend on `all' to work - around bug in AIX-3.2.5's /bin/make Reported by Andreas Luik + * Makefile.in (default): New default target. Depend on `all' to work + around bug in AIX-3.2.5's /bin/make. Reported by Andreas Luik . Tue Nov 7 23:53:20 1995 Jim Meyering (meyering@comco.com) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index adbac04a1a..1531e6694b 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,4 +1,6 @@ -Fri Dec 22 20:55:42 1995 Andreas Schwab +Fri Dec 22 21:34:55 1995 Andreas Schwab + + * configure.in: Touch stamp-h only if config.h is remade. * csplit.c (extract_regexp) [!WITH_REGEX]: Intialize syntax_parens field.