summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Expand)AuthorAgeFilesLines
* Change (internal) signatures for TclpGetClicks/TclpGetSeconds to use "unsigne...jan.nijtmans2021-02-181-2/+2
* 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
* 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 8.7 (resolve conflicts)dgp2021-01-081-1/+1
|\ \ | |/
| * Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-1/+1
* | Merge 8.7jan.nijtmans2020-11-231-3/+3
|\ \ | |/
| * More ©-sign consolidationjan.nijtmans2020-11-231-3/+3
* | Merge 8.7jan.nijtmans2020-11-061-6/+8
|\ \ | |/
* | Merge 8.7jan.nijtmans2020-07-211-1/+1
|\ \ | |/
| * Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). Follo...jan.nijtmans2020-07-171-1/+1
* | Merge 8.7jan.nijtmans2020-05-261-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
* | | | merge 8.7dgp2020-04-011-0/+6
|\ \ \ \ | |/ / /
| * | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internaldgp2020-04-011-0/+5
* | | | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any more...jan.nijtmans2020-03-311-4/+4
* | | | Merge 8.7jan.nijtmans2020-03-251-4/+3
|\ \ \ \ | |/ / /
| * | | 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.7.jan.nijtmans2020-03-241-7/+8
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7. Add TclAppendUnicodeToObj() to internal stubs, since it is needed ...jan.nijtmans2020-01-201-0/+5
|\ \ \ \ | |/ / /
* | | | Remove TclInitCompiledLocals(), internal routine marked deprecated in 8.5+.dgp2019-12-301-4/+5
* | | | TIP 537 implementation: Enable 64-bit indexes in regexp matchingjan.nijtmans2019-05-311-2/+2
|\ \ \ \
| * | | | Change regexp C API to handle indexes > 2G. New TIP upcoming.jan.nijtmans2019-03-291-2/+2
* | | | | Merge 8.7jan.nijtmans2019-05-311-4/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | TIP #544 implementation: Export TclGetIntForIndex()jan.nijtmans2019-05-311-1/+1
| |\ \ \ \
| | * | | | TIP #544 implementation. Documentation still missing.jan.nijtmans2019-05-151-1/+1
* | | | | | Merge 8.7dkf2019-05-251-0/+6
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Export APIdkf2019-04-301-0/+6
| |/ / /
* | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet.jan.nijtmans2019-01-171-1/+1
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-1/+1
* | | | Merge 8.7jan.nijtmans2018-11-151-0/+4
|\ \ \ \ | |/ / /
| * | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-0/+4
* | | | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTHjan.nijtmans2018-09-051-4/+4
|\ \ \ \
| * \ \ \ Merge 8.7. jan.nijtmans2018-09-051-4/+4
| |\ \ \ \ | | |/ / /
* | | | | Merge trunkjan.nijtmans2018-07-051-2/+2
|\ \ \ \ \ | |/ / / /
* | | | | More size_t API changes (*.decls files are complete now)jan.nijtmans2018-07-031-7/+7