diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-23 22:16:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-23 22:16:31 +0000 |
commit | a81167483490bd51e16ed2a7b94df8fcbd0d399f (patch) | |
tree | eb64587e347d5490b1ad6ebf3d43dc81c8d99801 /old/sh-utils/ChangeLog | |
parent | fa9f16326a749849cc4b08ca12df6d04f83c0127 (diff) | |
download | coreutils-a81167483490bd51e16ed2a7b94df8fcbd0d399f.tar.xz |
.
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r-- | old/sh-utils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 101ddf7cb..13c1e72d9 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,8 +1,18 @@ +Sat Nov 23 16:15:37 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * env.c (usage): Alphabetize option descriptions the way sort -f would. + * test.c (usage): Likewise. + * who-users.c (usage): Likewise. + Fri Nov 22 20:33:26 1996 Jim Meyering <meyering@na-net.ornl.gov> * configure.in (AC_REPLACE_FUNCS): Don't try to replace getline this way. AM_FUNC_GETLINE does it now. + * configure.in New test to check for TIOCGWINSZ in sys/pty.h. + * config.h.in (GWINSZ_IN_SYS_PTY): Add #undef. + From Karl Heuer. + * src/printf.c (main): Warn if excess arguments are ignored. E.g., printf foo bar now warns that it is ignoring the single non-format argument, bar. |