diff options
author | Jim Meyering <jim@meyering.net> | 1994-06-22 14:40:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-06-22 14:40:59 +0000 |
commit | 6b1785ed05ee73585fbb8d421ef37a40ef9c709b (patch) | |
tree | b6e257e292e0ac0858bedf3dcfd2a2eeaffed535 /old/sh-utils | |
parent | d62acd19e98feebbc176a8021ad0274f2c4b3b57 (diff) | |
download | coreutils-6b1785ed05ee73585fbb8d421ef37a40ef9c709b.tar.xz |
merge with 1.10c + local build mods
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 4543f1dee..1d2c2f6b1 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -3,6 +3,12 @@ Sun Jun 19 00:18:06 1994 Jim Meyering (meyering@comco.com) * nice.c (main): Accept options like `--5' (equivalent to `-n -5') instead of letting getopt give an `unrecognized option' error. + * long-options.c: Require another argument: version_string. + Don't include "version.h" or "system.h". + * basename.c, dirname.c, echo.c, expr.c, hostname.c, printf.c, + pwd.c, stty.c, test.c, yes.c: Adjust callers of parse_long_options + accordingly. + Thu Jun 02 14:11:31 1994 Jim Meyering (meyering@comco.com) * stty.c (main): Set max_col and current_col before running |