| Commit message (Expand) | Author | Age | Files | Lines |
* | more disabled code removal | dgp | 2013-07-24 | 1 | -46/+0 |
|
|
* | Factor out the call to a compileProc into one place used by both ensemble | dgp | 2013-07-17 | 1 | -7/+21 |
|
|
* | Simplify the ensemble subcommand compile. There's no need to be | dgp | 2013-07-16 | 1 | -55/+15 |
|
|
* | Simplify arguments to TclContinuationsEnterDerived(). | dgp | 2013-07-16 | 1 | -6/+8 |
|
|
* | Build CompileBasicNArgCommand on top of TclCompileInvocation. | dgp | 2013-07-15 | 1 | -0/+10 |
|
|
* | Have TclMakeEnsemble() set ENSEMBLE_COMPILE at creation, not as a separate | dgp | 2013-07-11 | 1 | -8/+8 |
|
|
* | Revert the revised macros used in developing the new tests.tip280_test_coverage | dgp | 2013-07-11 | 1 | -2/+2 |
|
|
* | Add tests for the SetLineInformation() calls in tclEnsemble.c, and fix | dgp | 2013-07-11 | 1 | -6/+3 |
|
|
* | 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 |
|
|
* | | First additional test. Remove dup macros in tclEnsemble.c. | dgp | 2013-07-10 | 1 | -10/+0 |
|/ |
|
* | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. | dgp | 2013-03-05 | 1 | -3/+3 |
|
|
* | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -7/+7 |
|
|
* | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
* | merge trunk | dkf | 2013-01-11 | 1 | -2/+2 |
|\ |
|
| * | Name functions according to 'what' instead of 'how' in the [tailcall] | mig | 2013-01-11 | 1 | -2/+2 |
|
|
* | | First attempt at fixing problems caused by [array set] inside [namespace eval], | dkf | 2013-01-11 | 1 | -0/+14 |
|/ |
|
* | tailcall now running in a simpler model, with no eval-flags and no nre-stack ... | mig | 2013-01-10 | 1 | -2/+2 |
|
|
* | Fix bad memory access problems found by Miguel Sofer when valgrinding. | dkf | 2013-01-04 | 1 | -4/+9 |
|
|
* | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -0/+336 |
|
|
* | Added mechanism for pre-parsing built-in ensembles even when they are not going | dkf | 2013-01-03 | 1 | -56/+235 |
|\ |
|
| * | Got the test suite passing cleanly. Excellent. | dkf | 2013-01-03 | 1 | -35/+60 |
|
|
| * | All tests pass except one; not sure what's wrong there. | dkf | 2013-01-02 | 1 | -55/+99 |
|
|
| * | Passing more tests. | dkf | 2013-01-02 | 1 | -41/+78 |
|
|
| * | Working towards more efficient treatment of non-bytecoded ensemble subcommands. | dkf | 2012-12-31 | 1 | -5/+76 |
|
|
* | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc... | mig | 2013-01-02 | 1 | -1/+1 |
|/ |
|
* | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -61/+106 |
|
|
* | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -8/+8 |
|
|
* | Remove some low-value C stack frames. | dkf | 2012-04-15 | 1 | -1/+1 |
|
|
* | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 1 | -6/+0 |
|
|
* | Honor per-namespace compile suppression in ensemble subcommands. | dgp | 2012-02-06 | 1 | -0/+1 |
|
|
* | 3485022 Disable ensemble subcommand compile inside a Tcl_Create*Trace(). | dgp | 2012-02-06 | 1 | -1/+2 |
|
|
* | 3485022 TclCompileEnsemble() avoid compile when exec traces set. | dgp | 2012-02-06 | 1 | -1/+2 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -12/+10 |
|
|
* | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ... | dkf | 2011-03-09 | 1 | -18/+18 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|
|
* | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -2/+2 |
|
|
* | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 1 | -6/+37 |
|
|
* | Code Audit results: | dkf | 2010-03-05 | 1 | -14/+14 |
|
|
* | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -3/+3 |
|
|
* | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -2/+2 |
|
|
* | Reduce code nesting in [namespace ensemble] implementation. | dkf | 2010-02-14 | 1 | -139/+116 |
|
|
* | Hive off the ensemble code into its own file. | dkf | 2010-02-13 | 1 | -0/+2965 |
|
|