projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c824c60
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Tue, 4 Sep 2001 20:28:35 +0000
(20:28 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 4 Sep 2001 20:28:35 +0000
(20:28 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 8f831c47477a012032492c97a599b3f673355a31..5ee35b40e902d4fb8da712bfc5d381e502296003 100644
(file)
--- 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.