| Commit message (Expand) | Author | Age | Files | Lines |
* | merge core-8-branch. Various cleanup: unused structure names, unused #defines... | jan.nijtmans | 2017-12-01 | 1 | -1/+1 |
|\ |
|
* \ | merge core-8-branch | pspjuth | 2017-11-21 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't r... | jan.nijtmans | 2017-11-20 | 1 | -248/+70 |
| |\ |
|
| | * | Modify TclCreateProc to handle arbitrary argument names, not just ASCII. | dgp | 2017-11-08 | 1 | -2/+2 |
|
|
| * | | Changed math functions min and max to C implementations. | pspjuth | 2017-11-19 | 1 | -2/+0 |
|
|
* | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII. | pooryorick | 2017-11-08 | 1 | -2/+2 |
|
|
* | | | Implementation branch for TIP 114 - Eliminate Octal Parsing... | dgp | 2017-10-23 | 1 | -11/+3 |
| |/
|/| |
|
* | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -3/+3 |
|
|
* | | Make read and write operations on Tcl_Var handles available in tclInt API. | dkf | 2017-06-08 | 1 | -21/+24 |
|\ \
| |/ |
|
| * | Expose some of the core variable access APIs.
| dkf | 2017-06-06 | 1 | -21/+24 |
|
|
* | | Revert performance optimization as first step to providing a refactored one. | dgp | 2017-06-05 | 1 | -24/+1 |
|
|
* | | merge core-8-6-branch (except: the "timerate" command and the clock performan... | jan.nijtmans | 2017-05-31 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | performance of INST_STR_CONCAT1: closes [716b427f76f8f97a8d9a06043903c53bb2b5... | sebres | 2017-05-31 | 1 | -1/+24 |
|
|
* | | silence uninit variable warnings | dgp | 2017-04-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | silence uninit variable warnings | dgp | 2017-04-28 | 1 | -1/+1 |
|
|
* | | [04e26c02c0] Remove useless condition that raises warnings. | dgp | 2017-04-27 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | [04e26c02c0] Remove useless condition that raises warnings. | dgp | 2017-04-27 | 1 | -4/+2 |
|
|
* | | redundant end-of-line spacing | jan.nijtmans | 2017-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | redundant end-of-line spacing | jan.nijtmans | 2017-03-15 | 1 | -1/+1 |
|
|
* | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+33 |
|\ \
| |/ |
|
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+33 |
|
|
* | | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(... | jan.nijtmans | 2017-03-13 | 1 | -2/+2 |
|
|
* | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO... | jan.nijtmans | 2017-02-03 | 1 | -2/+2 |
|
|
* | | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu... | jan.nijtmans | 2017-02-01 | 1 | -18/+4 |
|\ \
| |/ |
|
| * | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu... | jan.nijtmans | 2017-02-01 | 1 | -18/+4 |
| |\ |
|
| | * | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu... | jan.nijtmans | 2017-02-01 | 1 | -18/+4 |
|
|
| | * | Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf ... | jan.nijtmans | 2016-01-21 | 1 | -5/+7 |
|
|
| | * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -15/+15 |
|
|
| | * | Backport the fixes to handling of continue in for-step clauses. | dkf | 2015-08-03 | 1 | -15/+23 |
|
|
* | | | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb... | jan.nijtmans | 2016-12-23 | 1 | -12/+12 |
|
|
* | | | more internal use of size_t in stead of int. | jan.nijtmans | 2016-12-20 | 1 | -4/+3 |
|
|
* | | | more internal use of size_t (in stead of int) | jan.nijtmans | 2016-11-29 | 1 | -3/+3 |
|
|
* | | | Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function fro... | jan.nijtmans | 2016-11-17 | 1 | -1/+1 |
|
|
* | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -4/+4 |
|
|
* | | | Route all [string last] operations through a common implementation. | dgp | 2016-11-08 | 1 | -14/+1 |
|
|
* | | | Purge disabled code. | dgp | 2016-11-07 | 1 | -17/+0 |
|
|
* | | | First draft refactoring the [string first] functionality. | dgp | 2016-11-04 | 1 | -0/+4 |
|
|
* | | | Trim away obsolete code. | dgp | 2016-11-01 | 1 | -145/+1 |
|
|
* | | | WIP | dgp | 2016-10-28 | 1 | -2/+2 |
|
|
* | | | Convert INST_STR_CONCAT1 to the common `string cat` implementation. | dgp | 2016-10-27 | 1 | -0/+8 |
|
|
* | | | merge 8.6 | dgp | 2016-10-21 | 1 | -2/+6 |
|\ \ \
| |/ / |
|
| * | | Repair recently opened memleak. | dgp | 2016-10-20 | 1 | -2/+6 |
|
|
* | | | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. | dgp | 2016-10-14 | 1 | -11/+0 |
|\ \ \
| |/ / |
|
| * | | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. | dgp | 2016-10-14 | 1 | -11/+0 |
|
|
* | | | Merge INST_STR_REPLACE fixes and improvements. | dgp | 2016-10-13 | 1 | -85/+42 |
|\ \ \
| |/ / |
|
| * | | Another streamline. | dgp | 2016-10-13 | 1 | -29/+19 |
|
|
| * | | Stop invading the String internals to work around a bug. Fix it instead. | dgp | 2016-10-13 | 1 | -13/+0 |
|
|
| * | | Streamline the substring copying case of [string replace] bytecode execution. | dgp | 2016-10-13 | 1 | -43/+23 |
|
|
* | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Allow additional optional "interp" argument for testinterpresolver command. N... | jan.nijtmans | 2016-09-05 | 1 | -1/+1 |
|
|