Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | Comments and renamings around the legacy fields for string results. | dgp | 2012-11-26 | 2 | -20/+45 | |
| * | | | | | | | | | | | | | | | | WIP removing the maintenance of a string result in the Interp. | dgp | 2012-11-17 | 8 | -543/+54 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2012-11-16 | 73 | -2935/+7019 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2012-07-19 | 48 | -1365/+1676 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Implement Tcl_DStringResult with call to TclDStringToObj. | dgp | 2012-04-25 | 1 | -6/+1 | |
| | * | | | | | | | | | | | | | | | | | | merge trunk | dgp | 2012-04-25 | 18 | -134/+299 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | To preserve the ability of [load] to bring in mistmatched stubs-enabled | dgp | 2012-04-19 | 1 | -6/+3 | |
| | * | | | | | | | | | | | | | | | | | | | Clean version of changes; ifdef-free | dkf | 2012-04-19 | 8 | -628/+22 | |
| | * | | | | | | | | | | | | | | | | | | | merge trunk | dkf | 2012-04-19 | 2 | -10/+10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Experimental branch where the interp->result field and related are removed | dgp | 2012-04-18 | 8 | -15/+146 | |
* | | | | | | | | | | | | | | | | | | | | | | Re-fix failing load-3.2 test. The right way this time. | dgp | 2012-11-30 | 1 | -3/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | Stop [glob] complaining about empty list result. Continue support for | dgp | 2012-11-30 | 2 | -50/+14 | |
* | | | | | | | | | | | | | | | | | | | | | | After a Tcl_SetObjResult, don't do a Tcl_TransferResult to the same interpreter | jan.nijtmans | 2012-11-30 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | merge (modified) novem-review. | jan.nijtmans | 2012-11-30 | 5 | -47/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Proposed rollback of the TCL_STUB_MAGIC change on novem branch.novem_review | dgp | 2012-11-29 | 5 | -108/+56 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Bug fix. Stop load-3.2 test failure. | dgp | 2012-11-29 | 1 | -2/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | Purge remnants of support for compilers ignorant of C keyword 'inline'. | dgp | 2012-11-29 | 2 | -11/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | Stop defining VOID. Demand C compilers that know the void keyword. | dgp | 2012-11-29 | 1 | -43/+9 | |
* | | | | | | | | | | | | | | | | | | | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense. | dgp | 2012-11-29 | 9 | -1007/+910 | |
* | | | | | | | | | | | | | | | | | | | | | | Remove STRINGIFY and JOIN utility macros. Tcl doesn't use them. | dgp | 2012-11-29 | 1 | -14/+0 | |
|/ / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | merge trunk | dgp | 2012-11-29 | 2 | -31/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -3/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | silence compiler warning | dgp | 2012-11-29 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | | | | Silence some (unimportant) warnings from the MIPSpro compiler. | dkf | 2012-11-28 | 1 | -5/+6 | |
| * | | | | | | | | | | | | | | | | | | | [3590483]: Some compilers cannot initialize with complex non-constants. | dkf | 2012-11-28 | 1 | -24/+27 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas... | jan.nijtmans | 2012-11-26 | 14 | -272/+97 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | merge trunk | jan.nijtmans | 2012-11-22 | 2 | -31/+69 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | | | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | | | | very minor style tweaksbug_3033307 | dkf | 2012-11-20 | 1 | -6/+9 | |
| * | | | | | | | | | | | | | | | | merge trunk | dkf | 2012-11-19 | 4 | -43/+50 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Contributed patch from Andy Goth. | dgp | 2012-11-15 | 1 | -26/+65 | |
* | | | | | | | | | | | | | | | | | | merge trunk | jan.nijtmans | 2012-11-20 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexed | dkf | 2012-11-19 | 1 | -3/+0 | |
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | It might be that iPtr->result points to an empty string but that iPtr->objRes... | jan.nijtmans | 2012-11-20 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | ... make it more portable | jan.nijtmans | 2012-11-20 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Add checks for the assumtions made in tclStubLib.c, making sure that those | jan.nijtmans | 2012-11-20 | 1 | -0/+23 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Single stub library can now handle Tcl8 and Tcl9 with different MAGIC values | jan.nijtmans | 2012-11-19 | 3 | -14/+72 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | eliminate unused variable | jan.nijtmans | 2012-11-19 | 1 | -2/+0 | |
* | | | | | | | | | | | | Remove some undocumented - obsolete - function from the API with 'Old' in the... | jan.nijtmans | 2012-11-19 | 6 | -106/+33 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Better solution for handling errors from Tcl 8.x compiled extensions. Works f... | jan.nijtmans | 2012-11-19 | 2 | -4/+9 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | change stub library to detect - and generate a nice error-message - | jan.nijtmans | 2012-11-18 | 2 | -11/+20 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | <i>on-hold at Don Porter's request</i> on_hold_trunk | jan.nijtmans | 2012-11-18 | 1 | -7/+26 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | <i>On hold at Don Porter's request</i> on_hold_85 | jan.nijtmans | 2012-11-18 | 1 | -7/+26 | |
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | <i>On-hold at Don Porter's request.</i> on_hold_84 | jan.nijtmans | 2012-11-18 | 1 | -6/+27 | |
| | | | |/ / / / / | | | |/| | | | | | ||||||
| | | * | | | | | | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 20 | -784/+27 | |
| | | * | | | | | | Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-spe... | jan.nijtmans | 2012-11-15 | 1 | -1/+1 | |