changeset 3434:02c41c27a2e2

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Fri, 31 Aug 2001 11:41:46 +0000
parents 656345934fec
children e587cbb53203
files lib/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-31  Jim Meyering  <meyering@lucent.com>
+
+	* 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  <eggert@twinsun.com>
 
 	* lib/xgetcwd.c: Don't include pathmax.h.