changeset 3456:a83bb6f8feac

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 03 Sep 2001 18:26:58 +0000
parents dcc8dee09b16
children 8a46f5931bee
files lib/ChangeLog m4/ChangeLog
diffstat 2 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-03  Paul Eggert  <eggert@twinsun.com>
+
+	* prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
+	sys/param.h, as pathmax.h includes them.
+
 2001-09-03  Paul Eggert  <eggert@twinsun.com>
 
 	* prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.