| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
remove some unneeded #undef's
|
| |
| |
| | |
On Cygwin64 this doesn't work, and on Cygwin32 it was a bad idea anyway.
|
| |
| |
| |
| |
| |
| |
| | |
long.
This is potentially binary incompatible on win64, but not on any other platform.
It eliminates the need for special stub-wrappers on Cygwin64 for those functions.
"novem" doesn't promise binary compatibility 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)
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
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.
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.
|
| | | |
| | | |
| | | |
| | | | |
Tcl_SetIntObj, Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj from the stub table and replaced those by macros. Add those functions back were they were. Reason: the upcoming cygwin64 will change the definition of 'long', I'm not sure any more this was a good idea. More investigation needed before doing something like this in "novem".
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |/ /
| | | |
| | | | |
(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().
|
| |\ \ \
| | |/ / |
|
| | |\ \
| | | |/ |
|
| | | |
| | | |
| | | |
| | | | |
http://example.com?foo=bar and bump http to 2.5.8.
|
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |\
| | | | |
| | | | |
| | | | | |
overflows a short int. Thanks to Heikki Linnakangas for the report and
the patch.
|
| | | | | |
|
| | | |/ |
|
| | | | |
|
| |\ \ \
| | |/ / |
|
| | | |
| | | |
| | | | |
e.g. http://example.com?foo=bar and bump http to 2.7.12.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
http://example.com?foo=bar .
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |/ / |
|
| | | | |
|