summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* More WIP. Seems to be *almost* working.jan.nijtmans2019-03-171-12/+32
* Merge 8.7jan.nijtmans2019-03-161-11/+20
|\
| * Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-2/+6
* | Merge 8.7.jan.nijtmans2019-03-141-1/+12
|\ \ | |/
| * Make internal libtommath stub entries deprecated: Those are not supposed to b...jan.nijtmans2019-03-141-0/+11
* | Even better support for -DTCL_UTF_MAX=6. Ongoing improvements (TIP being pla...jan.nijtmans2019-03-121-5/+24
|/
* 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
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7dgp2018-01-181-8/+17
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7dgp2018-01-111-28/+11
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.7dgp2017-12-291-1/+35
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2017-12-191-13/+18
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2017-11-291-14/+48
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-09-181-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-09-141-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-09-111-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-06-161-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-211-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-111-2/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-061-10/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-211-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-201-13/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-171-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-131-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \