| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2019-08-28 | 1 | -6/+5 |
|\ |
|
| * | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -6/+5 |
|
|
* | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ... | 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 | -1/+1 |
|
|
* | | Minor optimization in UTF-8 handling, and add some comments describing how Tc... | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix some "scan.test" test-cases when TCL_UTF_MAX=4. Wrongly resolved merge-c... | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|
|
| * | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|
|
* | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca... | jan.nijtmans | 2019-02-25 | 1 | -1/+1 |
|
|
* | | Minor optimizations | jan.nijtmans | 2019-02-19 | 1 | -1/+1 |
|
|
* | | Proposed fix for [bd94500678]: SEGFAULT by conversion of unicode (out of BMP)... | jan.nijtmans | 2019-02-18 | 1 | -2/+2 |
|
|
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|
|
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -5/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2018-11-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | More coverity issues | dkf | 2018-11-20 | 1 | -1/+1 |
|
|
* | | merge 8.7 | dgp | 2018-10-24 | 1 | -2/+1 |
|\ \ |
|
| * | | Change PTR2INT and PTR2UINT macros's so they can handle long's and Tcl_WideIn... | jan.nijtmans | 2018-10-21 | 1 | -2/+1 |
|
|
* | | | merge 8.7 | dgp | 2018-10-18 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Change ULLONG_MAX -> UWIDE_MAX, LLONG_MAX -> WIDE_MAX and LLONG_MIN -> WIDE_M... | jan.nijtmans | 2018-09-22 | 1 | -2/+2 |
|
|
* | | | Merge 8.7. Update two macros to TIP 445. | dgp | 2018-04-06 | 1 | -3/+16 |
|\ \ \
| |/ / |
|
| * | | Plug memleak when [scan] raises an error. | dgp | 2018-04-05 | 1 | -3/+16 |
|
|
* | | | merge 8.7 | dgp | 2018-03-05 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | We have LLONG_MIN and LLONG_MAX to denote range limits of Tcl_WideInt. | dgp | 2018-03-01 | 1 | -2/+2 |
|
|
| * | | Use mp_isneg() in stead of mp_cmp_d() when the output of this function is sim... | jan.nijtmans | 2018-02-27 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2018-02-15 | 1 | -8/+13 |
|\ \ \
| |/ / |
|
| * | | merge 8.7 | dgp | 2018-02-14 | 1 | -2/+2 |
| |\ \ |
|
| * \ \ | merge 8.7 | jan.nijtmans | 2017-12-06 | 1 | -2/+10 |
| |\ \ \ |
|
| * \ \ \ | Rebase to trunk | jan.nijtmans | 2017-09-08 | 1 | -8/+13 |
| |\ \ \ \ |
|
| | * \ \ \ | merge trunk | jan.nijtmans | 2017-06-12 | 1 | -33/+33 |
| | |\ \ \ \ |
|
* | | \ \ \ \ | merge 8.7 | dgp | 2018-02-06 | 1 | -2/+2 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T... | jan.nijtmans | 2018-01-26 | 1 | -2/+2 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | merge 8.7 | dgp | 2017-11-30 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c... | jan.nijtmans | 2017-11-30 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | merge 8.7 | dgp | 2017-11-09 | 1 | -2/+10 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as... | jan.nijtmans | 2017-11-09 | 1 | -2/+10 |
| |/ / / |
|
* | | | | merge trunk | dgp | 2017-09-05 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharS... | jan.nijtmans | 2017-09-01 | 1 | -2/+2 |
|
|
* | | | | merge trunk | dgp | 2017-09-01 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | merge trunk | dgp | 2017-06-06 | 1 | -33/+33 |
|\ \ \
| |/ / |
|
| * | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -33/+33 |
|
|
* | | | merge trunk | dgp | 2017-04-12 | 1 | -13/+8 |
|\ \ \
| |/ / |
|
| * | | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid. | dgp | 2017-04-12 | 1 | -13/+8 |
| |/ |
|
* | | merge trunk | dgp | 2017-04-06 | 1 | -8/+13 |
|\ \
| |/ |
|
| * | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d... | jan.nijtmans | 2017-04-05 | 1 | -8/+13 |
|
|
* | | Revise several ACCEPT_NAN stanzas. | dgp | 2016-03-30 | 1 | -2/+4 |
|/ |
|
* | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of... | jan.nijtmans | 2015-06-24 | 1 | -2/+2 |
|
|
* | [3556215]: Made [scan] match [format] better in what it accepts as a format | dkf | 2013-10-22 | 1 | -0/+6 |
|\ |
|
| * | [3556215]: Made [scan] match [format] better in what it accepts as a format | dkf | 2013-10-22 | 1 | -0/+6 |
|
|
* | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -23/+32 |
|
|
* | | Minor tinkering with style. | dkf | 2011-04-04 | 1 | -3/+7 |
|
|