| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "string tolower" and friends for handling unpaired surrogates correctly. ... | jan.nijtmans | 2018-06-24 | 1 | -4/+10 |
|
|
* | merge core-8-6-branch | pooryorick | 2018-05-07 | 1 | -80/+10 |
|\ |
|
| * | Deduplicate code in INST_STR_CMP, StringCmpCmd, and StringEqualCmd. | pooryorick | 2018-05-07 | 1 | -1/+1 |
|
|
| * | Preparation to deduplicate code between byte-compiled and legacy | pooryorick | 2018-05-06 | 1 | -118/+2 |
|
|
| * | Avoid generating string representation when comparing the empty string. | pooryorick | 2018-05-05 | 1 | -5/+51 |
|
|
* | | merge 8.6 | dgp | 2018-04-22 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | [46a2410650] compiled [unset] was bypassing cleanup of active array search. | dgp | 2018-04-22 | 1 | -1/+2 |
|
|
| | | |
| \ | |
*-. \ | TIP #389 implementation. | jan.nijtmans | 2018-04-20 | 1 | -3/+3 |
|\ \ \
| | |/ |
|
| * | | merge 8.7 | dgp | 2018-03-30 | 1 | -24/+7 |
| |\ \ |
|
| * \ \ | merge 8.7 | dgp | 2018-03-15 | 1 | -699/+303 |
| |\ \ \ |
|
| * | | | | Fix [11ae2be95d]: tip-389 branch: string range errors with code points greate... | jan.nijtmans | 2018-01-12 | 1 | -2/+2 |
|
|
* | | | | | merge 8.6 | dgp | 2018-04-19 | 1 | -11/+6 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Refactor array trace handling into a common routine TclCheckArrayTraces(). | dgp | 2018-04-17 | 1 | -11/+6 |
|
|
* | | | | merge 8.7 | dgp | 2018-03-15 | 1 | -686/+294 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | merge 8.6 | dgp | 2018-03-14 | 1 | -6/+1 |
| |\ \ \
| | |/ / |
|
| | * | | optimize compiled (INST_STR_TRIM): use new function TclTrim instead of combin... | sebres | 2018-03-14 | 1 | -6/+1 |
|
|
| * | | | New routine TclStringReplace() serves as a common implementation for both | dgp | 2018-03-14 | 1 | -75/+2 |
|
|
| * | | | merge 8.6 | dgp | 2018-03-13 | 1 | -11/+14 |
| |\ \ \
| | |/ / |
|
| | * | | Repair the INST_STR_REPLACE instruction. | dgp | 2018-03-13 | 1 | -11/+14 |
|
|
| * | | | merge 8.6 | dgp | 2018-03-11 | 1 | -0/+6 |
| |\ \ \
| | |/ / |
|
| | * | | Screen out empty list value so that assertions are true. | dgp | 2018-03-11 | 1 | -0/+6 |
|
|
| * | | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor... | dgp | 2018-03-10 | 1 | -50/+81 |
| |\ \ \
| | |/ / |
|
| | * | | Use LIST_MAX instead of computing an end index. | dgp | 2018-03-10 | 1 | -2/+2 |
|
|
| | * | | Restore safety for legacy bytecode. | dgp | 2018-03-09 | 1 | -1/+34 |
|
|
| | * | | merge 8.6 | dgp | 2018-03-09 | 1 | -6/+4 |
| | |\ \ |
|
| | * | | | Update the command compilers and bytecode execution engine to use new machinery. | dgp | 2018-03-09 | 1 | -26/+13 |
|
|
| | * | | | Streamline index decoding in INST_LIST_RANGE_IMM execution. | dgp | 2018-03-08 | 1 | -41/+31 |
|
|
| | * | | | Reduce the "clever" factor. (Fine line between clever and stupid.) | dgp | 2018-03-08 | 1 | -3/+5 |
|
|
| | * | | | Streamline index decoding in INST_STR_RANGE_IMM execution. | dgp | 2018-03-07 | 1 | -17/+28 |
|
|
| | * | | | Express INST_LIST_INDEX_IMM index processinig in terms of TCL_INDEX_END so | dgp | 2018-03-07 | 1 | -7/+2 |
|
|
| | * | | | try to fix [db36fa5122]: better compiled variants of several indices-related ... | sebres | 2018-03-06 | 1 | -2/+4 |
| | |/ / |
|
| * | | | We have LLONG_MIN and LLONG_MAX to denote range limits of Tcl_WideInt. | dgp | 2018-03-01 | 1 | -13/+13 |
|
|
| * | | | Use mp_isneg() in stead of mp_cmp_d() when the output of this function is sim... | jan.nijtmans | 2018-02-27 | 1 | -9/+9 |
|
|
| * | | | Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. C... | jan.nijtmans | 2018-02-14 | 1 | -26/+13 |
|
|
| * | | | merge 8.7 | dgp | 2018-02-14 | 1 | -517/+172 |
| |\ \ \ |
|
| | * \ \ | Fix regression in [expr {0%$bignum}]. | dgp | 2018-02-14 | 1 | -0/+8 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII. | pooryorick | 2018-02-14 | 1 | -2/+2 |
|
|
| | * | | | small code review: resolve conversion warnings (possible loss of data, signed... | sebres | 2018-02-09 | 1 | -1/+1 |
|
|
| | * | | | TIP 484: Merge 'int' and 'wideInt' Obj-type to a single 'int' | dgp | 2018-02-06 | 1 | -513/+160 |
| | |\ \ \ |
|
| | | * | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T... | jan.nijtmans | 2018-01-26 | 1 | -23/+23 |
|
|
| | | * | | | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon... | jan.nijtmans | 2018-01-26 | 1 | -6/+6 |
| | | |\ \ \
| | | | | |/
| | | | |/| |
|
| | | * | | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -3/+3 |
| | | |\ \ \
| | | | |/ / |
|
| | | * | | | merge core-8-branch | jan.nijtmans | 2017-12-06 | 1 | -2/+0 |
| | | |\ \ \ |
|
| | | * | | | | Merge dgp's "end-int-registration" branch, but slightly different: In stead o... | jan.nijtmans | 2017-11-15 | 1 | -2/+3 |
|
|
| | | * | | | | Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (... | jan.nijtmans | 2017-11-09 | 1 | -3/+11 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | merge trunk | dgp | 2017-11-09 | 1 | -13/+5 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | 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 |
|
|
| | | * | | | | | | More code simplifications, with still equal functionality. | jan.nijtmans | 2017-11-07 | 1 | -4/+2 |
|
|
| | | * | | | | | | Finally, get rid of tclWideIntType completely | jan.nijtmans | 2017-11-01 | 1 | -45/+23 |
|
|