| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
|
|
* | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
|
|
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -4/+4 |
|
|
* | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -31/+31 |
|
|
* | Code cleanup: Add some initialization to "Tcl_UniChar ch" declaration, making... | jan.nijtmans | 2019-09-12 | 1 | -2/+2 |
|
|
* | Expand acronym in comment. | dgp | 2019-09-03 | 1 | -2/+2 |
|
|
* | extends [fec0c17d39]: restrict nested compilations using same limit (interp r... | sebres | 2019-08-30 | 1 | -0/+23 |
|
|
* | closes [fec0c17d39]: fixed stack overflow (followed by SF) by compilation of ... | sebres | 2019-08-29 | 1 | -18/+29 |
|
|
* | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|
|
* | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+5 |
|
|
* | some more clean-up | jan.nijtmans | 2016-09-05 | 1 | -6/+4 |
|
|
* | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 1 | -2/+2 |
|
|
* | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ... | jan.nijtmans | 2016-09-02 | 1 | -3/+13 |
|
|
* | [4b61afd660] Allow [info frame] to record line info for substituted command n... | dgp | 2016-06-16 | 1 | -1/+3 |
|\ |
|
| * | [4b61afd660] Allow [info frame] to record line info for substituted command n... | dgp | 2016-06-16 | 1 | -1/+3 |
| |\ |
|
| | * | Improve fix and add test. | dgp | 2016-06-16 | 1 | -5/+2 |
|
|
| | * | Corrects reported bug, but makes many tests fail. Something subtle about | dgp | 2016-06-10 | 1 | -0/+4 |
| |/ |
|
| * | [e711ffb458] Replace TclIsLocalScalar() (which does the wrong thing).... with | dgp | 2014-12-09 | 1 | -2/+2 |
|
|
* | | [ae38befcfb] Rewrite TclGetInnermostExceptionRange() for fewer iterations. | dgp | 2016-03-17 | 1 | -11/+10 |
|
|
* | | Remove unused static function definition | jan.nijtmans | 2015-12-15 | 1 | -1/+0 |
|
|
* | | make some MODULE_SCOPE symbols static | jan.nijtmans | 2015-12-15 | 1 | -33/+0 |
|
|
* | | Eliminate AuxDataType table: since this table only contains 4 constant entrie... | jan.nijtmans | 2015-12-15 | 1 | -146/+10 |
|
|
* | | Fix more problems with break and continue in for-step clauses. | dkf | 2015-08-02 | 1 | -10/+11 |
|
|
* | | Fix Coverity CID 1251203: break vs continue in for-step clause | dkf | 2015-08-01 | 1 | -1/+1 |
|
|
* | | Implement TIP 436: Improve TclOO isa Introspection | dkf | 2015-07-10 | 1 | -3/+3 |
|\ \ |
|
* | | | Revert refcount changes that were not cosmetic. | dgp | 2015-07-02 | 1 | -1/+1 |
|
|
* | | | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 1 | -6/+6 |
|/ / |
|
* | | Consistancy in refcount management. | jan.nijtmans | 2015-06-30 | 1 | -2/+2 |
|
|
* | | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal... | jan.nijtmans | 2015-06-30 | 1 | -9/+7 |
|
|
* | | Fix missing export of the "NewForeachInfoType" AuxData structure for tbcload/... | andreask | 2014-12-01 | 1 | -1/+2 |
|
|
* | | merge trunk | Kevin B Kenny | 2014-08-02 | 1 | -0/+13 |
|\ \ |
|
| * | | [b43f2b49f7] New compilation strategy for lappend that allows multi-value | dkf | 2014-07-18 | 1 | -0/+13 |
|
|
| * | | make the printing of source much less inclined to be fazed by non-ASCII chars | dkf | 2014-02-04 | 1 | -4/+22 |
|
|
* | | | merge trunk | dkf | 2014-02-03 | 1 | -2/+31 |
|\ \ \
| |/ / |
|
| * | | improve the disassembly | dkf | 2014-02-02 | 1 | -1/+6 |
|
|
| * | | Compile [string is] with character classes in a non-awful way. Needs more wor... | dkf | 2014-01-29 | 1 | -0/+5 |
|
|
| * | | merge principal development branch | dkf | 2014-01-25 | 1 | -2/+19 |
| |\ \ |
|
| | * | | implementation of [yieldto] in bytecode | dkf | 2014-01-21 | 1 | -0/+7 |
|
|
| | * | | added compilation for [nextto] | dkf | 2014-01-19 | 1 | -2/+12 |
|
|
| * | | | extend [string is] to booleans | dkf | 2014-01-13 | 1 | -0/+3 |
|
|
| * | | | a different approach | dkf | 2014-01-10 | 1 | -0/+4 |
| |/ / |
|
* | | | merge trunk | dkf | 2014-01-09 | 1 | -84/+359 |
|\ \ \
| |/ / |
|
| * | | merge main working branch | dkf | 2013-12-30 | 1 | -565/+1201 |
| |\ \ |
|
| | * | | implement [namespace origin] in bytecode | dkf | 2013-12-30 | 1 | -0/+5 |
|
|
| | * | | allow generation by assembler | dkf | 2013-12-30 | 1 | -4/+4 |
|
|
| | * | | completed instruction implementation | dkf | 2013-12-28 | 1 | -0/+4 |
|
|
| | * | | merge trunk | dkf | 2013-12-23 | 1 | -10/+28 |
| | |\ \ |
|
| | | * | | Added new tools for managing and verifying the stack depth during compilation... | mig | 2013-12-23 | 1 | -9/+25 |
|
|
| | | * | | Making the optimizer pluggable by extensions; please review for committing to... | mig | 2013-12-18 | 1 | -1/+3 |
|
|
| | * | | | merge trunk; document added instructions | dkf | 2013-12-12 | 1 | -11/+28 |
| | |\ \ \
| | | |/ / |
|