diff options
author | das <das> | 2005-12-14 02:10:17 (GMT) |
---|---|---|
committer | das <das> | 2005-12-14 02:10:17 (GMT) |
commit | 395a015365e40d2f826658b1216096a6f110f064 (patch) | |
tree | 5184e88fae8d2d42e9a5b69d4405bb9fedca70da /ChangeLog | |
parent | 02b4f5f29a47603fed5faa0d5fe64f5a398940cc (diff) | |
download | tcl-395a015365e40d2f826658b1216096a6f110f064.zip tcl-395a015365e40d2f826658b1216096a6f110f064.tar.gz tcl-395a015365e40d2f826658b1216096a6f110f064.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |