diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-19 15:12:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-19 15:12:38 +0000 |
commit | 27f330290b5193d6c6a3fbf52667df32f25a8bd1 (patch) | |
tree | e1a2b891548b6c55cc713d10041980a309667ed5 | |
parent | af719b0318b8a3b6c0f736940016bb4c63a3504b (diff) | |
download | coreutils-27f330290b5193d6c6a3fbf52667df32f25a8bd1.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ -2004-04-18 Jim Meyering <jim@meyering.net> +2004-04-19 Jim Meyering <jim@meyering.net> * 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 <jim@meyering.net> + * src/who.c (print_user): Use xrealloc here, rather than unchecked realloc. Remove anachronistic casts. |