summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-13 06:30:14 +0000
committerJim Meyering <jim@meyering.net>2001-08-13 06:30:14 +0000
commitc1c73683720e45d541f3cfe0cf056d04c8715bb7 (patch)
tree3cb4eaed0ad4c2871a5cbf53f1d86002b12e75ab /lib/ChangeLog
parent7fda17ac4f46fbab7cf7375f6362787124a388a6 (diff)
downloadcoreutils-c1c73683720e45d541f3cfe0cf056d04c8715bb7.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 43542d600..96500b8d4 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-12 Paul Eggert <eggert@sic.twinsun.com>
+
+ * lib/addext.c (<errno.h>): Include.
+ (errno): Declare if not defined.
+ (addext): Work correctly when pathconf returns -1 and leaves
+ errno alone because there is no limit. Also, work even if
+ pathconf returns a value greater than SIZE_MAX.
+
2001-08-12 Jim Meyering <meyering@lucent.com>
* xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
@@ -5,8 +13,6 @@
[! (defined __GLIBC__ && __GLIBC__ >= 2)]:
Use 1300 as initial value for length, not PATH_MAX.
-2001-08-12 Jim Meyering <meyering@lucent.com>
-
* pathmax.h: Clean up cpp syntax.
2001-08-12 Jim Meyering <meyering@lucent.com>