summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Renumber two testcases (align with Tcl 8.7), and align Cywin-specific error-m...jan.nijtmans2022-05-251-2/+2
* Merge 8.5jan.nijtmans2022-05-221-1/+3
|\
| * 2 more unused stub entriesjan.nijtmans2022-05-221-1/+3
* | Merge 8.5jan.nijtmans2022-03-221-1/+4
|\ \ | |/
| * Reserve 3 more stub entriesjan.nijtmans2022-03-221-1/+4
* | Merge 8.5jan.nijtmans2022-02-231-1/+3
|\ \ | |/
| * 2 more spare stub entriesjan.nijtmans2022-02-231-1/+3
* | Merge 8.5. (add some unused spare stub entries)jan.nijtmans2022-02-121-1/+9
|\ \ | |/
| * Add more spare unused stub entriesjan.nijtmans2022-02-111-1/+9
* | Add a few spare unused stub entries in TclOOjan.nijtmans2021-08-261-1/+1
* | Merge 8.5jan.nijtmans2021-08-191-1/+5
|\ \ | |/
| * Reserve a few more unused stub entriesjan.nijtmans2021-08-191-1/+5
* | Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-1/+9
|\ \ | |/
| * Add some more unused entries to the stub table, keeping up with the table siz...jan.nijtmans2021-03-041-1/+9
| * Clean-up some unnecessary spacing.jan.nijtmans2020-04-171-1/+1
* | Fix C:\test\tcl8.6.11_rc0\win\..\generic\tclStubInit.c(107) : warning C4761:jan.nijtmans2020-12-141-1/+1
* | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-1/+1
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup.jan.nijtmans2020-04-161-2/+4
|\ \ | |/
| * Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ...jan.nijtmans2020-04-161-3/+5
| * Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate...jan.nijtmans2020-03-171-1/+2
* | Fix (harmess) gcc warning, noted on Ubuntujan.nijtmans2020-03-311-1/+1
* | Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ...jan.nijtmans2020-03-251-19/+14
* | Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions...jan.nijtmans2020-03-241-7/+16
* | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() i...jan.nijtmans2020-03-151-1/+2
* | Merge 8.5jan.nijtmans2020-01-231-1/+2
|\ \ | |/
| * Last unused internal stub entry from 258 to 259.jan.nijtmans2020-01-231-1/+2
| * Add additional (dummy) stub entries in the libtommath stubtablejan.nijtmans2019-10-241-0/+17
* | Silence some gcc-9 compiler warnings.jan.nijtmans2020-01-131-9/+9
* | Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, thr...jan.nijtmans2019-12-121-3/+20
* | 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
* | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-1/+1
* | Put #define's in alphabetical order. jan.nijtmans2019-10-251-1/+1
* | 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
* | Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-1/+4
* | 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
|/ /
* | 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
* | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-0/+4