Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [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 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Make sure that "string is space \u202f" will continue to return "1", even if ... | jan.nijtmans | 2013-07-29 | 4 | -3/+10 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Move test for pthread_atfork inside SC_ENABLE_THREADS | jan.nijtmans | 2013-07-26 | 3 | -105/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Put Cygwin's tclWinError.o in PLAT_OBJS, not in DL_OBJS | jan.nijtmans | 2013-07-25 | 3 | -3/+8 | |
| | * | | | | | | | | | | | | Demonstrate and fix memory leak in Tcl_ParseVar(). | dgp | 2013-07-24 | 2 | -0/+22 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Mark commands with potential to compile expansion arguments (as [list] does). | dgp | 2013-07-24 | 3 | -0/+18 | |
| | * | | | | | | | | | | | | | more disabled code removal | dgp | 2013-07-24 | 2 | -53/+0 | |
| | * | | | | | | | | | | | | | Remove outdated, disabled code. | dgp | 2013-07-23 | 1 | -503/+0 | |
| | * | | | | | | | | | | | | | Remove outdated comment. Stack depths are well checked now. | dgp | 2013-07-23 | 1 | -3/+0 | |
| | * | | | | | | | | | | | | | Stop checking stack depth in [catch] compiler. | dgp | 2013-07-23 | 1 | -10/+0 | |
| | * | | | | | | | | | | | | | Add "testfork" test command. Not used in any test-case yet | jan.nijtmans | 2013-07-23 | 3 | -103/+152 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Rewrite of the TclCompileScript() routine. | dgp | 2013-07-18 | 10 | -227/+654 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | [assemble] compile syntax error into bytecode reporting syntax error message.dgp_tcs_rewrite | dgp | 2013-07-18 | 1 | -7/+3 | |
| | | * | | | | | | | | | | | | | | merge trunk | dgp | 2013-07-18 | 4 | -15/+14 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error is | dgp | 2013-07-18 | 5 | -20/+15 | |
| | | * | | | | | | | | | | | | | | Factor out the call to a compileProc into one place used by both ensemble | dgp | 2013-07-17 | 3 | -41/+38 | |
| | | * | | | | | | | | | | | | | | Streamline the housekeeping on the operands of INST_START_CMD. | dgp | 2013-07-16 | 1 | -49/+32 | |
| | | * | | | | | | | | | | | | | | Simplify the ensemble subcommand compile. There's no need to be | dgp | 2013-07-16 | 2 | -56/+15 | |
| | | * | | | | | | | | | | | | | | Simplify arguments to TclContinuationsEnterDerived(). | dgp | 2013-07-16 | 2 | -10/+10 | |
| | | * | | | | | | | | | | | | | | Eliminate the litInfo table and all the code tending to its care and feeding. | dgp | 2013-07-16 | 5 | -134/+97 | |
| | | * | | | | | | | | | | | | | | Build CompileBasicNArgCommand on top of TclCompileInvocation. | dgp | 2013-07-15 | 4 | -7/+34 | |
| | | * | | | | | | | | | | | | | | merge trunk | dgp | 2013-07-15 | 6 | -62/+62 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | merge trunk | dgp | 2013-07-11 | 4 | -61/+447 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | Remove the (now unused) wlineat arguments. | dgp | 2013-07-10 | 1 | -6/+2 | |
| | | * | | | | | | | | | | | | | | | Revise the litInfo table so that it gets built later (in TclInitByteCodeObj) | dgp | 2013-07-10 | 2 | -60/+20 | |
| | | * | | | | | | | | | | | | | | | Tentative Work In Progress unwinding TIP 280 line information. | dgp | 2013-07-09 | 1 | -10/+29 | |
| | | * | | | | | | | | | | | | | | | Use the TokenAfter() macro. | dgp | 2013-07-08 | 1 | -7/+5 | |
| | | * | | | | | | | | | | | | | | | Use TIP 280 macros. | dgp | 2013-07-08 | 1 | -4/+2 | |
| | | * | | | | | | | | | | | | | | | merge trunk | dgp | 2013-07-08 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | Factor out compiling the Command literal. | dgp | 2013-07-08 | 1 | -22/+19 | |
| | | * | | | | | | | | | | | | | | | | Plug memory leak; Break three compilation mechanisms into routines. | dgp | 2013-07-08 | 1 | -196/+266 | |
| | | * | | | | | | | | | | | | | | | | Move TIP 280 and command extent housekeeping to the periphery. | dgp | 2013-07-08 | 1 | -27/+27 | |
| | | * | | | | | | | | | | | | | | | | Defer expansion request detection as much as possible. | dgp | 2013-07-08 | 1 | -13/+30 | |