| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.6 | dgp | 2018-04-19 | 1 | -3/+15 |
|\ |
|
| * | Array trace firing must come before argument checking might raise error. | dgp | 2018-04-17 | 1 | -3/+4 |
|
|
| * | Gentler fallback. | dgp | 2018-04-17 | 1 | -2/+2 |
|
|
| * | [array set] must fire array traces. Don't disrupt that by reporting argument | dgp | 2018-04-17 | 1 | -0/+11 |
|
|
* | | redundant end-of-line spacing | jan.nijtmans | 2017-03-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | redundant end-of-line spacing | jan.nijtmans | 2017-03-15 | 1 | -2/+2 |
|
|
* | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+99 |
|\ \
| |/ |
|
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+99 |
|
|
* | | merge 8.6 | dgp | 2016-10-21 | 1 | -11/+0 |
|\ \
| |/ |
|
| * | EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble. | dgp | 2016-10-20 | 1 | -11/+0 |
|
|
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -6/+6 |
|/ |
|
* | make some MODULE_SCOPE symbols static | jan.nijtmans | 2015-12-15 | 1 | -6/+39 |
|
|
* | Issue the correct auxType when compiling [array set]. | dkf | 2015-12-12 | 1 | -1/+1 |
|
|
* | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -13/+13 |
|\ |
|
| * | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -2/+2 |
|
|
| * | One more (interp==NULL) shortcut. | dgp | 2014-12-22 | 1 | -1/+1 |
|
|
| * | Revise name and interface of new utility routines to match work already | dgp | 2014-12-19 | 1 | -38/+67 |
|
|
| * | New utility routine GetLocalScalarIndex() reduces common caller boilerplate | dgp | 2014-12-19 | 1 | -54/+58 |
|
|
| * | Use interp==NULL argument to PushVarName to signal that only an index into | dgp | 2014-12-19 | 1 | -17/+17 |
|
|
| * | Replace TclIsLocalScalar() with PushVarNameWord() in [dict for] compiler. | dgp | 2014-12-19 | 1 | -26/+27 |
|
|
| * | Narrow scope of numVars. | dgp | 2014-12-19 | 1 | -1/+2 |
|
|
| * | A bit more tidying... | dgp | 2014-12-18 | 1 | -6/+4 |
|
|
| * | No need for a loopIndex. | dgp | 2014-12-18 | 1 | -7/+4 |
|
|
| * | No need for varvList any more. | dgp | 2014-12-18 | 1 | -25/+2 |
|
|
| * | Fix up the token array passed to PushVarNameWord. Remove string list parse. | dgp | 2014-12-18 | 1 | -33/+6 |
|
|
| * | Replace use of TclIsLocalScalar() and late setting of varIndexes with an | dgp | 2014-12-18 | 1 | -15/+29 |
|
|
| * | Simplify creation and storage of temporaries | dgp | 2014-12-18 | 1 | -17/+7 |
|
|
| * | With that shift, varcList is no longer needed. | dgp | 2014-12-18 | 1 | -7/+1 |
|
|
| * | Shift the allocation of AuxData earlier in the [foreach] compiler. | dgp | 2014-12-18 | 1 | -16/+25 |
|
|
| * | Similar conversion of the [dict append] compiler. | dgp | 2014-12-11 | 1 | -16/+9 |
|
|
| * | Similar conversion for [dict update] compiler. | dgp | 2014-12-11 | 1 | -30/+15 |
|
|
| * | Similar revisions to [dict incr] compiler. | dgp | 2014-12-11 | 1 | -38/+22 |
|
|
| * | Get the word number right, even though it has no effect. | dgp | 2014-12-11 | 1 | -1/+1 |
|
|
| * | [e711ffb458] Same conversion for [catch] compiler. | dgp | 2014-12-11 | 1 | -36/+7 |
|
|
| * | [e711ffb458] Replace TclIsLocalScalar() with PushVarNameWord() in the | dgp | 2014-12-09 | 1 | -13/+7 |
|
|
| * | [e711ffb458] Replace TclIsLocalScalar() (which does the wrong thing).... with | dgp | 2014-12-09 | 1 | -12/+6 |
|
|
* | | remove unnecessary checks found by coverity | Miguel Sofer | 2015-07-30 | 1 | -6/+2 |
|
|
* | | Use more suitable variable name pushers. | dgp | 2014-12-23 | 1 | -3/+3 |
|
|
* | | Revise CompileEachloopCmd() to use LocalScalar() in place of TclIsLocalScalar(). | dgp | 2014-12-23 | 1 | -79/+40 |
|
|
* | | Convert the LocalScalar*() macros to rest on TclPushVarName rather than on | dgp | 2014-12-22 | 1 | -0/+48 |
|
|
* | | Use (interp == NULL) argument to TclPushVarName() to signal that no compiling | dgp | 2014-12-22 | 1 | -3/+3 |
|
|
* | | More complete use of the TCL_NO_ELEMENT flag to suppress useless actions. | dgp | 2014-12-22 | 1 | -3/+5 |
|
|
* | | Ever since (Tcl)PushVarName() stopped making a recursive call to Tcl_ParseCom... | dgp | 2014-12-05 | 1 | -10/+1 |
|\ \
| |/ |
|
| * | Ever since (Tcl)PushVarName() stopped making a recursive call to | dgp | 2014-12-05 | 1 | -10/+1 |
|
|
| * | [0c043a175] backport fix from trunk. | dgp | 2014-12-03 | 1 | -1/+1 |
| |\
| |/
|/| |
|
| * | Line numbers wrong in compiled [global] and [variable]. | dgp | 2013-09-19 | 1 | -6/+12 |
|
|
| * | Line numbers wrong in compiled [namespace upvar]. | dgp | 2013-09-19 | 1 | -4/+4 |
|
|
| * | Line numbers wrong in compiled [upvar]. | dgp | 2013-09-19 | 1 | -8/+8 |
|
|
* | | test and fix (thx dgp) | Miguel Sofer | 2014-12-03 | 1 | -1/+1 |
|
|
* | | Possible fix for testing. | dgp | 2014-10-02 | 1 | -3/+5 |
|
|