1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-05-24 08:24:37 +00:00
parent f930c9ca0e
commit 516c58c84c
+12 -1
View 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.