]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 18 Mar 2000 16:55:05 +0000 (16:55 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Mar 2000 16:55:05 +0000 (16:55 +0000)
old/sh-utils/ChangeLog

index 8fae86365f70a7984088f2e94039f83519487faa..98e7e6d9b8bd5adb8c05c69a62824764e766b50a 100644 (file)
@@ -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.
        * 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