# HG changeset patch # User Jim Meyering # Date 997684214 0 # Node ID b3660313d1e98e641daeb4ea032ca4d378a62006 # Parent fdd65e9ab37bb5c931c18a41b0c6135ae3f88d30 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2001-08-12 Paul Eggert + + * lib/addext.c (): 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 * 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 - * pathmax.h: Clean up cpp syntax. 2001-08-12 Jim Meyering