diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ * win/tclWinDde.c: Those 3 files are not converted yet to be * win/tclWinReg.c: built with -DUNICODE, so add a TODO. * win/tclWinTest.c: + * generic/tcl.decls: [Patch 2997642] many type casts needed when + * generic/tclDecls.h: using Tcl_Pkg* API. Partly. + * generic/tclPkg.c: + * generic/tclStubLib.c: demonstration how this change can benefit code. + * generic/tclTomMathStubLib.c: 2010-08-29 Donal K. Fellows <dkf@users.sf.net> |