| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 1 | -6/+0 |
|\ |
|
* | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive... | jan.nijtmans | 2019-07-11 | 1 | -5/+5 |
|
|
* | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not o... | jan.nijtmans | 2019-07-07 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -17/+7 |
|
|
* | | Add compatibility macro's for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf | jan.nijtmans | 2019-06-26 | 1 | -5/+3 |
|
|
* | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -7/+28 |
|/ |
|
* | TIP #544 implementation: Export TclGetIntForIndex() | jan.nijtmans | 2019-05-31 | 1 | -0/+3 |
|\ |
|
| * | Add documentation, don't overwrite earlier stub entry! | jan.nijtmans | 2019-05-15 | 1 | -1/+2 |
|
|
| * | TIP #544 implementation. Documentation still missing. | jan.nijtmans | 2019-05-15 | 1 | -1/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-05-31 | 1 | -1/+8 |
|\ \ |
|
| * | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo... | jan.nijtmans | 2019-05-31 | 1 | -1/+7 |
|
|
| * | | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an... | sebres | 2019-04-01 | 1 | -4/+4 |
| |\ \ |
|
| | * | | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 1 | -0/+1 |
|
|
| | * | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 1 | -0/+3 |
|
|
| * | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -0/+10 |
|
|
* | | | | merge core-8-branch | dkf | 2019-05-17 | 1 | -0/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. Th... | jan.nijtmans | 2019-05-09 | 1 | -0/+2 |
|
|
* | | | | Export API | dkf | 2019-04-30 | 1 | -0/+1 |
|/ / / |
|
* | | | Import of TIP 312 implementation | dkf | 2019-04-03 | 1 | -0/+1 |
|
|
* | | | Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch() | jan.nijtmans | 2019-03-27 | 1 | -0/+2 |
|
|
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -2/+6 |
|
|
* | | | Make internal libtommath stub entries deprecated: Those are not supposed to b... | jan.nijtmans | 2019-03-14 | 1 | -0/+11 |
|
|
* | | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -2/+2 |
|
|
* | | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 1 | -94/+2 |
|
|
* | | | Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it. | jan.nijtmans | 2019-03-08 | 1 | -0/+1 |
|\ \ \ |
|
* | | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 1 | -0/+1 |
|/ / / |
|
* | | | Merge 8.6 (one forgotten adaptation of surrogate handling, only compiled on C... | jan.nijtmans | 2019-03-02 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -0/+4 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-02-19 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix some comments: "upper" -> "high" (when talking about surrogates) | jan.nijtmans | 2019-02-19 | 1 | -2/+2 |
| |/ |
|
| * | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 1 | -0/+1 |
|
|
* | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entr... | jan.nijtmans | 2019-02-09 | 1 | -0/+1 |
|
|
* | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ... | jan.nijtmans | 2019-01-22 | 1 | -0/+1 |
|
|
* | | Many simplifications in tclExecute.c, now that libtommath provides new functi... | jan.nijtmans | 2019-01-22 | 1 | -0/+3 |
|
|
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -0/+3 |
|
|
* | | If compiled with -DTCL_NO_DEPRECATED, remove the Tcl_SetIntObj/Tcl_SetLongObj... | jan.nijtmans | 2018-12-02 | 1 | -0/+3 |
|
|
* | | Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stu... | jan.nijtmans | 2018-11-27 | 1 | -1/+3 |
|
|
* | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ... | jan.nijtmans | 2018-11-15 | 1 | -0/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2018-11-15 | 1 | -0/+88 |
|\ \
| |/ |
|
| * | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work (again) with TCL_UTF_MAX=6. No... | jan.nijtmans | 2018-11-15 | 1 | -0/+88 |
|
|
* | | Implement TIP #512: No stub for Tcl_SetExitProc() | jan.nijtmans | 2018-11-15 | 1 | -0/+4 |
|\ \ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2018-10-18 | 1 | -33/+24 |
| |\ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2018-08-08 | 1 | -0/+3 |
| |\ \ \ |
|
| * | | | | TIP #512 implementation | jan.nijtmans | 2018-06-25 | 1 | -0/+4 |
|
|
* | | | | | merge 8.7 | dgp | 2018-11-06 | 1 | -3/+8 |
|\ \ \ \ \ |
|
| * \ \ \ \ | merge 8.7 | dgp | 2018-10-18 | 1 | -38/+32 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | merge 8.7 | dgp | 2018-06-04 | 1 | -0/+1 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | merge 8.7 | dgp | 2018-05-24 | 1 | -0/+9 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | merge 8.7 | dgp | 2018-03-30 | 1 | -26/+0 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | merge 8.7 | dgp | 2018-02-06 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ |
|