summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d158bf0..5d95fe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-04-22 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclPlatDecls.h Move TCHAR fallback typedef from tcl.h to
+ * generic/tcl.h tclPlatDecls.h (as suggested by dgp)
+ * generic/tclInt.h fix typo
+ * generic/tclIOUtil.c Eliminate various unnecessary
+ * unix/tclUnixFile.c type casts.
+ * unix/tclUnixPipe.c
+ * win/tclWinChan.c
+ * win/tclWinFCmd.c
+ * win/tclWinFile.c
+ * win/tclWinLoad.c
+ * win/tclWinPipe.c
+
2010-04-20 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclTest.c Use function prototypes from the FS API.