diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -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> |