summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Fix [e155cedf33]: Error-handling in TclGetOpenMode(). jan.nijtmans2024-04-111-2/+2
* Merge 8.6jan.nijtmans2024-04-041-4/+4
|\
| * encodingName -> encoding (where appropriate)jan.nijtmans2024-04-041-4/+4
* | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated"jan.nijtmans2023-10-061-49/+70
* | Merge 8.6jan.nijtmans2023-10-041-3/+5
|\ \ | |/
| * Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-011-3/+5
| * Remove ARGSUSED. More type-castsjan.nijtmans2022-11-291-12/+11
| * Make TclObjInterpProc a macro (since it always should be used through TclGetO...jan.nijtmans2022-09-221-2/+4
* | Move some (internal) stub entries to lower numbersjan.nijtmans2023-10-041-26/+29
* | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-7/+5
|\ \
| * \ Rebase to 8.7jan.nijtmans2023-07-261-6/+5
| |\ \ |/ / /
| * | TIP #666 implementationjan.nijtmans2023-05-031-6/+5
* | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-191-44/+46
|/ /
* | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI...jan.nijtmans2023-04-051-2/+2
* | Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-3/+3
* | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-3/+3
* | Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-071-2/+3
* | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W...jan.nijtmans2022-09-191-3/+6
* | Change TclObjInterpProc() to a macro, since extensions should never invoke it...jan.nijtmans2022-09-091-0/+2
* | Merge 8.6 (no need for TclUnusedStubEntry here)jan.nijtmans2022-08-291-5/+3
|\ \ | |/
| * Add 2 unused (internal) stub entriesjan.nijtmans2022-08-291-3/+6
| |\
| | * Add 2 unused (internal) stub entriesjan.nijtmans2022-08-291-3/+6
* | | Start on list representation black box testsapnadkarni2022-07-151-0/+12
* | | Use "void *" in stead of ClientData in tclInt.decs/tclOO.decls (backported fr...jan.nijtmans2022-06-231-22/+21
* | | Deprecate 2 internal typedefs: TclCmdProcType/TclObjCmdProcType. Too little b...jan.nijtmans2022-05-251-2/+2
* | | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ha...jan.nijtmans2022-03-141-12/+11
* | | merge 8.7dgp2021-04-281-4/+6
|\ \ \
| * | | Rename TclSetPreInitScript() to Tcl_SetPreInitScript(). Tiny part of TIP #596...jan.nijtmans2021-04-281-4/+6
* | | | merge 8.7dgp2021-04-081-3/+3
|\ \ \ \ | |/ / /
| * | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-3/+3
* | | | merge 8.7dgp2021-04-051-6/+6
|\ \ \ \ | |/ / /
| * | | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo...jan.nijtmans2021-04-041-6/+6
* | | | merge 8.7dgp2021-03-221-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-03-191-2/+2
| |\ \ \ | | |/ /
| | * | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-2/+2
* | | | merge 8.7dgp2021-03-041-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-03-041-0/+1
| |\ \ \ | | |/ /
| | * | Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-0/+1
| | |\ \ | | | |/
* | | | Merge pre-TIP 481 commits of 8.7 branchdgp2021-01-151-2/+2
|\ \ \ \ | |/ / /
| * | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-2/+2
* | | | merge 8.7dgp2020-11-101-0/+5
|\ \ \ \ | |/ / /
| * | | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-061-0/+5
| |\ \ \ | | |/ /
| | * | New TIP #581 implementationjan.nijtmans2020-07-171-0/+2
| | * | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup.jan.nijtmans2020-04-161-6/+14
| | |\ \ | | | |/
| | | * Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ...jan.nijtmans2020-04-161-9/+30
* | | | merge 8.7dgp2020-09-151-4/+4
|\ \ \ \ | |/ / /
| * | | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). Follo...jan.nijtmans2020-07-171-4/+4
| * | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internaldgp2020-04-011-2/+8
|/ / /
* | | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ...jan.nijtmans2020-03-071-6/+6
* | | Merge 8.6jan.nijtmans2020-01-231-0/+5
|\ \ \ | |/ /