summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Merged core-8-branchapnadkarni2022-08-291-0/+6
| |\ \ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2022-08-211-0/+1
| | |\ \ \ \
| | * | | | | Implement Tcl_NRCallObjProc2jan.nijtmans2022-06-191-0/+1
| | * | | | | Merge 8.7jan.nijtmans2022-06-091-7/+72
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-061-2/+1
| | |\ \ \ \ \ \
| | * | | | | | | TIP #627 implementationjan.nijtmans2022-06-011-0/+6
| | |/ / / / / /
| * | | | | | | Start on list representation black box testsapnadkarni2022-07-151-0/+2
| | |_|/ / / / | |/| | | | |
| * | | | | | Fix build with -DTCL_NO_DEPRECATEDjan.nijtmans2022-07-131-0/+1
| | |/ / / / | |/| | | |
| * | | | | TIP #616 implementation (Wrapper API, cannot really handle > 2^31 elements)jan.nijtmans2022-06-081-7/+72
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge 8.7. Add Tcl_ProcObjCmd2()jan.nijtmans2022-05-311-0/+5
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge 8.7jan.nijtmans2022-05-251-2/+2
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge 8.7jan.nijtmans2022-05-251-0/+4
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2022-05-171-4/+4
| | |\ \ \ \ \
| | * | | | | | some less underscores in exported functionsjan.nijtmans2022-05-171-19/+12
| | * | | | | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBSjan.nijtmans2022-05-171-11/+25
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | Merge 8.7jan.nijtmans2022-03-181-7/+5
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge 8.7jan.nijtmans2022-03-091-1/+2
| | |\ \ \ \ \ \
| | * | | | | | | Fix ParseArgsObjv() wrapper, and adapt testcase to prove that it worksjan.nijtmans2022-01-281-8/+14
| | * | | | | | | Add TclParseArgsObjv_jan.nijtmans2022-01-261-4/+13
| | * | | | | | | 3 more stub-entriesjan.nijtmans2022-01-241-0/+30
| | * | | | | | | Extend for Tcl dicts too (API only)jan.nijtmans2022-01-241-0/+11
| | * | | | | | | Extend for Tcl lists > 2^31 elements (API only)jan.nijtmans2022-01-231-0/+23