summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Remaining fixes for [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usagejan.nijtmans2023-10-221-4/+4
* Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They are...jan.nijtmans2023-10-061-2/+2
|\
* \ Merge 8.7jan.nijtmans2023-10-041-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-10-041-1/+1
| |\
| | * 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
* | | Make TclObjInterpProc() MODULE_SCOPE. Not needed any more in stub tablejan.nijtmans2023-10-041-1/+1
* | | Merge 8.7jan.nijtmans2023-10-041-6/+6
|\ \ \ | |/ /
| * | Move some (internal) stub entries to lower numbersjan.nijtmans2023-10-041-6/+6
* | | Merge 8.7jan.nijtmans2023-09-121-17/+1
|\ \ \ | |/ /
| | |
| | \
| *-. \ TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-25/+1
| |\ \ \ | | | |/
| | * | Rebase to 8.7jan.nijtmans2023-07-091-26/+2
| | |\ \
| | | * | More progressjan.nijtmans2023-05-011-8/+1
| | | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-18/+1
* | | | | Remaining part of TIP #666 implementation (first part already done [cd426d20a...jan.nijtmans2023-09-111-5/+3
|\ \ \ \ \ | |/ / / /
| * | | | Rebase to 8.7jan.nijtmans2023-07-261-83/+17
| |\ \ \ \
| | * \ \ \ Rebase to latest 8.7jan.nijtmans2023-05-101-83/+17
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | TIP #666 implementationjan.nijtmans2023-05-031-5/+5
| | |/ / /
* | | | | Merge 8.7jan.nijtmans2023-07-121-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | (partial) fix for [c1691dc608]: 32-bit Linux regressions. Eliminate compiler ...jan.nijtmans2023-07-121-1/+1
| | |/ / | |/| |
| * | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-191-2/+2
| * | | More int -> Tcl_Size (in tclInt.h)jan.nijtmans2023-05-161-0/+2
| |/ /
| * | Simplify Tcl 9 compatibility macro's. No change in functionality.jan.nijtmans2023-04-271-16/+16
| * | Since Tcl_GetSizeIntFromObj is the same as Tcl_GetIntFromObj (in 8.7), it's n...jan.nijtmans2023-04-211-1/+1
| * | Merge 8.7apnadkarni2023-04-191-1/+1
| |\ \
| | * | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-181-8/+8
| * | | size_t -> ptrdiff_t to match Tcl 9 unsigned->signed changeapnadkarni2023-04-161-7/+7
| * | | Merge core-8-branchapnadkarni2023-04-161-1/+2
| |\ \ \ | | |/ /
| * | | Tcl_GetSizeIntFromObjapnadkarni2023-04-051-1/+1
* | | | merge trunkgriffin2023-07-061-0/+1
* | | | Reduce number of needed type-casts. No change in functionalityjan.nijtmans2023-04-261-15/+15
* | | | Support combination TCL_UTF_MAX=3 with TCL_NO_DEPRECATED=1jan.nijtmans2023-04-231-1/+3
* | | | Merge trunkapnadkarni2023-04-161-1/+2
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-04-151-1/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge 8.6jan.nijtmans2023-04-151-1/+2
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * 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
* | | | | Merge trunkapnadkarni2023-04-141-2/+20
|\ \ \ \ \ | |/ / / /
| * | | | Allow Tcl build without the Tcl 8 compat API. Derived from "disabletcl8api" b...jan.nijtmans2023-04-131-2/+20