summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-04 11:05:34 (GMT)
committernijtmans <nijtmans>2010-05-04 11:05:34 (GMT)
commit12f45b93f54d74dcc7e81bd9b04f9734f832f72f (patch)
tree766c8aedc9843dd60ab666a1ce391251c3c4bea4 /ChangeLog
parent603632160ce039289adcabac2684febc649c535b (diff)
downloadtcl-12f45b93f54d74dcc7e81bd9b04f9734f832f72f.zip
tcl-12f45b93f54d74dcc7e81bd9b04f9734f832f72f.tar.gz
tcl-12f45b93f54d74dcc7e81bd9b04f9734f832f72f.tar.bz2
TCHAR-related fixes, making those files compile fine when TCHAR != char
Please see comments in [Freq 2965056] (2965056-1.patch).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a64eb7..f24c9e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-04 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tclWinNotify.c TCHAR-related fixes, making those two
+ * win/tclWinSock.c files compile fine when TCHAR != char
+ Please see comments in [Freq 2965056] (2965056-1.patch).
+
2010-05-03 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclIORChan.c Use "tclIO.h" and "tclTomMathDecls.h"