# HG changeset patch # User Jim Meyering # Date 999254183 0 # Node ID d7be61723351167e8084a154e2b0a4641f5e6b20 # Parent 2d4af41566ebf61b7e6133363a40e31fa5ca5975 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2001-08-30 Paul Eggert + + * 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 * Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.