diff options
author | Jim Meyering <jim@meyering.net> | 1998-06-29 16:24:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-06-29 16:24:37 +0000 |
commit | b7441176e3056905237de208556cd73a0b574bc6 (patch) | |
tree | 00692d4128188e532eeba4cedc48eda0bf0e3270 /old/sh-utils | |
parent | f3c14cb59f66ab6cbfa199cbcbd1ade1c141a003 (diff) | |
download | coreutils-b7441176e3056905237de208556cd73a0b574bc6.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 7f42fed0a..4a1d7dce4 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,9 +1,15 @@ +1998-06-29 Jim Meyering <meyering@ascend.com> + + * Version 1.16f. + + * src/uptime.c: Include system.h only after error.h and readutmp.h + so we don't get redefinition warnings about getc, etc. + * src/who.c: Likewise. + * src/users.c: Likewise. + 1998-06-28 Jim Meyering <meyering@ascend.com> - * src/*.c: Change all uses of unlocked-wrapped functions to their - upper case wrapper names. - * src/sys2.h: Add macro definitions for GNU libc unlocked wrappers - (e.g. FFLUSH for fflush_unlocked). + * src/sys2.h: Add macro definitions for GNU libc *_unlocked wrappers. 1998-06-06 Jim Meyering <meyering@ascend.com> @@ -12,8 +18,6 @@ 1998-05-26 Jim Meyering <meyering@ascend.com> - * Version 1.16f. - * src/test.c (two_arguments): Don't test argv[pos][2] if it's past end of string. |