summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-12-14 02:10:17 (GMT)
committerdas <das>2005-12-14 02:10:17 (GMT)
commitd2e1cfe2827cc9f8e95e83f2756e1adeff9e4912 (patch)
tree5184e88fae8d2d42e9a5b69d4405bb9fedca70da /ChangeLog
parent89ac8176fc7bda0bba82c02ede70b8b6209de62f (diff)
downloadtcl-d2e1cfe2827cc9f8e95e83f2756e1adeff9e4912.zip
tcl-d2e1cfe2827cc9f8e95e83f2756e1adeff9e4912.tar.gz
tcl-d2e1cfe2827cc9f8e95e83f2756e1adeff9e4912.tar.bz2
* unix/configure.in: run check for fts API on all platforms, since Linux
glibc2 and *BSDs also have this and using fts is more efficient than recursive opendir/readdir (sync with HEAD). * unix/configure: regen.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a1de45..e61d115 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-14 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/configure.in: run check for fts API on all platforms, since Linux
+ glibc2 and *BSDs also have this and using fts is more efficient than
+ recursive opendir/readdir (sync with HEAD).
+ * unix/configure: regen.
+
2005-12-12 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tcl.m4, unix/configure: Fix sh quoting error reported in