summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-18/+1
* 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
|\ \ | |/
| * 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
* | | | Tcl_GetSizeIntFromObjapnadkarni2023-04-051-1/+1
|/ / /
* | | No reservation for TIP #648 any more in stub table.jan.nijtmans2022-11-281-4/+4
* | | 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
| |/ / /
* | | | TIP 651 implementationapnadkarni2022-11-171-0/+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
* | | Merge 8.7jan.nijtmans2022-10-201-2/+2
|\ \ \
| * \ \ merge 8.7dgp2022-10-111-2/+2
| |\ \ \
| * \ \ \ Fix broken merge. Don't want to lose Tcl_RemoveChannelMode().dgp2022-09-261-0/+1
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2022-09-211-1/+3
| |\ \ \ \ \
| * | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-181-0/+2
* | | | | | | TIP 643 code. Docs, tests pendingapnadkarni2022-10-091-0/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge 8.7jan.nijtmans2022-09-261-1/+6
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | TIP #220: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-261-0/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Revive TIP #220 implementation: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-071-0/+1
| * | | | | TIP #624: Deprecate Tcl_MakeSafejan.nijtmans2022-09-211-0/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2022-09-071-21/+113
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | RFE [655300]: Deprecate Tcl_MakeSafe()jan.nijtmans2022-04-051-0/+2
| * | | | | | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W...jan.nijtmans2022-09-191-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2022-09-171-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Change TclObjInterpProc() to a macro, since extensions should never invoke it...jan.nijtmans2022-09-091-0/+1
| | |/ / / | |/| | |
* | | | | Merge 8.7jan.nijtmans2022-09-071-26/+111
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6 (no need for TclUnusedStubEntry here)jan.nijtmans2022-08-291-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | 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