From: Jim Meyering Date: Fri, 19 Nov 2004 18:57:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-5_3_0~364 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caf6c3459c26a36da818b8066f19d58b08549964;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index d87adb7..f120137 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2004-11-18 Jim Meyering +2004-11-19 Jim Meyering * Version 5.3.0. + * src/uniq.c (check_file): Don't check stdout for errors here. + + * src/pwd.c (find_dir_entry): Update comment to match reality. + +2004-11-18 Jim Meyering + * src/pwd.c (robust_getcwd): Correct the comment: this function constructs the directory name. The caller prints it.