*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 10:36:23 +0000 (10:36 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 10:36:23 +0000 (10:36 +0000)
lib/ChangeLog

index 77c3147ae51b069e9b665d9c7bc82e9fdea1d27d..343446916815cefb1a4f610b79abd4b099bdc3a1 100644 (file)
@@ -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.