summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-09-29 20:04:09 (GMT)
committernijtmans <nijtmans>2010-09-29 20:04:09 (GMT)
commitc240909716db63ba2036f34e975de5905b2871dd (patch)
tree55bb63d8046fe563ffbe8af794dd61e4f43e0903 /ChangeLog
parent4a8ffe9702aa6da7c488be032ac605a65f0cde6f (diff)
downloadtcl-c240909716db63ba2036f34e975de5905b2871dd.zip
tcl-c240909716db63ba2036f34e975de5905b2871dd.tar.gz
tcl-c240909716db63ba2036f34e975de5905b2871dd.tar.bz2
tclMain.c: make compilable with -DUNICODE as well
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9ebf0c..409b3c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* unix/configure: re-generate with autoconf-2.59
* win/configure:
+ * generic/tclMain.c make compilable with -DUNICODE as well
2010-09-28 Reinhard Max <max@suse.de>