summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-12-15 04:08:33 (GMT)
committerdas <das>2005-12-15 04:08:33 (GMT)
commiteee69256b669d580123dbc86d580da7c89fbdcf0 (patch)
tree779564ea699a57f98f4e71c4071574b343eb2f1c /ChangeLog
parent36eacb401e8d517c750fb1236e6cc6214c6d12e3 (diff)
downloadtcl-eee69256b669d580123dbc86d580da7c89fbdcf0.zip
tcl-eee69256b669d580123dbc86d580da7c89fbdcf0.tar.gz
tcl-eee69256b669d580123dbc86d580da7c89fbdcf0.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 0bfcda5..64e460a 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".
+
* macosx/Tcl.xcode/project.pbxproj:
* macosx/Tcl.xcodeproj/project.pbxproj:
* unix/Makefile.in: add new tclTomMath* files.