summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-04-26 13:34:20 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-04-26 13:34:20 (GMT)
commit029c446654c56522b070653cc19103d11fc57c2a (patch)
tree55264dda0813af306792e08d7e626fd75618f27d /ChangeLog
parentf49dacd43520f86a548ed97f21b8fbd24c016153 (diff)
downloadtcl-029c446654c56522b070653cc19103d11fc57c2a.zip
tcl-029c446654c56522b070653cc19103d11fc57c2a.tar.gz
tcl-029c446654c56522b070653cc19103d11fc57c2a.tar.bz2
typofix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index e8017cc..8b457b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,22 +23,22 @@
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
+ * 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.
- * compat/zlib/* Upgrade to zlib 1.2.5
+ * generic/tclTest.c: Use function prototypes from the FS API.
+ * compat/zlib/*: Upgrade to zlib 1.2.5
2010-04-19 Donal K. Fellows <dkf@users.sf.net>