summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Fix tclStubInit gcc warnings with TCL_UTF_MAX=3apnadkarni2023-04-051-4/+4
* | | | | Export Tcl_GetSizeFromObj in stubsapnadkarni2023-04-051-1/+1
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-9/+9
|/ / / /
* | | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-2/+2
* | | | Merge 8.7jan.nijtmans2022-11-281-4/+5
|\ \ \ \ | |/ / /
| * | | No reservation for TIP #648 any more in stub table.jan.nijtmans2022-11-281-4/+4
* | | | Merge 8.7jan.nijtmans2022-11-211-1/+1
|\ \ \ \ | |/ / /
| * | | Rebase to latest 8.7jan.nijtmans2022-11-201-1/+1
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2022-11-151-2/+1
| | |\ \ \
| | * | | | New function Tcl_GetWideUIntFromObjjan.nijtmans2022-11-151-0/+4
| | |/ / /
* | | | | Merge 8.7jan.nijtmans2022-11-201-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | TIP 651 implementationapnadkarni2022-11-171-0/+4
| |/ / /
* | | | Merge 8.7jan.nijtmans2022-11-151-2/+4
|\ \ \ \ | |/ / /
| * | | Add mp_pack to the libtommath stub-table: it's easier to work with than mp_to...jan.nijtmans2022-11-151-2/+4
| * | | Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-071-0/+3
| * | | If CFLAGS contains -DTCL_NO_DEPRECATED, remove TclInitCompiledLocals. More co...jan.nijtmans2022-11-021-0/+1
* | | | Remove TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-061-1/+1
* | | | Fix [d2c2baac2]: Tcl 9 32-bit build exits immediately with stack overflow on ...jan.nijtmans2022-11-021-0/+7