summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-11-30 18:40:27 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-11-30 18:40:27 (GMT)
commitf1608d9d16479048838c99d496b9f2812de574f2 (patch)
treef1498de7acfd542f5bb2413db98d367686453f38 /ChangeLog
parent144b1b16e962181661e12d2c592f37b17e22278b (diff)
downloadtcl-f1608d9d16479048838c99d496b9f2812de574f2.zip
tcl-f1608d9d16479048838c99d496b9f2812de574f2.tar.gz
tcl-f1608d9d16479048838c99d496b9f2812de574f2.tar.bz2
corrected a typo that caused a compilation failure on VC++
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb0892e..b0b9570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,10 @@
* library/clock.tcl: Corrected the regular expressions that match
a time zone to allow for time zones specified as +HH or -HH.
* tests/clock.test: Added regression test case for the above issue.
- Thanks to Rolf Ade for reporting this issue [http://wiki.tcl.tk/13094]
+ Thanks to Rolf Ade for reporting this issue
+ [http://wiki.tcl.tk/13094]
+ * win/tclWinDde.c (Tcl_DdeObjCmd): Corrected a typo that caused a
+ compilation failure on VC++.
2004-11-29 Andreas Kupries <andreask@activestate.com>