changeset 3432:d7be61723351

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Fri, 31 Aug 2001 10:36:23 +0000
parents 2d4af41566eb
children 656345934fec
files lib/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.