summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-12 20:11:49 +0000
committerJim Meyering <jim@meyering.net>2001-08-12 20:11:49 +0000
commit242256b45dc1bc40a8352e5f323b5564c7f25dd6 (patch)
tree8942d4e1bde91955e240e62ce55e54891ee96286 /lib/ChangeLog
parent79dbd85e74360835c284b3c064ba5b356dbf3a28 (diff)
downloadcoreutils-242256b45dc1bc40a8352e5f323b5564c7f25dd6.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index d825435cc..43542d600 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,16 @@
2001-08-12 Jim Meyering <meyering@lucent.com>
+ * xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
+ Simply `return getcwd (NULL, 0);'.
+ [! (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>
+
* gettimeofday.c: New file.
* gtod.h: New file.
* Makefile.am (libfetish_a_SOURCES): Add gtod.h.