summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-011-1/+1
* Remove unneeded internal stub-entries (now that TIP #666 is accepted)jan.nijtmans2023-09-131-42/+3
* Add one more unused stub entryjan.nijtmans2023-04-151-1/+2
* unbreak the builddgp2023-03-171-1/+1
* Don't return from a void functionjan.nijtmans2023-03-171-1/+1
* Don't introduce size_t in a header-file which didn't use it before. Make more...jan.nijtmans2023-03-171-6/+8
* Add some undocumented stub functions. Those can prevent a crash like [http://...jan.nijtmans2023-03-161-5/+49
* Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us...jan.nijtmans2022-11-231-3/+3
* Merge 8.5jan.nijtmans2022-11-221-1/+5
|\
| * Unused stub entries up to Tcl_DStringToObj() (for Tcl 8.7/9.0)jan.nijtmans2022-11-221-1/+5
* | Merge 8.5. Update to tzdata 2022fjan.nijtmans2022-10-301-1/+4
|\ \ | |/
| * One more unused stub entryjan.nijtmans2022-10-301-1/+4
* | Update tzdata to 2022d. Add one more unused stub entryjan.nijtmans2022-09-261-1/+2
|\ \ | |/
| * Add some more unused stub entriesjan.nijtmans2022-09-261-1/+8
* | Make TclObjInterpProc a macro (since it always should be used through TclGetO...jan.nijtmans2022-09-221-2/+9
* | Add 2 unused (internal) stub entriesjan.nijtmans2022-08-291-1/+2
|\ \ | |/
| * Add 2 unused (internal) stub entriesjan.nijtmans2022-08-291-1/+2
* | 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