| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 3 | -26/+15 |
|
|
* | | | | Arrange for both execution traces and [info frame] to get their pre-subst | dgp | 2013-08-14 | 4 | -101/+70 |
|\ \ \ \ |
|
| * | | | | Consolidate some helper routines.dgp_bye_ctx_eval_flag | dgp | 2013-08-14 | 3 | -29/+19 |
|
|
| * | | | | Only schedule leave traces if enter traces complete successfully. | dgp | 2013-08-14 | 1 | -12/+10 |
|
|
| * | | | | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers to | dgp | 2013-08-12 | 3 | -50/+14 |
|
|
| * | | | | merge trunk | dgp | 2013-08-12 | 1 | -1/+1 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | Never guess non-existing timezone name "America/Brasilia" on Windows. Reporte... | jan.nijtmans | 2013-08-11 | 1 | -1/+1 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Never guess non-existing timezone name "America/Brasilia" on Windows. Reporte... | jan.nijtmans | 2013-08-11 | 1 | -1/+1 |
|
|
* | | | | | Many simplifications to the TIP 280 machinery. | dgp | 2013-08-07 | 8 | -170/+39 |
|\ \ \ \ \ |
|
* \ \ \ \ \ | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to | dgp | 2013-08-06 | 7 | -97/+59 |
|\ \ \ \ \ \ |
|
| | | | * | | | Arrange for both execution traces and [info frame] to get their pre-subst | dgp | 2013-08-10 | 4 | -31/+59 |
|
|
| | | | * | | | Revised GetCommandSource() can (and thus should) return a normal zero | dgp | 2013-08-09 | 1 | -2/+1 |
|
|
| | | | * | | | Revise GetCommandSource() to return a normal Tcl_Obj value. | dgp | 2013-08-07 | 1 | -18/+8 |
|
|
| | | | * | | | Give (objc, objv) their own ride from enter to leave traces. | dgp | 2013-08-07 | 1 | -4/+4 |
| | | |/ / /
| | |/| | | |
|
| | * | | | | Remove Tcl_Preserve support for ContLineLoc values. It's not needed. | dgp | 2013-08-07 | 3 | -56/+5 |
|
|
| | * | | | | Test for TclContinuationsGet() usage, and simplifications. | dgp | 2013-08-07 | 2 | -17/+7 |
|
|
| | * | | | | Replace potentially memleak creating safety check of a "cannot happen" | dgp | 2013-08-07 | 1 | -8/+6 |
|
|
| | * | | | | Add comment stating new limitation on Tcl(NR)EvalObjEx() interface. | dgp | 2013-08-07 | 1 | -0/+5 |
|
|
| | * | | | | All use of the evalFlag value TCL_EVAL_CTX is unused by the code and | dgp | 2013-08-06 | 2 | -88/+11 |
|
|
| | * | | | | Add assertions that will guide and protect more discovery of dead code for el... | dgp | 2013-08-06 | 2 | -3/+7 |
| |/ / / / |
|
| * | | | | Drop TCL_LOCATION_EVAL_LIST now that it is unused.dgp_bye_location_eval_list | dgp | 2013-08-06 | 1 | -4/+0 |
|
|
| * | | | | Eliminate the union that is no longer needed. | dgp | 2013-08-06 | 6 | -34/+26 |
|
|
| * | | | | Revert the changes that went too far and broke things. | dgp | 2013-08-06 | 1 | -13/+26 |
|
|
| * | | | | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to | dgp | 2013-08-06 | 4 | -87/+48 |
|/ / / / |
|
* | | | | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. | jan.nijtmans | 2013-08-05 | 4 | -3/+11 |
|\ \ \ \
| |/ / / |
|
| * | | | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. | jan.nijtmans | 2013-08-05 | 2 | -3/+3 |
|
|
* | | | | [3611643fff]: Support TclOO in autoload mechanism. | dkf | 2013-08-03 | 2 | -0/+19 |
|
|
* | | | | Deal with the elaborate rip-apart-a-metaclass case as well. | dkf | 2013-08-02 | 3 | -3/+30 |
|
|
* | | | | [9d61624b3d]: Stop crashes when emptying the superclass slot. | dkf | 2013-08-02 | 2 | -19/+46 |
|
|
* | | | | [1905562] [8d2c0da36d] Raise the recursion limits on regexps to allow | dgp | 2013-08-01 | 2 | -1/+4 |
|
|
* | | | | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were fo... | jan.nijtmans | 2013-08-01 | 3 | -1/+163 |
|\ \ \ \
| |/ / / |
|
| * | | | Tcl_InitNotifier: Bug [a0bc856dcd]. | jan.nijtmans | 2013-08-01 | 3 | -4/+166 |
| |\ \ \ |
|
| | * | | | Fixed test case variable clash with 'folder'rfe_notifier_fork | oehhar | 2013-07-25 | 1 | -6/+6 |
|
|
| | * | | | rebase | jan.nijtmans | 2013-07-25 | 3 | -4/+166 |
| | |\ \ \ |
|
| | | * | | | Make sure that the notifierMutex and notifierCV in a forked child cannot bloc... | jan.nijtmans | 2013-07-25 | 1 | -0/+2 |
|
|
| | | * | | | rebase | jan.nijtmans | 2013-07-25 | 3 | -4/+164 |
| | | |\ \ \ |
|
| | | | * \ \ | rebase | jan.nijtmans | 2013-07-23 | 3 | -4/+164 |
| | | | |\ \ \ |
|
| | | | | * | | | Tcl_InitNotifier() call in TestforkObjCmd() is only necessary when pthread_at... | jan.nijtmans | 2013-07-22 | 1 | -0/+3 |
|
|
| | | | | * | | | Use pthread_atfork() when available. | jan.nijtmans | 2013-07-22 | 3 | -104/+202 |
|
|
| | | | | * | | | Test-case should pass on Darwin or with non-threaded build as well. | jan.nijtmans | 2013-07-22 | 1 | -8/+3 |
|
|
| | | | | * | | | Fix bug which hangs iocmd.tf-32.1 | jan.nijtmans | 2013-07-22 | 1 | -1/+1 |
|
|
| | | | | * | | | Test file tests/unixForkEvent.test added | oehhar | 2013-07-22 | 1 | -0/+50 |
|
|
| | | | | * | | | Rebase to core-8-5-branch | jan.nijtmans | 2013-07-21 | 3 | -3/+77 |
| | | | | |\ \ \ |
|
| | | | | | * | | | Start notifier thread again if we were forked, to solve Rivet bug 55153 - RFE... | oehhar | 2013-07-17 | 2 | -0/+27 |
|
|
* | | | | | | | | | Make sure that "string is space \u202f" will continue to return "1", even if ... | jan.nijtmans | 2013-07-29 | 4 | -3/+10 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Make sure that "string is space \u202f" will continue to return "1", even if ... | jan.nijtmans | 2013-07-29 | 1 | -1/+1 |
|
|
* | | | | | | | | | Simplify AuxData access with a macro. | dgp | 2013-07-27 | 4 | -1/+15 |
|
|
* | | | | | | | | | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane for... | dgp | 2013-07-26 | 2 | -6/+5 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. | dgp | 2013-07-26 | 2 | -6/+5 |
| |/ / / / / / / |
|
* | | | | | | | | Move test for pthread_atfork inside SC_ENABLE_THREADS | jan.nijtmans | 2013-07-26 | 3 | -105/+3 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|