summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-12-15 04:08:26 (GMT)
committerdas <das>2005-12-15 04:08:26 (GMT)
commit2be26782295e8963ba3080532c2ed3bd9aabb7e8 (patch)
tree72c167d3c6e9a20e08a71bdbc50e57d9a128d2aa /ChangeLog
parent395a015365e40d2f826658b1216096a6f110f064 (diff)
downloadtcl-2be26782295e8963ba3080532c2ed3bd9aabb7e8.zip
tcl-2be26782295e8963ba3080532c2ed3bd9aabb7e8.tar.gz
tcl-2be26782295e8963ba3080532c2ed3bd9aabb7e8.tar.bz2
* generic/tclIOUtil.c: workaround gcc warning "comparison is always
* generic/tclTest.c: false due to limited range of data type".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e61d115..2dec5ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-12-14 Daniel Steffen <das@users.sourceforge.net>
+ * generic/tclIOUtil.c: workaround gcc warning "comparison is always
+ * generic/tclTest.c: false due to limited range of data type".
+
* 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).