summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-12-081-1/+1
|\
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Merge 8.7jan.nijtmans2020-11-061-2/+2
|\ \ | |/
| * Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-061-0/+22
| |\
* | \ Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | | Merge 8.7jan.nijtmans2020-09-011-3/+3
|\ \ \ | |/ /
| * | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-3/+3
| |\ \ | | |/
| * | Merge 8.6jan.nijtmans2020-08-111-1/+1
| |\ \ | | |/
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
| | * Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup.jan.nijtmans2020-04-161-2/+4
| | |\
| | | * Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ...jan.nijtmans2020-04-161-3/+5
| | | * Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate...jan.nijtmans2020-03-171-1/+2
* | | | Merge 8.7jan.nijtmans2020-07-211-1/+1
|\ \ \ \ | |/ / /
| * | | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). Follo...jan.nijtmans2020-07-171-1/+1
* | | | Merge 8.7jan.nijtmans2020-04-141-4/+4
|\ \ \ \ | |/ / /
* | | | merge 8.7dgp2020-04-011-0/+1
|\ \ \ \ | |/ / /
| * | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internaldgp2020-04-011-1/+2
* | | | Merge 8.7jan.nijtmans2020-03-311-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-03-311-1/+1
| |\ \ \ | | |/ /
| | * | Fix (harmess) gcc warning, noted on Ubuntujan.nijtmans2020-03-311-1/+1
* | | | Merge 8.7jan.nijtmans2020-03-251-17/+12
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-03-251-17/+12
| |\ \ \ | | |/ /
| | * | Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ...jan.nijtmans2020-03-251-19/+14
* | | | Merge 8.7.jan.nijtmans2020-03-241-8/+17
|\ \ \ \ | |/ / /
| * | | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove Tcl_MacOSXOpenBundleR...jan.nijtmans2020-03-241-7/+18
| |\ \ \ | | |/ /
| | * | Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions...jan.nijtmans2020-03-241-7/+16
| | * | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() i...jan.nijtmans2020-03-151-1/+2
| * | | More TCL_UNUSEDdgp2020-03-091-2/+2
* | | | Merge 8.7jan.nijtmans2020-02-281-3/+3
|\ \ \ \ | |/ / /
| * | | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-0/+3
| |\ \ \
| | * \ \ Deprecate Tcl_Close() stub entry as welljan.nijtmans2020-02-021-0/+1
| | |\ \ \
| | * | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-0/+1
| | * | | | Deprecate channel types 1-4jan.nijtmans2020-01-291-0/+1
| | |/ / /
| * | | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-11/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge 8.7jan.nijtmans2020-02-261-1/+1
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge 8.7jan.nijtmans2020-02-131-9/+43
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge 8.7jan.nijtmans2019-12-131-59/+148
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2019-12-031-4/+2
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2019-11-091-11/+3
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-071-8/+11
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-041-2/+44
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-10-251-9/+7
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-10-241-12/+73
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix compiler warnings on Cygwin when using -DTCL_NO_DEPRECATEDjan.nijtmans2020-01-291-1/+1
| * | | | | | | | | | | TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an extensio...jan.nijtmans2020-01-251-0/+1
* | | | | | | | | | | | Merge trunkjan.nijtmans2020-02-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ Implement TIP 559dgp2020-01-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / /
| | | * | | | | | | | | | | Merge 8.6jan.nijtmans2020-01-231-1/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | |
| | | | * | | | | | | | | | Merge 8.5jan.nijtmans2020-01-231-1/+2
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|/ | | | | | |/| | | | | | | |