| Commit message (Expand) | Author | Age | Files | Lines |
* | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 1 | -39/+69 |
|
|
* | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2019-04-11 | 1 | -10/+6 |
|\ |
|
| * | Only use special mp_sqrt() code when double format/tommath format are exactly... | jan.nijtmans | 2019-04-11 | 1 | -12/+8 |
|
|
| * | Fix gcc warning on 32-bit platforms | jan.nijtmans | 2019-04-02 | 1 | -0/+4 |
|
|
| * | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an... | sebres | 2019-04-01 | 1 | -282/+187 |
| |\ |
|
| | * | code review | sebres | 2019-02-04 | 1 | -4/+6 |
|
|
| | * | cherry pick of [238bd4d2c053540c]..[31dd092df4b57fdb]: More simplifications i... | sebres | 2019-02-04 | 1 | -150/+178 |
|
|
| | * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 1 | -10/+1 |
|
|
| | * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 1 | -121/+5 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-03-27 | 1 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | Document maximum value for right argument of '**' operator.
| jan.nijtmans | 2019-03-27 | 1 | -1/+5 |
|
|
| * | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -4/+4 |
|
|
| * | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -1/+1 |
| |/ |
|
* | | Additional protection for ridiculously big exponents, in case libtommath is c... | jan.nijtmans | 2019-03-26 | 1 | -1/+1 |
|
|
* | | enlarge a few small buffers, which could overflow using Unicode characters > ... | jan.nijtmans | 2019-03-18 | 1 | -1/+1 |
|
|
* | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -15/+15 |
|
|
* | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -5/+5 |
|
|
* | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt... | jan.nijtmans | 2019-02-27 | 1 | -3/+3 |
|\ \ |
|
| * | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca... | jan.nijtmans | 2019-02-25 | 1 | -2/+2 |
|
|
| * | | Minor optimizations | jan.nijtmans | 2019-02-19 | 1 | -2/+2 |
|
|
* | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. | dgp | 2019-02-25 | 1 | -3/+3 |
|/ / |
|
* | | optimize WidePwrSmallExpon (exponent is <= 16), this will huge decrease assem... | sebres | 2019-02-04 | 1 | -2/+2 |
|
|
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -5/+5 |
|
|
* | | More simplifications in tclExecute.c (INST_EXPON), much more and well-arrange... | sebres | 2019-01-25 | 1 | -110/+115 |
|
|
* | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ... | jan.nijtmans | 2019-01-22 | 1 | -15/+6 |
|
|
* | | Many simplifications in tclExecute.c, now that libtommath provides new functi... | jan.nijtmans | 2019-01-22 | 1 | -146/+10 |
|
|
* | | More TIP #502 optimizations and improvements, preparing further for the road ... | jan.nijtmans | 2019-01-16 | 1 | -24/+7 |
|
|
* | | merge 8.6, conflicts resolved in win/Makefile.in (fixed auto-path and load tc... | sebres | 2019-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | minor optimization: check length instead of content - don't touch other memor... | sebres | 2019-01-14 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-01-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Slightly simpler test for empty string, still covering all cases. Also prepar... | jan.nijtmans | 2019-01-13 | 1 | -1/+1 |
|
|
| * | Fix crash reported by reported by François Vogel related to: [cc1e91552c0ca1... | jan.nijtmans | 2019-01-11 | 1 | -1/+1 |
|
|
* | | merge 8.6 (regression bug-[cc1e91552c], etc) | sebres | 2019-01-09 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | closes [cc1e91552c]: fixes lrange instruction on empty list, return original ... | sebres | 2019-01-08 | 1 | -2/+6 |
|
|
* | | merge 8.6 (resolved warnings) | sebres | 2018-12-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | resolve warnings: array subscript -1 is below array bounds of 'void *[1]' [-W... | sebres | 2018-12-28 | 1 | -1/+1 |
|
|
* | | merge 8.7 | dgp | 2018-10-18 | 1 | -67/+61 |
|\ \ |
|
| * \ | TIP #502 implementation: Index value reform. | jan.nijtmans | 2018-10-12 | 1 | -1/+1 |
| |\ \ |
|
| | * \ | Merge 8.7 | jan.nijtmans | 2018-09-27 | 1 | -4/+1 |
| | |\ \ |
|
| | * \ \ | merge 8.7 | dgp | 2018-09-25 | 1 | -20/+26 |
| | |\ \ \ |
|
| | * \ \ \ | merge 8.7 | dgp | 2018-05-11 | 1 | -80/+10 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | merge 8.7 | dgp | 2018-04-24 | 1 | -15/+11 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | merge 8.7 | dgp | 2018-03-30 | 1 | -24/+7 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Rebase TIP 502 draft implementation. | dgp | 2018-03-30 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ |
|
| * | \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2018-09-27 | 1 | -4/+1 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ /
| | |/| | | | | | | |
|
| | * | | | | | | | | merge core-8-branch | dkf | 2018-09-23 | 1 | -20/+26 |
| | |\ \ \ \ \ \ \ \
| | | | |_|_|_|_|/ /
| | | |/| | | | | | |
|
| | * | | | | | | | | Initial implementation of TIP #508: [array default] | fbonnet | 2018-05-13 | 1 | -4/+1 |
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| * | | | | | | | | merge tip-515 branch | jan.nijtmans | 2018-09-22 | 1 | -14/+14 |
| |\ \ \ \ \ \ \ \
| | | |/ / / / / /
| | |/| | | | | | |
|
| | * | | | | | | | Change ULLONG_MAX -> UWIDE_MAX, LLONG_MAX -> WIDE_MAX and LLONG_MIN -> WIDE_M... | jan.nijtmans | 2018-09-22 | 1 | -16/+16 |
|
|