summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-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
* 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
* | | 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
* | | 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-5/+5
* | | merge 8.7dgp2021-04-281-2/+2
|\ \ \
| * | | Rename TclSetPreInitScript() to Tcl_SetPreInitScript(). Tiny part of TIP #596...jan.nijtmans2021-04-281-2/+2
* | | | merge 8.7dgp2021-04-081-5/+5
|\ \ \ \ | |/ / /
| * | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-5/+5
* | | | merge 8.7dgp2021-04-051-1/+1
|\ \ \ \ | |/ / /
| * | | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo...jan.nijtmans2021-04-041-1/+1
* | | | merge 8.7dgp2021-03-221-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-03-191-1/+1
| |\ \ \ | | |/ /
| | * | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-1/+1
* | | | 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
| | |\ \ | | | |/
| | | * Add some more unused entries to the stub table, keeping up with the table siz...jan.nijtmans2021-03-041-0/+1
| | * | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-271-3/+3
| | * | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-1/+1
* | | | Merge pre-TIP 481 commits of 8.7 branchdgp2021-01-151-1/+1
|\ \ \ \ | |/ / /
| * | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-1/+1
* | | | merge 8.7dgp2020-12-071-3/+3
|\ \ \ \ | |/ / /
| * | | More ©-sign consolidationjan.nijtmans2020-11-231-3/+3
* | | | merge 8.7dgp2020-09-151-2/+2
|\ \ \ \ | |/ / /
| * | | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). Follo...jan.nijtmans2020-07-171-1/+1
| * | | Merge 8.6. Add MacOS build using Clang++jan.nijtmans2020-05-261-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup.jan.nijtmans2020-04-161-1/+7
| | |\ \ | | | |/
| | | * Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ...jan.nijtmans2020-04-161-1/+12
| * | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internaldgp2020-04-011-0/+5
|/ / /
* | | Merge 8.6jan.nijtmans2020-03-251-4/+3
|\ \ \ | |/ /
| * | Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ...jan.nijtmans2020-03-251-4/+3
* | | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove Tcl_MacOSXOpenBundleR...jan.nijtmans2020-03-241-7/+8
|\ \ \ | |/ /
| * | Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions...jan.nijtmans2020-03-241-7/+8
* | | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ...jan.nijtmans2020-03-071-3/+3
* | | Merge 8.6jan.nijtmans2020-01-231-4/+8
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-01-231-15/+15
| |\ \ | | |/
| | * Last unused internal stub entry from 258 to 259.jan.nijtmans2020-01-231-16/+15