diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-18 16:55:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-18 16:55:05 +0000 |
commit | 98b6b3780b1f9a68b70a9b9b140a0dac409215f5 (patch) | |
tree | f9c5b0812f4bc98f2e6199aeb529f584e5866d64 /old | |
parent | 11f11947b5a564272c89e72671d0dd937c748424 (diff) | |
download | coreutils-98b6b3780b1f9a68b70a9b9b140a0dac409215f5.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 8fae86365..98e7e6d9b 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,7 @@ +2000-03-18 Jim Meyering <meyering@lucent.com> + + * src/uptime.c (print_uptime): Use `buf' only if fgets succeeds. + 2000-03-12 Jim Meyering <meyering@lucent.com> Merge from textutils. @@ -10,7 +14,13 @@ * tests/date/Test.pm: Set the default TZ value to UTC0, not UTC. The latter didn't have any effect on alphaev56-dec-osf4.0f. - * src/chroot.c (usage): FIXME + chroot accepts new option: --no-chdir + * src/chroot.c (<getopt.h>): Include it. + (INHIBIT_CHDIR): Define. + (longopts): Declare and define. + (usage): Describe new option. + (main): Use getopt_long. + Don't call `chdir ("/")' if --no-chdir was specified. Final merge with fileutils. * src/system.h: Use standard `#if TIME_WITH_SYS_TIME...' block |