| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix clang compiler warning in tclZlib.c. Clear execute bit in two encodings | jan.nijtmans | 2019-04-08 | 3 | -1/+1 |
|
|
* | merge bug-45b9faf103f2, fewer destructive TclObjLookupVarEx, closes [45b9faf1... | sebres | 2019-04-08 | 2 | -8/+9 |
|\ |
|
| * | closes [45b9faf103f2] (tclVar cached lookup): fixes segfaulting if variable r... | sebres | 2019-04-08 | 2 | -8/+9 |
|/ |
|
* | Improve test for last commit fixing [45b9faf103f2]. | pooryorick | 2019-04-08 | 1 | -5/+4 |
|
|
* | Fix for [45b9faf103f2], [try] interaction with local variable names produces | pooryorick | 2019-04-08 | 2 | -0/+24 |
|
|
* | Merge 8.6 | jan.nijtmans | 2019-04-05 | 17 | -89/+96 |
|\ |
|
| * | Take over recent improvements from libtommath after version 1.1.0. | jan.nijtmans | 2019-04-05 | 17 | -101/+87 |
| |\ |
|
| | * | Merge libtommath | jan.nijtmans | 2019-04-05 | 16 | -93/+64 |
| | |\ |
|
| | | * | Take over improvements from libtommath's development branch (which will appea... | jan.nijtmans | 2019-04-05 | 16 | -93/+64 |
|
|
| * | | | Relax timing for some socket tests a little bit. Hopefully this fixes the spu... | jan.nijtmans | 2019-04-05 | 1 | -3/+3 |
|
|
* | | | | merge-mark | jan.nijtmans | 2019-04-02 | 0 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix gcc warning on 32-bit platforms | jan.nijtmans | 2019-04-02 | 1 | -0/+4 |
|
|
* | | | | Modify testbytestring such that is only produces pure byte-arrays, if not it ... | jan.nijtmans | 2019-04-01 | 13 | -64/+75 |
|
|
* | | | | merge 8.6 (merge-point only, no functional changes) | sebres | 2019-04-01 | 0 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an... | sebres | 2019-04-01 | 8 | -301/+287 |
| |\ \ \ |
|
| | * | | | code review | sebres | 2019-02-04 | 1 | -4/+6 |
|
|
| | * | | | cherry pick of [238bd4d2c053540c]..[31dd092df4b57fdb]: More simplifications i... | sebres | 2019-02-04 | 2 | -152/+206 |
|
|
| | * | | | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 7 | -11/+19 |
|
|
| | * | | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 7 | -122/+60 |
|
|
* | | | | | merge 8.6 | sebres | 2019-04-01 | 2 | -3/+16 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | merge 8.5 | sebres | 2019-04-01 | 2 | -3/+16 |
| |\ \ \ \ |
|
| | * | | | | closes [1a3fa1232e306a44], test case cmdMZ-6.5 fixed to cover float value by ... | sebres | 2019-04-01 | 1 | -2/+5 |
|
|
| | * | | | | timerate: avoid divide by zero by no iterations in measurement cycle (e. g. c... | sebres | 2019-04-01 | 1 | -1/+11 |
|
|
* | | | | | | Merge 8.6 | jan.nijtmans | 2019-03-28 | 11 | -87/+14 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o... | jan.nijtmans | 2019-03-28 | 11 | -150/+16 |
|
|
* | | | | | | Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch() | jan.nijtmans | 2019-03-27 | 4 | -4/+11 |
|
|
* | | | | | | Merge 8.6 | jan.nijtmans | 2019-03-27 | 7 | -31/+39 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | merge-mark | jan.nijtmans | 2019-03-27 | 0 | -0/+0 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Update TZ info to tzdata2019a | jan.nijtmans | 2019-03-27 | 6 | -55/+68 |
|
|
| * | | | | | Document maximum value for right argument of '**' operator.
| jan.nijtmans | 2019-03-27 | 8 | -31/+66 |
|
|
* | | | | | | Update TZ info to tzdata2019a. | José Ignacio Marín | 2019-03-26 | 6 | -55/+68 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Update TZ info to tzdata2019a. | José Ignacio Marín | 2019-03-26 | 6 | -55/+68 |
|
|
* | | | | | | Additional protection for ridiculously big exponents, in case libtommath is c... | jan.nijtmans | 2019-03-26 | 1 | -1/+1 |
|
|
* | | | | | | merge-mark | jan.nijtmans | 2019-03-25 | 0 | -0/+0 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 10 | -13/+78 |
|
|
* | | | | | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by... | jan.nijtmans | 2019-03-24 | 1 | -3/+1 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by... | jan.nijtmans | 2019-03-24 | 1 | -3/+3 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by... | jan.nijtmans | 2019-03-24 | 1 | -3/+3 |
|
|
* | | | | | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC... | jan.nijtmans | 2019-03-24 | 6 | -7/+50 |
|
|
* | | | | | | Add some test-cases with longer backslash sequences, to test for internal buf... | jan.nijtmans | 2019-03-22 | 2 | -1/+7 |
|
|
* | | | | | | lots of changes to the "info" page. Replace "command procedure" with "routine" | pooryorick | 2019-03-22 | 7 | -252/+158 |
|
|
* | | | | | | Make the html target work under more circumstances. | pooryorick | 2019-03-22 | 1 | -8/+43 |
|
|
* | | | | | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe... | jan.nijtmans | 2019-03-21 | 2 | -16/+16 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe... | jan.nijtmans | 2019-03-21 | 2 | -16/+16 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe... | jan.nijtmans | 2019-03-21 | 2 | -16/+16 |
|
|
* | | | | | | Remove incorrect comment. | jan.nijtmans | 2019-03-21 | 2 | -13/+3 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix outdated comment | jan.nijtmans | 2019-03-21 | 1 | -3/+4 |
|
|
* | | | | | | Fix Tcl_UtfToUniCharDString() function, handling invalid byte at the end of t... | jan.nijtmans | 2019-03-20 | 1 | -7/+7 |
|
|
* | | | | | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ... | jan.nijtmans | 2019-03-18 | 3 | -5/+6 |
|
|
* | | | | | | enlarge a few small buffers, which could overflow using Unicode characters > ... | jan.nijtmans | 2019-03-18 | 10 | -30/+30 |
|
|