summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 11:41:46 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 11:41:46 +0000
commit985cae59cb5078714fef55976d296d94fef6e41d (patch)
tree5fc9518e42e6a0feb9a1db401e16b15ef428cdab /lib
parent72ee797c4477d0e09efbba7c3bcc1d9d621be8f7 (diff)
downloadcoreutils-985cae59cb5078714fef55976d296d94fef6e41d.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 343446916..adde4a3a1 100644
--- 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.