From: Jim Meyering Date: Mon, 19 Apr 2004 15:12:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1740 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f330290b5193d6c6a3fbf52667df32f25a8bd1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 9a7701a311..f61b3025e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2004-04-18 Jim Meyering +2004-04-19 Jim Meyering * Version 5.3.0. + Make pwd work even if the resulting name is so long that getcwd fails. + * src/pwd.c: (path_free, path_init, path_prepend): New functions. + (nth_parent, find_dir_entry, robust_getcwd): New functions. + (main): First try getcwd, then, upon failure, robust_getcwd. + +2004-04-18 Jim Meyering + * src/who.c (print_user): Use xrealloc here, rather than unchecked realloc. Remove anachronistic casts.