1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00
This commit is contained in:
Jim Meyering
1995-12-31 06:46:46 +00:00
parent 221ef68cc3
commit add1d7c11f
3 changed files with 19 additions and 3 deletions
+4
View File
@@ -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
+12 -2
View File
@@ -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)
+3 -1
View File
@@ -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.