| Commit message (Expand) | Author | Age | Files | Lines |
* | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|
|
* | Unbreak build | jan.nijtmans | 2021-11-26 | 1 | -1/+1 |
|
|
* | Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8.... | jan.nijtmans | 2021-11-26 | 1 | -26/+39 |
|
|
* | Eliminate warnings when compiling with -Wundef | jan.nijtmans | 2020-10-08 | 1 | -1/+1 |
|
|
* | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
|
|
* | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. | jan.nijtmans | 2020-03-31 | 1 | -1/+0 |
|
|
* | Backout [87d28ec30a29e3ce]: Looks like it causes test-failures in event.test ... | jan.nijtmans | 2019-09-03 | 1 | -2/+1 |
|\ |
|
| * | Backout last commit: Looks like it causes test-failures in event.test on Wind... | jan.nijtmans | 2019-09-03 | 1 | -2/+1 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-09-02 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Missing TCL_GLOBAL_ONLY flag in VwaitVarProc(): vwait always references globa... | jan.nijtmans | 2019-09-02 | 1 | -1/+2 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | [16828b3744] [vwait] *must* successfully undo its variable trace, or else | dgp | 2016-06-16 | 1 | -0/+2 |
|
|
* | | closes [f8a33ce3db5d8cc2]: Tcl_Exit uses system exit as fallback if Tcl-subsy... | sebres | 2019-06-21 | 1 | -9/+14 |
|
|
* | | Merge tip of core-8-6-branch | dgp | 2016-06-16 | 1 | -27/+32 |
|\ \ |
|
| * | | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app... | jan.nijtmans | 2015-10-08 | 1 | -4/+4 |
|
|
| * | | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -7/+7 |
| |\ \
| | |/ |
|
| | * | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -1/+1 |
|
|
| * | | Correct handling of dictionaries in the background error processing code. | dkf | 2015-06-30 | 1 | -10/+10 |
| |\ \
| | |/ |
|
| | * | Correct handling of dictionaries in the background error processing code. | dkf | 2015-06-30 | 1 | -10/+10 |
|
|
| * | | Rework the *FinalizeThread*() routines so that the quick exit preference | dgp | 2014-12-17 | 1 | -3/+11 |
|
|
| * | | Refine TclFinalizeThreadData so that the quick-exit optimization really only ... | ferrieux | 2014-09-08 | 1 | -13/+10 |
|
|
| * | | Refrain from calling TclFinalizeThreadData() in quick-exit case as it is usel... | ferrieux | 2014-09-02 | 1 | -11/+13 |
|
|
| * | | Make sure that panic's during finalization are handled by the custom panicpro... | jan.nijtmans | 2013-09-20 | 1 | -2/+0 |
|
|
* | | | Correct the patch. | dgp | 2016-06-16 | 1 | -4/+1 |
|
|
* | | | Merge up to a197e6853e. Still works. Next checkin restarts the segfaults. | dgp | 2016-06-16 | 1 | -9/+4 |
|\ \ \
| |/ / |
|
| * | | Fix [3611974]: InitSubsystems multiple thread issue | jan.nijtmans | 2013-06-18 | 1 | -7/+2 |
| |\ \
| | |/ |
|
| | * | Fix [3611974]: InitSubsystems multiple thread issue | jan.nijtmans | 2013-06-18 | 1 | -9/+4 |
|
|
| * | | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_... | jan.nijtmans | 2013-02-27 | 1 | -2/+2 |
|
|
* | | | Merge up to the 8.6.0 release. | dgp | 2016-06-16 | 1 | -49/+59 |
|\ \ \
| |/ / |
|
| * | | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ... | jan.nijtmans | 2012-10-14 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s... | jan.nijtmans | 2012-10-14 | 1 | -1/+1 |
|
|
| * | | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -1/+1 |
|
|
| * | | more result generation conversion | dkf | 2012-08-03 | 1 | -4/+5 |
|
|
| * | | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlin... | ferrieux | 2011-08-09 | 1 | -19/+30 |
|
|
| * | | More generation of errorCode information (default [bgerror] and [glob]). | dkf | 2011-04-02 | 1 | -0/+2 |
|
|
| * | | Correct bizarre name of enumeration member. | dkf | 2011-03-24 | 1 | -2/+2 |
|
|
| * | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -21/+20 |
|
|
| * | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -1/+0 |
|
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | |\ |
|
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | | * | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l... | ferrieux | 2009-04-27 | 1 | -7/+106 |
|
|
| | | * | * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls to | dgp | 2007-03-19 | 1 | -3/+3 |
|
|
| | | * | Cosmetic touches and identation | vasiljevic | 2006-03-10 | 1 | -7/+7 |
|
|
| | | * | backport of 2005-08-10 fix to tclEvent.c | Kevin B Kenny | 2005-08-16 | 1 | -19/+19 |
|
|
| | | * | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 1 | -11/+27 |
|
|
| | | * | finalize Tcl_Preserve after exit handlers | Kevin B Kenny | 2005-06-24 | 1 | -1/+4 |
|
|
| | | * | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -1/+16 |
|
|
| | | * | * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize | dgp | 2004-07-30 | 1 | -24/+24 |
|
|