]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 24 May 2002 08:24:37 +0000 (08:24 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 24 May 2002 08:24:37 +0000 (08:24 +0000)
old/sh-utils/ChangeLog

index 22d89882c9905fead3588c91e260dbe7de847b46..9254a881346c8b0e8c0fc2fc5d4dc32c9ef5dac1 100644 (file)
@@ -1,7 +1,18 @@
-2002-05-03  Jim Meyering  <meyering@lucent.com>
+2002-05-24  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.13.
 
+       * src/pathchk.c (validate_path): Compare the result of the function --
+       not its (constant) address -- against zero.
+       Patch from Tim J. Robbins <tjr@FreeBSD.ORG>
+       * tests/misc/pathchk1: New test for the above.
+       * tests/misc: New directory.
+
+2002-05-03  Jim Meyering  <meyering@lucent.com>
+
+       * src/uptime.c (print_uptime): Use ngettext for day/days and user/users.
+       Suggestion from Karl Eichwalder.
+
        * src/kill.c (usage): Add a little to the description of --list.
        Uncapitalize first word and remove period at end of each one line
        option description.