summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-11-05 08:16:46 (GMT)
committernijtmans <nijtmans>2010-11-05 08:16:46 (GMT)
commitaf7deb8aec29dc803cc0916298393e20ac753db9 (patch)
treef99351a686392e8965ee541aeee988d8da17931b /ChangeLog
parent16ad672308f5f253ee2b42cd4af2040082fee45d (diff)
downloadtcl-af7deb8aec29dc803cc0916298393e20ac753db9.zip
tcl-af7deb8aec29dc803cc0916298393e20ac753db9.tar.gz
tcl-af7deb8aec29dc803cc0916298393e20ac753db9.tar.bz2
fix TCL_ASCII_MAIN usage, as the name suggests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fb938c..e4cb0db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-05 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclMain.c: Thanks, Kevin, for the fix, but this how it was
+ supposed to be (TCL_ASCII_MAIN is only supposed to be defined on WIN32).
+
2010-11-05 Kevin B. Kenny <kennykb@acm.org>
* generic/tclMain.c: Added missing conditional on _WIN32 around code