summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge 8.5jan.nijtmans2019-10-151-0/+3
| |\ \ | | |/
| | * Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi...jan.nijtmans2019-10-151-0/+5
* | | TIP #544 implementation: Export TclGetIntForIndex()jan.nijtmans2019-05-311-1/+1
|\ \ \
| * | | TIP #544 implementation. Documentation still missing.jan.nijtmans2019-05-151-1/+1
* | | | Export APIdkf2019-04-301-0/+6
|/ / /
* | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-0/+4
* | | merge 8.6jan.nijtmans2018-05-111-2/+2
|\ \ \ | |/ /
| * | merge 8.5jan.nijtmans2018-05-111-2/+2
| |\ \ | | |/
| | * Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ...jan.nijtmans2018-05-111-2/+2
* | | merge 8.6dgp2018-05-091-2/+2
|\ \ \ | |/ /
| * | merge 8.5sebres2018-05-091-2/+2
| |\ \ | | |/
| | * amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST...sebres2018-05-091-2/+2
* | | merge core-8-branchjan.nijtmans2018-01-221-5/+5
|\ \ \