summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-05-24 08:24:37 +0000
committerJim Meyering <jim@meyering.net>2002-05-24 08:24:37 +0000
commit516c58c84c5d0e5eb93963a35ee35c2f5cc37703 (patch)
tree98b67a4ad888b9c0a99b223b39bb425ae4d0cc87 /old
parentf930c9ca0e46afdbdb1b82e5a245b3bb61ee4723 (diff)
downloadcoreutils-516c58c84c5d0e5eb93963a35ee35c2f5cc37703.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 22d89882c..9254a8813 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -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.