diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-03 18:26:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-03 18:26:58 +0000 |
commit | b2b3e046e7b3a1aa5f6c4509ef2bdf70d584ed65 (patch) | |
tree | 0ae11420f056d59db1352ad6a2238dfdadae45e2 | |
parent | f5d7ab79b878046f4df4c86a89a237c71e990b76 (diff) | |
download | coreutils-b2b3e046e7b3a1aa5f6c4509ef2bdf70d584ed65.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 82eb8f041..9a0c998f4 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +2001-09-03 Jim Meyering <meyering@lucent.com> + + * xreadlink.c (xreadlink): Preserve errno around `free' during failure. + +2001-09-03 Paul Eggert <eggert@twinsun.com> + + * xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more + like the HAVE_GETCWD_NULL code. + Include pathmax.h if not HAVE_GETCWD. + Do not include xalloc.h. + (INITIAL_BUFFER_SIZE): New symbol. + Do not use xmalloc / xrealloc, since the caller is responsible for + handling errors. Preserve errno around `free' during failure. + Do not overrun buffer when using getwd. + 2001-09-03 Paul Eggert <eggert@twinsun.com> * xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined |