summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-131-58/+147
|\
| * Tweak visibility of some libtommath symbols and add --with-system-libtommath ...jan.nijtmans2019-11-251-6/+4
| * Formattingjan.nijtmans2019-11-181-23/+23
| * Merge 8.7jan.nijtmans2019-11-151-3/+1
| |\
| * \ Merge 8.7jan.nijtmans2019-11-151-2/+1
| |\ \
| * \ \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-13/+22
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-11-111-41/+34
| |\ \ \ \ | | |/ / /
| * | | | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-051-22/+110
| * | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-011-5/+2
* | | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t.jan.nijtmans2019-12-121-1/+1
| |_|_|/ |/| | |
* | | | Backout [b5c1404365f53fe0], removing TclFreeObj() is a step too far for 8.7jan.nijtmans2019-11-151-3/+1
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2019-11-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-1/+1
| * | Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i...jan.nijtmans2019-11-081-4/+4
* | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-10/+1
* | | Merge 8.6. jan.nijtmans2019-11-081-1/+2
|\ \ \ | |/ /
* | | Deprecate mp_div_3(): Will be private function in future libtommath, not used...jan.nijtmans2019-11-071-8/+11
| |/ |/|
* | Fix generic\tclStubInit.c(139): warning C4098: 'TclBN_mp_set': 'void' functio...jan.nijtmans2019-10-311-1/+1
* | Merge 8.7jan.nijtmans2019-10-311-1/+1
|\ \
| * \ Merge 8.6jan.nijtmans2019-10-301-1/+1
| |\ \ | | |/
| | * Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-1/+1
* | | More tweaksjan.nijtmans2019-10-291-0/+4
* | | WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. jan.nijtmans2019-10-291-1/+39
|/ /
* | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym...jan.nijtmans2019-10-251-4/+4
* | Merge 8.6. jan.nijtmans2019-10-251-1/+1
|\ \ | |/
| * Put #define's in alphabetical order. jan.nijtmans2019-10-251-1/+1
* | Merge 8.6jan.nijtmans2019-10-241-4/+2
|\ \ | |/
| * Combine two libtommath stub entries, which (almost) do the samejan.nijtmans2019-10-241-4/+2
| * Combine two libtommath stub entries, which do exactly the same. jan.nijtmans2019-10-231-9/+7
* | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec...jan.nijtmans2019-10-231-14/+5
* | Merge 8.6.jan.nijtmans2019-10-231-1/+1
|\ \ | |/
| * Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-1/+4
* | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u...jan.nijtmans2019-10-221-37/+48
* | Merge 8.6jan.nijtmans2019-10-221-9/+67
|\ \ | |/
| * Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-211-3/+3
| * Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-0/+53
| |\
| | * Merge 8.5jan.nijtmans2019-10-151-0/+21
| | |\
| | | * Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi...jan.nijtmans2019-10-151-1/+28
| * | | Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-1/+1
| |\ \ \ | | |/ /
| * | | Fix compilation on VC++ 6.0jan.nijtmans2019-06-301-1/+1
| * | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-141-1/+26
| |/ /
* | | 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