| Commit message (Expand) | Author | Age | Files | Lines |
* | remove deprecated functions Tcl_VarEval and Tcl_VarEvalVA | jan.nijtmans | 2012-12-17 | 5 | -104/+26 |
|
|
* | Merge trunk. | jan.nijtmans | 2012-12-14 | 8 | -33/+50 |
|\ |
|
| * | TIP 400 suffered from the same segfaulting flaw as 3595576. | dgp | 2012-12-13 | 1 | -16/+3 |
|
|
| * | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 |
| |\ |
|
| | * | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 |
| | |\ |
|
| | | * | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 |
|
|
| | * | | 3595576 Tests/fix for mem corruption: [catch] fails to store options in a var. | dgp | 2012-12-13 | 1 | -1/+0 |
|
|
| * | | | Fix for [Bug 3595576], found by andrewsh | mig | 2012-12-13 | 1 | -1/+2 |
|
|
* | | | | merge trunk | jan.nijtmans | 2012-12-13 | 2 | -18/+22 |
|\ \ \ \
| |/ / / |
|
| * | | | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -3/+3 |
| | |\ \
| | | |/ |
|
| | | * | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -3/+3 |
|
|
| * | | | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. | jan.nijtmans | 2012-12-13 | 1 | -5/+7 |
| |\ \ \
| | |/ / |
|
| | * | | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. | jan.nijtmans | 2012-12-13 | 1 | -5/+7 |
| | |\ \
| | | |/ |
|
| | | * | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. | jan.nijtmans | 2012-12-13 | 1 | -4/+7 |
|
|
* | | | | allow novem to use installed Tcl8 .tm packages, such as tcltest and msgcat | jan.nijtmans | 2012-12-12 | 3 | -34/+1 |
|
|
* | | | | merge trunk | jan.nijtmans | 2012-12-10 | 2 | -3/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Restore the initialization of tclStubsPtr from the "Tcl" package clientData | dgp | 2012-12-10 | 1 | -2/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Restore the initialization of tclStubsPtr from the "Tcl" package clientData | dgp | 2012-12-10 | 1 | -2/+3 |
| | |\ \
| | | |/ |
|
| | | * | Restore the initialization of tclStubsPtr from the "Tcl" package clientData | dgp | 2012-12-10 | 1 | -2/+3 |
|
|
| * | | | Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed no... | ferrieux | 2012-12-08 | 1 | -1/+1 |
|
|
* | | | | merge trunk | jan.nijtmans | 2012-12-07 | 2 | -17/+12 |
|\ \ \ \
| |/ / / |
|
| * | | | just lost one MODULE_SCOPE in the merge | jan.nijtmans | 2012-12-07 | 1 | -1/+1 |
|
|
| * | | | only set tclStubsPtr if all version checks pass | jan.nijtmans | 2012-12-07 | 1 | -18/+9 |
| |\ \ \
| | |/ / |
|
| | * | | only set tclStubsPtr when all version checks pass | jan.nijtmans | 2012-12-07 | 1 | -32/+18 |
| | |\ \
| | | |/ |
|
| | | * | only set tclStubsPtr if all version checks pass. Backported from tcl 8.5. | jan.nijtmans | 2012-12-07 | 1 | -43/+62 |
|
|
| * | | | 3593703 Don't crash on bad input to Tcl_PkgRequire*(). | dgp | 2012-12-07 | 1 | -0/+4 |
| |\ \ \
| | |/ / |
|
| | * | | 3593703 Don't crash on bad input to Tcl_PkgRequire*(). | dgp | 2012-12-07 | 1 | -0/+4 |
|
|
* | | | | merge trunk | jan.nijtmans | 2012-12-07 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. | dgp | 2012-12-06 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. | dgp | 2012-12-06 | 1 | -1/+1 |
|
|
* | | | | merge trunk | jan.nijtmans | 2012-12-05 | 3 | -26/+42 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTem... | jan.nijtmans | 2012-12-05 | 3 | -26/+42 |
|
|
* | | | | merge trunk | jan.nijtmans | 2012-12-04 | 2 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' (c... | jan.nijtmans | 2012-12-04 | 2 | -3/+3 |
|
|
* | | | | Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodin... | jan.nijtmans | 2012-12-03 | 4 | -81/+17 |
|
|
* | | | | Initialize legacyFreeProc with invalid value: This will result in | jan.nijtmans | 2012-12-03 | 5 | -28/+10 |
|
|
* | | | | Remove all maintenance of a string result in the Interp. | dgp | 2012-11-30 | 10 | -615/+75 |
|\ \ \ \ |
|
| * | | | | No string result -> no more need for TCL_RESULT_SIZEnovem_remove_string_result | dgp | 2012-11-29 | 1 | -2/+0 |
|
|
| * | | | | missed bit of merge | dgp | 2012-11-29 | 1 | -1/+1 |
|
|
| * | | | | Get the updated error message | dgp | 2012-11-29 | 1 | -1/+1 |
|
|
| * | | | | Merge bug-3588687 | dgp | 2012-11-29 | 2 | -7/+53 |
| |\ \ \ \ |
|
| | * \ \ \ | Revise TclInitStubs() so that it checks for consistent values of both | dgp | 2012-11-29 | 4 | -43/+59 |
| | |\ \ \ \
| | | |/ / / |
|
| | * | | | | 3588687 Added cross checks so that [load]ed extension, [load]ing interp, and | dgp | 2012-11-27 | 2 | -7/+59 |
|
|
| * | | | | | merge novem | dgp | 2012-11-29 | 2 | -31/+35 |
| |\ \ \ \ \ |
|
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *-----------. \ \ \ \ \ | Merge (selected bits of) novem | dgp | 2012-11-26 | 17 | -306/+166 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Stop segfaults in test suite. | dgp | 2012-11-26 | 2 | -3/+5 |
|
|
| * | | | | | | | | | | | | | merge (some of) novem | dgp | 2012-11-26 | 7 | -108/+33 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge use of [load] to find and nicely report error when incompatible stubs | dgp | 2012-11-26 | 1 | -2/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | ...and here's the lines left behind in the editor. | dgp | 2012-11-26 | 1 | -1/+4 |
|
|