| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP 461: text comparison operators for [expr] | dkf | 2019-06-15 | 1 | -0/+9 |
|\ |
|
| * | Start of implementation of string comparison operators. | dkf | 2019-06-05 | 1 | -0/+9 |
|
|
* | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -1/+1 |
|/ |
|
* | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 1 | -0/+8 |
|
|
* | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC... | jan.nijtmans | 2019-03-24 | 1 | -2/+2 |
|
|
* | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
|\ |
|
| * | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca... | jan.nijtmans | 2019-02-25 | 1 | -2/+2 |
|
|
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -5/+5 |
|/ |
|
* | merge trunk | dgp | 2017-03-17 | 1 | -0/+5 |
|\ |
|
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+5 |
| |\ |
|
| | * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+5 |
|
|
* | | | merge trunk | dgp | 2016-12-23 | 1 | -3/+6 |
|\ \ \
| |/ / |
|
| * | | more internal use of size_t in stead of int. | jan.nijtmans | 2016-12-20 | 1 | -3/+6 |
|
|
* | | | merge trunk | dgp | 2016-11-28 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -1/+1 |
|
|
* | | | merge trunk | dgp | 2016-11-16 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -4/+4 |
|
|
* | | | merge trunk | dgp | 2016-09-08 | 1 | -7/+15 |
|\ \ \
| |/ / |
|
| * | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -7/+15 |
| |\ \
| | |/ |
|
| | * | 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 |
|
|
* | | | Prefer removal of just known invalid interp over destruction of all intreps. | dgp | 2016-07-12 | 1 | -1/+1 |
|
|
* | | | merge trunk | dgp | 2016-07-09 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
|
|
* | | | merge trunk | dgp | 2016-06-17 | 1 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | [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 |
| | |\ |
|
| | | * | [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 |
|
|
* | | | | merge trunk | dgp | 2016-05-13 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge core-8-6-branch. Eliminate some unnecessary spacing. | jan.nijtmans | 2016-05-13 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
* | | | | merge trunk | dgp | 2016-05-10 | 1 | -3/+4 |
|\ \ \ \
| |/ / / |
|
* | | | | typo | dgp | 2016-04-29 | 1 | -1/+1 |
|
|
* | | | | more revisions | dgp | 2016-04-29 | 1 | -9/+14 |
|/ / / |
|
* | | | Parameterize TclInitByteCodeObj to callers sense of typePtr. | dgp | 2016-04-29 | 1 | -6/+6 |
|
|
* | | | Make obj-free bytecode maker available to rest of compile-related files. | dgp | 2016-04-29 | 1 | -1/+2 |
|
|
* | | | Tease apart the bytecode creation machinery from the Tcl_Obj intrep machinery. | dgp | 2016-04-29 | 1 | -35/+57 |
|
|
* | | | Refactor bytecode initialization machinery. | dgp | 2016-04-29 | 1 | -23/+24 |
|
|
* | | | Refactor bytecode cleanup. | dgp | 2016-04-22 | 1 | -14/+27 |
|/ / |
|
* | | [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 |
|
|