summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge 8.7jan.nijtmans2022-10-231-0/+1
|\ \ | |/
| * Merge 8.7jan.nijtmans2022-10-201-2/+2
| |\
| * | TIP 643 code. Docs, tests pendingapnadkarni2022-10-091-0/+1
* | | merge 8.7dgp2022-10-171-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
* | | | | Merge 8.7jan.nijtmans2022-10-071-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge 8.7jan.nijtmans2022-09-261-1/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 8.7jan.nijtmans2022-09-171-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge 8.7jan.nijtmans2022-09-071-26/+111
| |\ \ \ \
| * \ \ \ \ Merge 8.7. Make room for TIP #622 stub entriesjan.nijtmans2022-03-311-9/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2022-02-241-3/+4
| |\ \ \ \ \ \
| * | | | | | | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flagjan.nijtmans2022-02-221-0/+9
* | | | | | | | Merge 8.7jan.nijtmans2022-09-261-0/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | 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
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge 8.7jan.nijtmans2022-09-211-1/+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
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge 8.7jan.nijtmans2022-09-191-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W...jan.nijtmans2022-09-191-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2022-09-091-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Change TclObjInterpProc() to a macro, since extensions should never invoke it...jan.nijtmans2022-09-091-0/+1
| | |/ / / | |/| | |
| * | | | 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
| * | | | | | Merged core-8-branchapnadkarni2022-08-291-0/+6
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-08-291-0/+6
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-08-231-0/+6
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge 8.7jan.nijtmans2022-08-211-0/+1
| | |\ \ \ \ \ \ \
| | * | | | | | | | Implement Tcl_NRCallObjProc2jan.nijtmans2022-06-191-0/+1