| Commit message (Expand) | Author | Age | Files | Lines |
* | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -0/+9 |
|\ |
|
| * | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -0/+8 |
|
|
* | | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+5 |
|
|
* | | Fix [2911139]: connect asynchronously, but without unnecessary internal waits. | dkf | 2013-01-23 | 1 | -0/+8 |
|
|
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. | jan.nijtmans | 2013-01-18 | 1 | -0/+5 |
|
|
* | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -5/+0 |
|
|
* | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | and changelog | jan.nijtmans | 2013-01-16 | 1 | -0/+8 |
|
|
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h | jan.nijtmans | 2013-01-15 | 1 | -0/+5 |
|\ \ |
|
* | | | More flexible search for win32 tclConfig.sh, backported from TEA (not actuall... | jan.nijtmans | 2013-01-14 | 1 | -0/+5 |
|/ / |
|
* | | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ta... | jan.nijtmans | 2013-01-13 | 1 | -0/+6 |
|
|
* | | [Bug 3599395]: http assumes status line is a proper tcl list. | jan.nijtmans | 2013-01-09 | 1 | -1/+7 |
|
|
* | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -0/+6 |
| |\ |
|
* | \ | Extend the public stub table with dummy NULL entries, up to the size of the T... | jan.nijtmans | 2013-01-07 | 1 | -0/+7 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-01-07 | 1 | -0/+8 |
|
|
* | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc... | mig | 2013-01-02 | 1 | -0/+7 |
|
|
* | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Marked some string subcommands as obsolete, following discussion on tcl-core. | jan.nijtmans | 2013-01-02 | 1 | -0/+6 |
|
|
* | | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early | jan.nijtmans | 2012-12-27 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early
| jan.nijtmans | 2012-12-27 | 1 | -0/+5 |
|
|
* | | Make pkgb.so loadable in Tcl 8.4 as well. | jan.nijtmans | 2012-12-21 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l... | jan.nijtmans | 2012-12-21 | 1 | -0/+8 |
|
|
* | | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -0/+5 |
|
|
* | | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 1 | -0/+6 |
|\ \ |
|
| * | | [3590483]: Some compilers cannot initialize with complex non-constants. | dkf | 2012-11-28 | 1 | -1/+7 |
|
|
| * | | Factor out creation of the -sockname and -peername lists from | max | 2012-11-26 | 1 | -0/+8 |
|
|
| * | | [Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixes | dkf | 2012-11-20 | 1 | -0/+6 |
|
|
| * | | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexed | dkf | 2012-11-19 | 1 | -0/+6 |
|
|
| * | | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazy | jan.nijtmans | 2012-11-15 | 1 | -0/+14 |
| |\ \ |
|
| * | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 1 | -0/+9 |
| |/ / |
|
| * | | also search for the library directory (init.tcl, encodings, etc) relative to ... | Joe Mistachkin | 2012-11-13 | 1 | -0/+6 |
| |\ \ |
|
| * | | | added forgotten Changelog entry | mig | 2012-11-10 | 1 | -0/+6 |
|
|
| * | | | Import tzdata2012i | Kevin B Kenny | 2012-11-07 | 1 | -0/+14 |
| |\ \ \ |
|
| * \ \ \ | [Bug 3581754]: Ensure that http -command callbacks are done at most once. | dkf | 2012-11-06 | 1 | -0/+9 |
| |\ \ \ \ |
|
| * \ \ \ \ | Added bytecode compilation of many Tcl commands, merged from development branch. | dkf | 2012-11-05 | 1 | -0/+24 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | TIP #413 | jan.nijtmans | 2012-11-05 | 1 | -0/+15 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 | jan.nijtmans | 2012-10-31 | 1 | -0/+8 |
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 1 | -1/+6 |
| |/ / / / / |
|
| * | | | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ... | jan.nijtmans | 2012-10-23 | 1 | -0/+8 |
| |\ \ \ \ \ |
|
| * | | | | | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels | mig | 2012-10-18 | 1 | -0/+6 |
|
|
| * | | | | | | Implementation of TIP #405. | dkf | 2012-10-16 | 1 | -0/+15 |
|
|
| * | | | | | | Implementation of TIP #400. | dkf | 2012-10-16 | 1 | -27/+40 |
|
|
| * | | | | | | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ... | jan.nijtmans | 2012-10-14 | 1 | -0/+6 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8. | jan.nijtmans | 2012-10-06 | 1 | -0/+5 |
|
|
| | | | | | | | | | |
| | \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Workaround for [socket -server foo -myaddr localhost 0] failure on OSX. | max | 2012-09-26 | 1 | -0/+6 |
|
|