comparison lib/ChangeLog @ 3346:b3660313d1e9

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 13 Aug 2001 06:30:14 +0000
parents 6cf36abcf4e5
children 04b412b06d37
comparison
equal deleted inserted replaced
3345:fdd65e9ab37b 3346:b3660313d1e9
1 2001-08-12 Paul Eggert <eggert@sic.twinsun.com>
2
3 * lib/addext.c (<errno.h>): Include.
4 (errno): Declare if not defined.
5 (addext): Work correctly when pathconf returns -1 and leaves
6 errno alone because there is no limit. Also, work even if
7 pathconf returns a value greater than SIZE_MAX.
8
1 2001-08-12 Jim Meyering <meyering@lucent.com> 9 2001-08-12 Jim Meyering <meyering@lucent.com>
2 10
3 * xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]: 11 * xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
4 Simply `return getcwd (NULL, 0);'. 12 Simply `return getcwd (NULL, 0);'.
5 [! (defined __GLIBC__ && __GLIBC__ >= 2)]: 13 [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
6 Use 1300 as initial value for length, not PATH_MAX. 14 Use 1300 as initial value for length, not PATH_MAX.
7
8 2001-08-12 Jim Meyering <meyering@lucent.com>
9 15
10 * pathmax.h: Clean up cpp syntax. 16 * pathmax.h: Clean up cpp syntax.
11 17
12 2001-08-12 Jim Meyering <meyering@lucent.com> 18 2001-08-12 Jim Meyering <meyering@lucent.com>
13 19