diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-26 13:34:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-26 13:34:20 (GMT) |
commit | 029c446654c56522b070653cc19103d11fc57c2a (patch) | |
tree | 55264dda0813af306792e08d7e626fd75618f27d | |
parent | f49dacd43520f86a548ed97f21b8fbd24c016153 (diff) | |
download | tcl-029c446654c56522b070653cc19103d11fc57c2a.zip tcl-029c446654c56522b070653cc19103d11fc57c2a.tar.gz tcl-029c446654c56522b070653cc19103d11fc57c2a.tar.bz2 |
typofix
-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> |