summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-08-27 19:26:38 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-08-27 19:26:38 (GMT)
commitc8bd825dece36f32278ec0a0373e570e4b978748 (patch)
treed2562488b8abc54577d48142783fd88965348be3 /ChangeLog
parentfed3b3e2c2fe33569daf757a007b3394cb9ac814 (diff)
downloadtcl-c8bd825dece36f32278ec0a0373e570e4b978748.zip
tcl-c8bd825dece36f32278ec0a0373e570e4b978748.tar.gz
tcl-c8bd825dece36f32278ec0a0373e570e4b978748.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31e9315..ce1aac7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
'Initializers must be constant'. I believe Borland has this
strictness as well. VC++ must be non-standard about this.
+ Changed Win32 platform #ifdef from 'WIN32' to '__WIN32__' as
+ this is the correct one to use across the Tcl sources. Even
+ though we do force it in tcl.h, the true parent one is __WIN32__.
+
2003-08-27 Don Porter <dgp@users.sourceforge.net>
* tests/util.test: Added new tests for remaining TclNeedSpace()