# HG changeset patch # User Jim Meyering # Date 999258106 0 # Node ID 02c41c27a2e2409fe590dcdc9f4e3ce67ef9c4ab # Parent 656345934fec4119942b11e5ca5ce5e7fa15639f *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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.