| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | [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 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | Move test for pthread_atfork inside SC_ENABLE_THREADS | jan.nijtmans | 2013-07-25 | 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 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | 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 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Add "testfork" test command. Not used in any test-case yet | jan.nijtmans | 2013-07-23 | 3 | -103/+153 |
| | |/ / |
|
| * | | | 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 |
| | |\ \
| | |/ /
| |/| | |
|
| * | | | Prefer CompileWord() over CompileTokens() when possible. | dgp | 2013-07-15 | 3 | -6/+3 |
|
|
| * | | | Global replace: CompileBody() -> BODY(). | dgp | 2013-07-12 | 4 | -30/+19 |
|
|
| * | | | Tests demonstrating the need for the last two SetLineInformation() calls. | dgp | 2013-07-12 | 1 | -0/+25 |
|
|
| * | | | Revise the CompileWord() and PushVarNameWord() macros to make explicit the | dgp | 2013-07-11 | 2 | -18/+7 |
|
|
| * | | | Have TclMakeEnsemble() set ENSEMBLE_COMPILE at creation, not as a separate | dgp | 2013-07-11 | 1 | -8/+8 |
|
|
| | * | | merge trunk | dgp | 2013-07-11 | 4 | -61/+447 |
| | |\ \
| | |/ /
| |/| | |
|
| * | | | Add a test for each call to SetLineInformation() demonstrating the need | dgp | 2013-07-11 | 4 | -61/+431 |
| |\ \ \ |
|
| | * | | | Revert the revised macros used in developing the new tests.tip280_test_coverage | dgp | 2013-07-11 | 5 | -27/+24 |
|
|
| | * | | | Add tests for the SetLineInformation() calls in tclEnsemble.c, and fix | dgp | 2013-07-11 | 2 | -6/+28 |
|
|
| | * | | | Add tests for SetLineInformation() calls in tclCompCmdsSZ.c as well as some | dgp | 2013-07-10 | 2 | -46/+206 |
|
|
| | * | | | Add tests for SetLineInformation() calls in tclCompCmdsGR.c. | dgp | 2013-07-10 | 2 | -4/+57 |
|
|
| | * | | | Add tests for, and fix bugs in, the SetLineInformation() calls in tclCompCmds.c. | dgp | 2013-07-10 | 2 | -11/+127 |
|
|
| | * | | | merge trunk | dgp | 2013-07-10 | 1 | -0/+16 |
| | |\ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Fix for [86fb5ea28e]. Test will eventually merge in from tip280-test-coverage. | dgp | 2013-07-10 | 1 | -0/+16 |
|
|
| | * | | | Next attempt. Appears to have uncovered a bug. | dgp | 2013-07-10 | 2 | -1/+15 |
|
|
| | * | | | First additional test. Remove dup macros in tclEnsemble.c. | dgp | 2013-07-10 | 6 | -20/+21 |
|
|
| | * | | | Disabling the SetLineInformation() macro entirely causes only 3 tests | dgp | 2013-07-10 | 3 | -3/+10 |
| |/ / / |
|
| | * | | 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 |
| | |\ \
| | |/ /
| |/| | |
|
| * | | | Unbreak MSVC6 debug build (thanks Andreas Kupries!) | jan.nijtmans | 2013-07-08 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Unbreak MSVC6 debug build (thanks Andreas Kupries!) | jan.nijtmans | 2013-07-08 | 1 | -1/+1 |
|
|
| | | * | Factor out compiling the Command literal. | dgp | 2013-07-08 | 1 | -22/+19 |
|
|