summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.