From: Jim Meyering Date: Fri, 31 Aug 2001 11:41:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=985cae59cb5078714fef55976d296d94fef6e41d;p=thirdparty%2Fcoreutils.git *** 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.