| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
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?
|
|\ \
| | |
| | |
| | | |
works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers.
|
| |\ \
| | | |
| | | |
| | | | |
works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers.
|
| | | |
| | | |
| | | |
| | | | |
works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers.
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
Future: Write a small tcl script tool to extract the version information directly from the code.
|
| | | |
| | | |
| | | |
| | | | |
Future: Write a small tcl script tool to extract the version information directly from the code.
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
[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]
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| |\ \
| | |/ |
|
| | | |
|
| | | |
|
|\ \ \ |
|
| |\ \ \
| | |/ / |
|
| | |\ \
| | | |/ |
|
| | | |
| | | |
| | | |
| | | | |
Pietro Cerutti.
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
(and the complex machinery associated with it) as as it is no longer needed.
|
| |\ \ \
| |/ / /
|/| | | |
|
| | | | |
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
| | | |
| | | |
| | | | |
On Cygwin64 this doesn't work, and on Cygwin32 it was a bad idea anyway.
|
|\ \ \ \
| | |/ /
| |/| |
| | | | |
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.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
become too restrictive again. SuSe added a timestamp after the
version. Loosened up a bit. Bumped package to version 1.0.12.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
become too restrictive again. SuSe added a timestamp after the
version. Loosened up a bit. Bumped package to version 1.0.12.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
become too restrictive again. SuSe added a timestamp after the
version. Loosened up a bit. Bumped package to version 1.0.12.
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |/ / |
|
| | | |
| | | |
| | | |
| | | | |
Update registry to version 1.2.2.
(the same as distributed with Tcl 8.5.14)
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
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.
|