| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
possibly conflicting LOCAL/OFFSET
|
| |\
| | |
| | |
| | | |
possibly conflicting LOCAL/OFFSET
|
| | |
| | |
| | | |
Eliminate possibly conflicting LOCAL #define
|
| | |
| | |
| | |
| | | |
for other platforms.
|
| | |
| | |
| | | |
- Make sure that _ftime() from msvcrt.dll is used, not ftime() from mingw (which might use 64-bit time_t)
|
| | | |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
procPtr and nsPtr arguments: nsPtr == procPtr->cmdPtr->nsPtr.
This makes the test in TclCompileScript() useless. TCS() will always
compile in the current namespace of the interp. Remove the code that
obfuscates that fact.
|
| | | |
| | | |
| | | | |
Does this indicate a gap in the test suite, or is this code truly useless?
|
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
[http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS]
|
| | | |
|
| |\ \
| | |/
| | |
| | | |
[http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS]
|
| | |
| | |
| | |
| | | |
[http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS]
|
| | | |
|
|\ \ \ |
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
execution of precompiled bytecode (i.e. tbcload'ed bytecode).
The semi-inversion of a guard condition dropped the part about
TCL_BYTECODE_PRECOMPILED of the original condition, allowing the core
to attempt to recompile code for which there are no script sources
(anymore), which then fails.
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | | |
(and the complex machinery associated with it) as as it is no longer needed.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | |/ /
| |/| |
| | | | |
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.
|
| | | |
| | | |
| | | |
| | | | |
buffered I/O. Tcl's I/O now flushes buffered output before reading, discards buffered input before writing, etc.
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | | |
variable so we don't mistakenly try to use the value later after we freed it.
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
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.
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
overflows a short int. Thanks to Heikki Linnakangas for the report and
the patch.
|
| |\ \ \
| | |/ /
| | | |
| | | | |
overflows a short int. Thanks to Heikki Linnakangas for the report and
the patch.
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|