Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -23/+24 |
| | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
* | Merge 8.6 | jan.nijtmans | 2020-09-10 | 1 | -10/+10 |
|\ | |||||
| * | Don't use sizeof() for structs containing a flexible array as last element. ↵ | jan.nijtmans | 2020-09-10 | 1 | -10/+10 |
| | | | | | | | | Lesson from [https://core.tcl-lang.org/tk/info/3bc0f44ef3|3bc0f44ef3]. Use TclOffset in stead. | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-05-14 | 1 | -18/+17 |
|\ \ | |/ | |||||
| * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the ↵ | jan.nijtmans | 2020-05-14 | 1 | -36/+32 |
| |\ | | | | | | | | | | | | | | | | individual bytes of a string searching for '(', ')', '::' or other single bytes. It is overkill to use Tcl_UtfPrev/Tcl_UtfNext for that, since those characters can only appear as their ASCII byte, not as any other sequence. This effectively removes the last Tcl_UtfNext() call from the core, the only ones left are in tclTest.c for test commands. So the TclUtfNext() macro doesn't make sense any more. Remove "register" keyword from many files. | ||||
| | * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the ↵ | jan.nijtmans | 2020-05-13 | 1 | -6/+5 |
| |/ | | | | | | | individual bytes of a string searching for '(', ')', '::' or other single bytes. It is overkill to use Tcl_UtfPrev/Tcl_UtfNext for that, since those characters can only appear as their ASCII byte, not as any other sequence. | ||||
* | | More TCL_UNUSED(). | dgp | 2020-03-06 | 1 | -100/+41 |
| | | |||||
* | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -4/+36 |
|\ \ | |||||
* \ \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -2/+2 |
| |\ \ | |||||
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. | ||||
* | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -2/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Add some "const" keywords, in places where strings are really const. | jan.nijtmans | 2019-07-30 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -27/+27 |
|/ / | |||||
* | | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 1 | -0/+32 |
| | | |||||
* | | merge 8.6 (regression fix [e3f481f187], conflicts resolved) | sebres | 2019-02-01 | 1 | -29/+33 |
|\ \ | |/ | |||||
| * | TclPushVarName: rewritten iterators over token-strings considering utf-8 ↵ | sebres | 2019-01-31 | 1 | -29/+33 |
| | | | | | | | | multi-bytes. | ||||
* | | 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 |
| | | | | | | errors too early. | ||||
* | | 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 ↵ | Kevin B Kenny | 2017-03-15 | 1 | -0/+99 |
|\ \ | |/ | | | | | [clock seconds]. | ||||
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and ↵ | Kevin B Kenny | 2017-03-15 | 1 | -0/+99 |
| | | | | | | | | [clock seconds]. | ||||
* | | 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 |
|/ | | | | in many places where possible. | ||||
* | 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 |
| | | | | | | in place on the trunk. | ||||
| * | New utility routine GetLocalScalarIndex() reduces common caller boilerplate | dgp | 2014-12-19 | 1 | -54/+58 |
| | | | | | | (and fixes a bug!) | ||||
| * | Use interp==NULL argument to PushVarName to signal that only an index into | dgp | 2014-12-19 | 1 | -17/+17 |
| | | | | | | | | the CLT is sought, and no time should be wasted compiling other cases which the caller is just going to discard. | ||||
| * | 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 |
| | | | | | | earlier setting of varIndexes using PushVarNameWord(). | ||||
| * | 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 |
| | |