summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-04-13 13:37:28 (GMT)
committernijtmans <nijtmans>2010-04-13 13:37:28 (GMT)
commitc06c61b28e8878da81a9b56f34c5570f3f3f747a (patch)
tree76f71209be2c8e9b03c7e2c8ae1cfc7612b3ad78 /ChangeLog
parentf10d81b895d8ca9d30428aac9884685fb284986a (diff)
downloadtcl-c06c61b28e8878da81a9b56f34c5570f3f3f747a.zip
tcl-c06c61b28e8878da81a9b56f34c5570f3f3f747a.tar.gz
tcl-c06c61b28e8878da81a9b56f34c5570f3f3f747a.tar.bz2
Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp
Fix gcc warning: comparison of unsigned expression >= 0 is always true
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a232ac5..b73c2e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-04-13 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tclWinPort.h Fix [Patch 2986105]: conditionally defining
+ * win/tclWinFile.c strcasecmp/strncasecmp
+ * win/tclWinLoad.c Fix gcc warning: comparison of unsigned expression
+ >= 0 is always true
+
2010-04-08 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCompCmdsSZ.c (TclSubstCompile): If the first token does