diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-23 16:06:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-23 16:06:33 +0000 |
commit | cd908e158d3aa63039e6dd1394b8019524cdfa68 (patch) | |
tree | 79c0961639fddb619d7f6a31ba29412c067f7a72 | |
parent | b869639f4661488eba0bb2d08020c6e71bb72627 (diff) | |
download | coreutils-cd908e158d3aa63039e6dd1394b8019524cdfa68.tar.xz |
merge with 1.8f
-rw-r--r-- | old/textutils/ChangeLog | 2 | ||||
-rw-r--r-- | src/tr.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9a4c80006..78a01fc1e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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. @@ -1196,6 +1196,7 @@ get_next (s, class) abort (); break; } + return return_val; } |