summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Re-generate tclDecls.h.jan.nijtmans2024-02-271-75/+0
|\
* \ Make the SUFX for nmake-builds the same as for Makefile builds, if TCL_VERSI...jan.nijtmans2024-01-051-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-01-051-1/+1
| |\
| | * Tcl_UtfNCmp -> Tcl_UtfNcmpjan.nijtmans2024-01-051-1/+1
* | | Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect ...jan.nijtmans2023-12-291-1/+1
|\ \ \ | |/ /
| | |
| \ \
*-. \ \ Merge 8.7. Remove 2 (internal) stub entries which are not used any more.jan.nijtmans2023-11-231-6/+0
|\ \ \ \ | | |/ / | |/| |
| | * | Since TIP 258 (2005) and development efforts leading up to it (2004), thedgp2023-10-251-6/+7
| |/ /
* | | Fix TclpGetPid() signature (should use Tcl_Size, not size_t)jan.nijtmans2023-11-201-2/+2
* | | Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They are...jan.nijtmans2023-10-061-8/+14
|\ \ \ | |/ /
| * | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated"jan.nijtmans2023-10-061-26/+26
* | | int -> Tcl_Size for 2 internal functionsjan.nijtmans2023-10-051-2/+2
* | | Merge 8.7jan.nijtmans2023-10-041-0/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-10-041-0/+4
| |\ \ | | |/
| | * Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-011-1/+5
| | * Remove unneeded internal stub-entries (now that TIP #666 is accepted)jan.nijtmans2023-09-131-395/+1
| | * Remove ARGSUSED. More type-castsjan.nijtmans2022-11-291-5/+5
| | * Make TclObjInterpProc a macro (since it always should be used through TclGetO...jan.nijtmans2022-09-221-1/+1
* | | Make TclObjInterpProc() MODULE_SCOPE. Not needed any more in stub tablejan.nijtmans2023-10-041-4/+0
* | | Merge 8.7jan.nijtmans2023-10-041-13/+15
|\ \ \ | |/ /
| * | Move some (internal) stub entries to lower numbersjan.nijtmans2023-10-041-13/+15
* | | Remaining part of TIP #666 implementation (first part already done [cd426d20a...jan.nijtmans2023-09-111-2/+0
|\ \ \ | |/ /
| * | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-13/+0
| |\ \
| | * \ Rebase to 8.7jan.nijtmans2023-07-261-3/+0
| | |\ \ | |/ / /
| | * | TIP #666 implementationjan.nijtmans2023-05-031-3/+0
* | | | Merge 8.7jan.nijtmans2023-05-211-1/+1
|\ \ \ \ | |/ / /
| * | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-191-28/+27
| |/ /
| * | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI...jan.nijtmans2023-04-051-1/+1
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-2/+4
* | | Merge 8.7jan.nijtmans2022-11-281-1/+1
|\ \ \ | |/ /
| * | Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-1/+1
* | | Merge 8.7jan.nijtmans2022-11-251-1/+1
|\ \ \ | |/ /
| * | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-1/+1
| * | Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-071-1/+1
* | | Remove TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-061-3/+4
* | | Merge 9.0jan.nijtmans2022-09-261-6/+124
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-09-191-6/+124
| |\ \ \ | | |/ /
| | * | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W...jan.nijtmans2022-09-191-0/+3
| | * | Remove pre-8.6-related commentsjan.nijtmans2022-09-191-380/+0
| | * | Merge 8.6 (no need for TclUnusedStubEntry here)jan.nijtmans2022-08-291-5/+1
| | |\ \ | | | |/
| | | * Add 2 unused (internal) stub entriesjan.nijtmans2022-08-291-1/+1
| | | |\
| | | | * Add 2 unused (internal) stub entriesjan.nijtmans2022-08-291-1/+1
* | | | | Merge 9.0jan.nijtmans2022-09-071-0/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge tip-625jan.nijtmans2022-07-181-0/+11
| |\ \ \ \ | | |/ / /
| | * | | Start on list representation black box testsapnadkarni2022-07-151-0/+11
| | * | | Use "void *" in stead of ClientData in tclInt.decs/tclOO.decls (backported fr...jan.nijtmans2022-06-231-10/+10
| * | | | Fix (internal) TclFindElement() signature (int -> size_t)jan.nijtmans2022-06-201-1/+1
* | | | | More Tcl_Sizejan.nijtmans2022-06-201-2/+2
* | | | | More Tcl_Sizejan.nijtmans2022-06-201-26/+26
|/ / / /
* | | | Merge 9.0jan.nijtmans2022-05-251-1/+1
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-05-251-1/+1
| |\ \ \ \ | | |/ / /