From: Jim Meyering Date: Fri, 31 Aug 2001 11:41:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a318239ecc55fac810a101b8d3923356c6e71c4;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3434469168..adde4a3a16 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-08-31 Jim Meyering + + * xgetcwd.c (xgetcwd): Reorganize to avoid some duplication. + Use an initial, malloc'd, buffer of length 128 rather than + a statically allocated one of length 1024. + 2001-08-30 Paul Eggert * lib/xgetcwd.c: Don't include pathmax.h.