diff options
author | nijtmans <nijtmans> | 2010-08-31 20:48:16 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-08-31 20:48:16 (GMT) |
commit | c7a29d8a5192bc554c5019ba53d8041aa12eb963 (patch) | |
tree | c5dcdf908c44f77ddfcc3bd0b202a6614a1b9d7a /ChangeLog | |
parent | f97a6571a6db13315c2b0767b1d178cd3330c4c3 (diff) | |
download | tcl-c7a29d8a5192bc554c5019ba53d8041aa12eb963.zip tcl-c7a29d8a5192bc554c5019ba53d8041aa12eb963.tar.gz tcl-c7a29d8a5192bc554c5019ba53d8041aa12eb963.tar.bz2 |
[Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.
Typo in rules.vc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2010-08-31 Jan Nijtmans <nijtmans@users.sf.net> + + * win/rules.vc: Typo (thanks to Twylite discovering this) + * generic/tclStubLib.c: Revert to previous version: MSVC++ 6.0 + * generic/tclTomMathStubLib.c:cannot handle the new construct. + * generic/tcl.decls [Patch 2997642] many type casts needed when + * generic/tclDecls.h: using Tcl_Pkg* API. Remaining part. + * generic/tclPkg.c: + * generic/tclBasic.c: + * generic/tclTomMathInterface.c: + 2010-08-31 Andreas Kupries <andreask@activestate.com> * win/tcl.m4: Applied patch by Jeff fixing issues with the @@ -5,6 +16,7 @@ * win/configure: Regenerated. 2010-08-30 Miguel Sofer <msofer@users.sf.net> + * generic/tclBasic.c: New implementation for [tailcall]: * generic/tclCmdAH.c: it now schedules the command and returns * generic/tclCmdMZ.c: TCL_RETURN. This fixes all issues with |