| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [2911139]: connect asynchronously, but without unnecessary internal waits. | jan.nijtmans | 2013-01-23 | 1 | -0/+8 |
|\ |
|
| * | Fix [2911139]: connect asynchronously, but without unnecessary internal waits. | dkf | 2013-01-23 | 1 | -0/+8 |
|
|
* | | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so exte... | jan.nijtmans | 2013-01-21 | 1 | -0/+7 |
|
|
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. | jan.nijtmans | 2013-01-18 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. | jan.nijtmans | 2013-01-18 | 1 | -0/+5 |
|
|
* | | [3600328]: Fix problems caused by buggy [array] compilation inside a buggy | dkf | 2013-01-17 | 1 | -0/+8 |
|
|
* | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -6/+1 |
|\ \
| |/ |
|
| * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -5/+0 |
|
|
* | | [Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as that | dkf | 2013-01-16 | 1 | -23/+30 |
|
|
* | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: tc... | jan.nijtmans | 2013-01-15 | 1 | -0/+10 |
|\ \ \
| |/ / |
|
| * | | [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 |
| |/ / |
|
* | | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ... | jan.nijtmans | 2013-01-14 | 1 | -0/+6 |
|
|
* | | | Clarify readable fileevent "false positives" in the case of multibyte encodin... | ferrieux | 2013-01-13 | 1 | -0/+4 |
|
|
* | | | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ta... | jan.nijtmans | 2013-01-13 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ta... | jan.nijtmans | 2013-01-13 | 1 | -0/+6 |
|
|
* | | | Put back TclBackgroundException in internal stub table, so extensions using t... | jan.nijtmans | 2013-01-12 | 1 | -0/+6 |
|
|
* | | | [Bug 3599395]: http assumes status line is a proper tcl list. | jan.nijtmans | 2013-01-09 | 1 | -1/+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 |
| |\ \
| | |/ |
|
| | * | [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 |
|
|
* | | | Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and T... | jan.nijtmans | 2013-01-07 | 1 | -0/+8 |
|
|
* | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in unrela... | jan.nijtmans | 2013-01-06 | 1 | -0/+7 |
|
|
* | | | Improve code generation for many simple core ensemble subcommands. | dkf | 2013-01-04 | 1 | -6/+16 |
|\ \ \ |
|
* | | | | Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects. | mig | 2013-01-04 | 1 | -0/+5 |
|
|
* | | | | Channel buffer min size is 1. Issue found by Schelte Bron. | dkf | 2013-01-03 | 1 | -0/+4 |
|/ / / |
|
* | | | Added mechanism for pre-parsing built-in ensembles even when they are not going | dkf | 2013-01-03 | 1 | -0/+8 |
|\ \ \ |
|
* | | | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc... | mig | 2013-01-02 | 1 | -0/+7 |
|/ / / |
|
* | | | Marked some string subcommands as obsolete, following discussion on tcl-core. | dkf | 2012-12-31 | 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 |
| |\ \
| | |/ |
|
| | * | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early
| jan.nijtmans | 2012-12-27 | 1 | -0/+5 |
|
|
* | | | Stop leaking allocated space when objifying a zero-length DString. [Bug 35981... | ferrieux | 2012-12-22 | 1 | -0/+5 |
|
|
* | | | Inline compat Tcl_GetDefaultEncodingDir. | jan.nijtmans | 2012-12-21 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | merge release | dgp | 2012-12-21 | 1 | -4/+29 |
|\ \ \ |
|
| * \ \ | merge trunk, update changes and re-tagcore_8_6_0core_8_6_0_rc | dgp | 2012-12-14 | 1 | -1/+23 |
| |\ \ \ |
|
| * \ \ \ | Tag 8.6.0 for release | dgp | 2012-12-11 | 1 | -9/+34 |
| |\ \ \ \ |
|
* | | | | | | Improved the sequence of instructions issued for [subst] when dealing with | dkf | 2012-12-18 | 1 | -6/+11 |
| |_|/ / /
|/| | | | |
|
* | | | | | Fix for [Bug 3595576], found by andrewsh | mig | 2012-12-13 | 1 | -0/+7 |
|
|