| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros.
For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility.
|
| |\
| | |
| | |
| | | |
Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros.
For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility.
|
| | |
| | |
| | |
| | | |
Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros.
For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
macros using Tcl_NewIntObj, Tcl_DbNewLongObj and Tcl_SetIntObj.
Starting with Tcl 8.5, this is exactly the same, it only eliminates code duplication.
Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_INT_IS_LONG
|
| | |
| | |
| | |
| | |
| | | |
macros using Tcl_NewIntObj, Tcl_DbNewLongObj and Tcl_SetIntObj.
Starting with Tcl 8.5, this is exactly the same, it only eliminates code duplication.
|
|\ \ \
| |/ /
| | |
| | | |
(faster/stack-saving) macros around resp their Tcl_*Var*2 equivalent and Tcl_GetIndexFromObjStruct
|
| |\ \
| | |/
| | |
| | | |
(faster/stack-saving) macros around resp their Tcl_*Var*2 equivalent and Tcl_GetIndexFromObjStruct
|
| | |
| | |
| | |
| | | |
(faster/stack-saving) macros around resp their Tcl_*Var*2 equivalent and Tcl_GetIndexFromObjStruct
|
|\ \ \
| |/ /
| | |
| | | |
space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx().
|
| |\ \
| | |/
| | |
| | | |
space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx().
|
| | |
| | |
| | |
| | | |
space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx().
|
| | |
| | |
| | |
| | | |
when using stubs.
|
|\ \ \
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | | |
longer necessary.
|
| | |
| | |
| | |
| | | |
symbol or macro), which always returns TCL_OK. Needed for Tk 8.5.14 when running in Tcl 8.6 for properly clean-up when a (Tcl 8.6) thread is canceled.
|
| | |
| | |
| | |
| | |
| | | |
Tcl_CreateMathFunc()/Tcl_SaveResult() in testcases any more.
Prevent endless loop in Tcl_AddObjErrorInfo, when TCL_NO_DEPRECATED is defined.
|
| | |
| | |
| | |
| | | |
UNIX and Win.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
default.
Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too.
|
| |\ \
| | |/
| | |
| | |
| | | |
default.
Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do).
|
| | |
| | |
| | |
| | |
| | | |
default.
Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do).
|
| |\ \
| | |/
| | |
| | |
| | | |
Tcl 8.6 stub tables.
This makes it easier to debug extensions which use Tcl 8.6 features but (erroneously) are attempted to be loaded in Tcl 8.5.
|
| | |
| | |
| | |
| | |
| | | |
size of the Tcl 8.6 stub tables.
This makes it easier to debug extensions which use Tcl 8.5/8.6 features but (erroneously) are attempted to be loaded in Tcl 8.4.
|
| | |
| | |
| | |
| | | |
<p>backport genStubs::forAllStubs function, to generate dummy entries for some MAC_TCL entries
<p>re-generate all tcl*Decls.h files.
|
| | | |
|
|\ \ \ |
|
| |\ \ \
| | |/ / |
|
| | |\ \
| | | |/ |
|
| | |\ \
| | | |/
| | | |
| | | | |
Implement TclpIsAtty, Cygwin only
doc/dde.n: doc fix
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | | |
table this is no longer necessary
implement TclpInetNtoa for win32
Let cygwin share stub table with win32
|
| | |\ \ |
|
| | | | | |
|
| | | |\ \
| | |/ / /
| | | | _
| | | |
| | | |
| | | | |
table this is no longer necessary
implement TclpInetNtoa for win32
Let cygwin share stub table with win32
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
table this is no longer necessary
implement TclpInetNtoa for win32
Let cygwin share stub table with win32
|
| | |\ \
| | | |/ |
|
| | | |
| | | |
| | | | |
Simplify stub tables for functions which work on both UNIX and windows
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |/ /
| | | |
| | | | |
remove some unused cygwin-related code
some minor gcc warnings
|
|/ / / |
|
| | | |
|
|\ \ \
| |/ /
| | | |
Rewritten guts of machinery to produce string rep of lists. [Bug 3173086]
|
| |\ \
| | | |
| | | | |
Rewritten guts of machinery to produce string rep of lists. [Bug 3173086]
|
| | | | |
|
| |\ \ \
| | |/ /
| |/| /
| | |/ |
Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly
Some more void -> VOID transitions
|
|\ \ \
| |/ /
| | | |
cause more harm than good. Purged them (except in zlib files).
|
| |\ \
| | |/
| | | |
more harm than good. Purged them.
|