From: Jim Meyering Date: Fri, 31 Aug 2001 10:36:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d408a75e93e2bc9616d1d07966cf59b21dfe6fbd;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 77c3147ae5..3434469168 100644 --- 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.