summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Expand)AuthorAgeFilesLines
* More int -> size_tjan.nijtmans2022-02-231-5/+5
* Merge 9.0jan.nijtmans2022-02-171-1/+1
|\
| * More int -> size_t in internal APIjan.nijtmans2022-02-171-10/+10
* | more int->size_tjan.nijtmans2022-02-171-2/+2
* | 3 more API'sjan.nijtmans2022-01-271-5/+5
* | More progressjan.nijtmans2022-01-271-1/+1
* | more progressjan.nijtmans2022-01-261-2/+2
* | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList toojan.nijtmans2022-01-241-1/+1
|/
* merge trunkdgp2021-07-191-40/+18
|\
| * (internal) stub table simplification: TclIntPlatStubs is now a single table, ...jan.nijtmans2021-06-251-40/+18
| |\
| | * Merge 9.0jan.nijtmans2021-04-091-14/+18
| | |\
| | * \ Merge 9.0jan.nijtmans2021-01-261-536/+33
| | |\ \
| | * | | Fix build on UNIX/MacOSjan.nijtmans2020-03-261-1/+1
| | * | | Simplify platform/internal stubs. Not to be merged soon, still highly experim...jan.nijtmans2020-03-251-190/+29
* | | | | merge trunkdgp2021-04-281-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2021-04-281-3/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Rename TclSetPreInitScript() to Tcl_SetPreInitScript(). Tiny part of TIP #596...jan.nijtmans2021-04-281-2/+2
* | | | | merge trunkdgp2021-04-081-4/+5
|\ \ \ \ \ | |/ / / /
| * | | | Remove TclWinConvertError from internal stub table. No longer necessary, sinc...jan.nijtmans2021-04-081-3/+4
| * | | | Merge 8.7jan.nijtmans2021-04-081-1/+1
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7jan.nijtmans2021-04-071-1/+1
| |\ \ \ \ | | |/ / /
| | * | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-5/+5
* | | | | merge trunkdgp2021-04-051-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2021-04-041-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo...jan.nijtmans2021-04-041-1/+1
* | | | | merge trunkdgp2021-03-221-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2021-03-191-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 trunkdgp2021-03-111-6/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Move internal stub entry 260 to 259, the same place it is in 8.7.jan.nijtmans2021-03-101-7/+9
* | | | | | merge trunkdgp2021-03-041-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2021-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 trunkdgp2021-02-241-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Change (internal) signatures for TclpGetClicks/TclpGetSeconds to use "unsigne...jan.nijtmans2021-02-181-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | merge trunkdgp2021-02-051-83/+43
|\ \ \ \ \ \ | |/ / / / /
| * | | | | More more stub-entries, making the internal platform table more equal to each...jan.nijtmans2021-01-261-40/+25
| * | | | | Sort platform-dependant entries in tclInt.decls. No change in generated tcl*D...jan.nijtmans2021-01-261-69/+44
* | | | | | merge trunkdgp2021-01-251-622/+14
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove 4 (internal, MacOS-specific) functions from internal stub table, MODUL...jan.nijtmans2021-01-251-23/+13
| * | | | | Remove many commented-out sections of tclInt.decls: Since Tcl 9.0 doesn't nee...jan.nijtmans2021-01-251-600/+1
| * | | | | Undo (for now) removal of TclMacOSXNotifierAddRunLoopMode(), we don't want an...jan.nijtmans2021-01-221-4/+3
| * | | | | Merge 8.7. Simplify handling of platform-dependant API's like Tcl_CreateFileH...jan.nijtmans2021-01-221-3/+4
| |\ \ \ \ \ | | |/ / / /
* | | | | | Merge TIP 481 (resolve conflicts)jan.nijtmans2021-01-211-5/+0
|/ / / / /
* | | | | Merge 8.7 (resolve conflicts)dgp2021-01-081-1/+1
|\ \ \ \ \ | |/ / / /