summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with core-8-branchgriffin2022-10-191-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
* | | | | More work on lset support in AbstractListsgriffin2022-10-191-0/+1
* | | | | Update AbstractList man page.griffin2022-10-141-1/+1
* | | | | Modify AbstractList functions to include interp for error reporting. Other va...griffin2022-10-111-0/+1
* | | | | Code cleanup and reorganizegriffin2022-10-081-5/+7
* | | | | Sync with core-8-branchgriffin2022-10-081-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
* | | | | | | | Sync with core-8-branchgriffin2022-09-291-5/+12
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | 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
| | |_|_|_|/ | |/| | | |
| * | | | | Change TclObjInterpProc() to a macro, since extensions should never invoke it...jan.nijtmans2022-09-091-0/+1
| | |/ / / | |/| | |
* | | | | Merge 8.7jan.nijtmans2022-09-071-6/+11
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | |/ / / / / / / /
* | | | | | | | | | Reimplement AbstrctList type structure to simplify. fix various bugs.griffin2022-08-191-1/+0
* | | | | | | | | | Abstract Lists (TIP-225) initial implementation.griffin2022-08-081-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