diff options
-rw-r--r-- | old/fileutils/ChangeLog | 4 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 14 | ||||
-rw-r--r-- | old/textutils/ChangeLog | 4 |
3 files changed, 19 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2e329113c..2bc3128c1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 22 21:34:55 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * 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 06e092f3d..c91ef2739 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,11 +1,21 @@ +Fri Dec 22 21:34:55 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * 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 <luik@isa.de>. Tue Nov 7 23:53:20 1995 Jim Meyering (meyering@comco.com) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index adbac04a1..1531e6694 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,4 +1,6 @@ -Fri Dec 22 20:55:42 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> +Fri Dec 22 21:34:55 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * configure.in: Touch stamp-h only if config.h is remade. * csplit.c (extract_regexp) [!WITH_REGEX]: Intialize syntax_parens field. |