summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 10:36:23 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 10:36:23 +0000
commit73caa616836e114e7ba1efcbaa2271fe6cfeb8b5 (patch)
tree6bd79fea207cb4f2b314c1331c2d9bdd2fbf3591 /lib
parentee65e66c6cc7833fccec6f2a0d18ea88d5456e01 (diff)
downloadcoreutils-73caa616836e114e7ba1efcbaa2271fe6cfeb8b5.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 77c3147ae..343446916 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,13 @@
+2001-08-30 Paul Eggert <eggert@twinsun.com>
+
+ * lib/xgetcwd.c: Don't include pathmax.h.
+ Include stdlib.h and unistd.h if available.
+ Include xalloc.h.
+ (xmalloc, xstrdup, free): Remove decls.
+ (xgetcwd): Don't assume sizes fit in unsigned.
+ Check for overflow when computing sizes.
+ Simplify reallocation code.
+
2001-08-28 Paul Eggert <eggert@twinsun.com>
* Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.