diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-24 21:30:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-24 21:30:08 +0000 |
commit | cfe240bbd8520c852962f5feac1cfc5cf4903eb4 (patch) | |
tree | 35b71eee2e7cd2a04de37b52d252742ea4143d89 /old/sh-utils/ChangeLog | |
parent | 3bc2827212cbdb43d877ae46a5a3713d807411e8 (diff) | |
download | coreutils-cfe240bbd8520c852962f5feac1cfc5cf4903eb4.tar.xz |
merge with 1.8.1h
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r-- | old/sh-utils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 4a635002b..4ba295151 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,16 @@ +Sun Oct 24 14:10:23 1993 Jim Meyering (meyering@comco.com) + + * long-options.c: Save and restore optind, too. + * long-options.h: New file. + * long-options.c, echo.c, expr.c, printf.c, test.c, yes.c: + Include it instead of duplicating dcls. + * src/Makefile.in: Add dependencies for it. + +Tue Oct 19 00:26:27 1993 Jim Meyering (meyering@comco.com) + + * expr.c [!__STDC__]: Don't define away `const'. configure alone + decides whether to do that. From Francois Pinard. + Sat Oct 16 22:32:54 1993 Jim Meyering (meyering@comco.com) * whoami.c (main): Cast printf arg UID so it matches the type |