Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -0/+9 |
|\ | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | ||||
| * | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -0/+9 |
| |\ | | | | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | ||||
| | * | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | ||||
* | | | Improve code generation for some ensemble subcommands in cases where full | dkf | 2013-01-28 | 1 | -0/+13 |
| | | | | | | | | | | | | compilation is impossible yet full ensemble invoking is unnecessary. Also fix a few minor doc formatting bugs. | ||||
* | | | [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 |
| |\ \ | | |/ | |||||
| | * | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+5 |
| | | | |||||
* | | | 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 ↵ | jan.nijtmans | 2013-01-21 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | extensions using this (like Tk 8.4) will continue to work in all Tcl 8.x versions. Extensions using this still cannot be compiled against Tcl 8.6 headers. | ||||
* | | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. | jan.nijtmans | 2013-01-18 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | (with an exception for OSX, for now) | ||||
| * | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. | jan.nijtmans | 2013-01-18 | 1 | -0/+5 |
| | | | | | | | | | (with an exception for OSX, for now) | ||||
* | | | [3600328]: Fix problems caused by buggy [array] compilation inside a buggy | dkf | 2013-01-17 | 1 | -0/+8 |
| | | | | | | | | | ensemble compilation (which had the net result of producing *very* wrong code). | ||||
* | | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -6/+1 |
|\ \ \ | |/ / | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
| * | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -5/+0 |
| | | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
* | | | [Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as that | dkf | 2013-01-16 | 1 | -23/+30 |
| | | | | | | | | | is an encoding we guarantee to support without loading encoding files. | ||||
* | | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -0/+8 |
|\ \ \ | |/ / | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too. | ||||
| * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -0/+8 |
| |\ \ | | |/ | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do). | ||||
| | * | and changelog | jan.nijtmans | 2013-01-16 | 1 | -0/+8 |
| | | | |||||
* | | | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: ↵ | jan.nijtmans | 2013-01-15 | 1 | -0/+10 |
|\ \ \ | |/ / | | | | | | | tcl.h does not include sys/stat.h | ||||
| * | | [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 ↵ | jan.nijtmans | 2013-01-14 | 1 | -0/+5 |
| |/ / | | | | | | | | | | actually used in Tcl, only for Tk) | ||||
* | | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ↵ | jan.nijtmans | 2013-01-14 | 1 | -0/+6 |
| | | | | | | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.6. | ||||
* | | | Clarify readable fileevent "false positives" in the case of multibyte ↵ | ferrieux | 2013-01-13 | 1 | -0/+4 |
| | | | | | | | | | | | | encodings/transforms [Bug 3436609]. | ||||
* | | | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ↵ | jan.nijtmans | 2013-01-13 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | | | | taken from the public stub table, even if the inclusion is through tclInt.h. | ||||
| * | | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ↵ | jan.nijtmans | 2013-01-13 | 1 | -0/+6 |
| | | | | | | | | | | | | taken from the public stub table, even if the inclusion is through tclInt.h. | ||||
* | | | Put back TclBackgroundException in internal stub table, so extensions using ↵ | jan.nijtmans | 2013-01-12 | 1 | -0/+6 |
| | | | | | | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.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 |
| | | | | | | | | | Bump http package to 2.7.11. | ||||
* | | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction. | ||||
| * | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -0/+6 |
| |\ \ | | |/ | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction. | ||||
| | * | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -0/+6 |
| | |\ | | | | | | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction. | ||||
| * | \ | Extend the public stub table with dummy NULL entries, up to the size of the ↵ | jan.nijtmans | 2013-01-07 | 1 | -0/+7 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | Tcl 8.6 stub tables. This makes it easier to debug extensions which use Tcl 8.6 features but (erroneously) are attempted to be loaded in Tcl 8.5. | ||||
| | * | Extend the public and private stub tables with dummy NULL entries, up to the ↵ | jan.nijtmans | 2013-01-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | size of the Tcl 8.6 stub tables. This makes it easier to debug extensions which use Tcl 8.5/8.6 features but (erroneously) are attempted to be loaded in Tcl 8.4. | ||||
| * | | remove stray calls to Tcl_Alloc and friends: the core should only use ↵ | mig | 2013-01-02 | 1 | -0/+7 |
| | | | | | | | | | | | | ckalloc to allow MEM_DEBUG to work properly | ||||
| * | | 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. Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally. | ||||
| | * | 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 ↵ | jan.nijtmans | 2013-01-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | Tcl_AppendResult, not any other function. This puts least restrictions on eventual Tcl 9 stubs re-organization, and it works on the widest range of Tcl versions. | ||||
* | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵ | jan.nijtmans | 2013-01-06 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6. | ||||
* | | | 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 |
|\ \ \ | | | | | | | | | to generate specific code. This provides a good speedup in some cases. | ||||
* | | | | remove stray calls to Tcl_Alloc and friends: the core should only use ↵ | mig | 2013-01-02 | 1 | -0/+7 |
|/ / / | | | | | | | | | | ckalloc to allow MEM_DEBUG to work properly | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | Tests!? Where are the tests!?! They are in test listobj-11.1 | ||||
* | | | Stop leaking allocated space when objifying a zero-length DString. [Bug ↵ | ferrieux | 2012-12-22 | 1 | -0/+5 |
| | | | | | | | | | | | | 3598150] spotted by afredd. | ||||
* | | | Inline compat Tcl_GetDefaultEncodingDir. | jan.nijtmans | 2012-12-21 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | Eliminate unnecessary static HasStubSupport() and isDigit() functions, just do the same inline. |