1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

merge with 1.8f

This commit is contained in:
Jim Meyering
1993-10-23 16:06:33 +00:00
parent b869639f46
commit cd908e158d
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
Sat Oct 23 01:00:12 1993 Jim Meyering (meyering@comco.com)
* tr.c (get_next, string2_extend): Add default: label to switch stmt.
* cat.c, cksum.c, comm.c, csplit.c, cut.c, expand.c, fold.c, head.c,
join.c, nl.c, od.c, paste.c, pr.c, split.c, sum.c, tac.c, tail.c,
tr.c, unexpand.c, uniq.c, wc.c (usage): Add long --help.
+1
View File
@@ -1196,6 +1196,7 @@ get_next (s, class)
abort ();
break;
}
return return_val;
}