summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Collapse)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 ↵jan.nijtmans2024-01-051-1/+1
|\ \ | |/ | | | | TCL_VERSION > 86
| * 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
|\ \ \ | |/ / | | | | | | type
| | |
| \ \
*-. \ \ 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
| |/ / | | | | | | | | | | | | | | | Tcltest package has not been a caller of routines Tcl(Get|Set)LibraryPath, so there's no longer a need for those to be in the internal stubs table. After they are removed from the table, they no longer need to exist at all.
* | | Fix TclpGetPid() signature (should use Tcl_Size, not size_t)jan.nijtmans2023-11-201-2/+2
| | |
* | | Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They ↵jan.nijtmans2023-10-061-8/+14
|\ \ \ | |/ / | | | | | | are not needed/useful for extensions
| * | 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 ↵jan.nijtmans2023-10-011-1/+5
| | | | | | | | | | | | tests, coroutines. (patch by chrstphrchvz, with some minor modifications)
| | * 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 ↵jan.nijtmans2022-09-221-1/+1
| | | | | | | | | | | | | | | TclGetObjInterpProc()) Add some unused stub entries. Add some more type-casts to tclProc.c
* | | 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 ↵jan.nijtmans2023-09-111-2/+0
|\ \ \ | |/ / | | | | | | [cd426d20a9327f49|here])
| * | 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 ↵jan.nijtmans2023-05-191-28/+27
| |/ / | | | | | | | | | backported from 9.0
| * | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of ↵jan.nijtmans2023-04-051-1/+1
| | | | | | | | | | | | | | | | | | Tcl_GetWideIntFromObj(). Meant for Ashok, to show that we already have Tcl_GetSizeIntFromObj(). (I already planned this conversion for a long time, thanks, Ashok for reminding me) Also some other cleanups
* | | 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 ↵jan.nijtmans2022-11-251-1/+1
| | | | | | | | | | | | (and similar). Gives more info when debugging
| * | 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. ↵jan.nijtmans2022-09-191-0/+3
| | | | | | | | | | | | | | | | Will be needed for Itcl (in combination with TIP #626). Should have been part of TIP #627.
| | * | 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 ↵jan.nijtmans2022-06-231-10/+10
| | | | | | | | | | | | | | | | | | | | from 9.0)
| * | | | 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
| |\ \ \ \ | | |/ / /