From: Jim Meyering Date: Fri, 24 May 2002 08:24:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_9~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=516c58c84c5d0e5eb93963a35ee35c2f5cc37703;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 22d89882c9..9254a88134 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,18 @@ -2002-05-03 Jim Meyering +2002-05-24 Jim Meyering * 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 + * tests/misc/pathchk1: New test for the above. + * tests/misc: New directory. + +2002-05-03 Jim Meyering + + * 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.