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