diff lib/ChangeLog @ 3467:887161405bbf

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 04 Sep 2001 20:28:35 +0000
parents e80738a5b62b
children 006fa74ac160
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,13 @@
+2001-09-04  Paul Eggert  <eggert@twinsun.com>
+
+	* xgetcwd.c: Revert some of the previous change; intead,
+	fix the HAVE_GETCWD_NULL code to behave more like the
+	!HAVE_GETCWD_NULL code used to.
+
+	Include "xalloc.h".
+	(xgetcwd): Do not return NULL when memory is exhausted; instead,
+	invoke xalloc_die.
+
 2001-09-04  Paul Eggert  <eggert@twinsun.com>
 
 	* xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.