diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-17 15:35:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-17 15:35:22 +0000 |
commit | 570e8c45fe7efb91c65b505967a88450f8f505a6 (patch) | |
tree | 24630fe39ed5af63e68fb1bbf41d69fde109d08a /old/sh-utils/ChangeLog | |
parent | 37bbc4c47f00c505871e2d979674f3fbcb4f3402 (diff) | |
download | coreutils-570e8c45fe7efb91c65b505967a88450f8f505a6.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r-- | old/sh-utils/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 99d8816e7..d4e96b0a8 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,13 @@ +2002-07-17 Jim Meyering <meyering@lucent.com> + + * Version 2.0.13. + + * src/uptime.c (print_uptime): Restore use of (equivalent, but + more readable) `>=' from Bruno's patch. + + * configure.ac (jm_BOOT_TIME): Remove. (moved/renamed to m4/boottime.m4) + Use the replacement: GNULIB_BOOT_TIME. + 2002-07-13 Bruno Haible <bruno@clisp.org> * uptime.c: Include sys/sysctl.h. @@ -5,8 +15,6 @@ 2002-07-15 Jim Meyering <meyering@lucent.com> - * Version 2.0.13. - * src/uptime.c (print_uptime): Use STREQ in place of !strcmp. * src/uname.c (main): Remove unnecessary uses of `defined' when |