diff options
Diffstat (limited to 'old/sh-utils/ChangeLog')
-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 |