diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-23 14:38:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-23 14:38:52 (GMT) |
commit | ffd62239ea93e9fa93f1036f03a281ed5d522848 (patch) | |
tree | 8b748d228fe15293a59015eb54ed8341d633a265 /ChangeLog | |
parent | 6d9d2761b86a20a703ff568b0e3054d4136b7f48 (diff) | |
parent | a05551fb2f2d4f0a8fe3bc93e2afdd7ad0227a7c (diff) | |
download | tcl-ffd62239ea93e9fa93f1036f03a281ed5d522848.zip tcl-ffd62239ea93e9fa93f1036f03a281ed5d522848.tar.gz tcl-ffd62239ea93e9fa93f1036f03a281ed5d522848.tar.bz2 |
Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_INT_IS_LONG
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2013-04-23 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclDecls.h: Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj + and Tcl_SetBooleanObj as macros using Tcl_NewIntObj, Tcl_DbNewLongObj + and Tcl_SetIntObj. Starting with Tcl 8.5, this is exactly the same, + it only eliminates code duplication. + * generic/tclInt.h: Eliminate use of NO_WIDE_TYPE everywhere: It's + exactly the same as TCL_WIDE_INT_IS_LONG + +2013-04-19 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclDecls.h: Implement many Tcl_*Var* functions and + Tcl_GetIndexFromObj as (faster/stack-saving) macros around resp + their Tcl_*Var*2 equivalent and Tcl_GetIndexFromObjStruct. + +2013-04-12 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclDecls.h: Implement Tcl_Pkg* functions as + (faster/stack-saving) macros around Tcl_Pkg*Ex functions. + 2013-04-08 Don Porter <dgp@users.sourceforge.net> * generic/regc_color.c: [Bug 3610026] Stop crash when the number of |