summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-1/+1
* Deprecate channel types 1-4jan.nijtmans2020-01-291-1/+1
* Implement TIP 559dgp2020-01-241-1/+1
|\
| * Implement TIP 559 (deprecation part).dgp2020-01-131-1/+1
* | Don't deprecate Tcl_NewUnicodeObj/Tcl_SetUnicodeObj/Tcl_GetUnicodeFromObj, si...jan.nijtmans2020-01-201-3/+3
* | Merge 8.7jan.nijtmans2020-01-071-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-01-061-1/+1
| |\
| | * Fix documentation, comments, and argument names of Tcl_TransferResult().dgp2020-01-051-1/+1
| | * Merge 8.5jan.nijtmans2019-10-151-0/+4
| | |\
| | | * Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi...jan.nijtmans2019-10-151-1/+1
* | | | Merge 8.7jan.nijtmans2019-11-151-2/+1
|\ \ \ \ | |/ / /
| * | | Backout [b5c1404365f53fe0], removing TclFreeObj() is a step too far for 8.7jan.nijtmans2019-11-151-2/+1
* | | | Merge 8.7jan.nijtmans2019-09-251-0/+3
|\ \ \ \ | |/ / /
| * | | TIP #548 implementation: Support `wchar_t` conversion functions and deprecate...jan.nijtmans2019-09-141-3/+16
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-08-141-0/+5
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-05-101-3/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2018-12-081-3/+52
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Rebase TIP-414 to TIP-512: If Tcl_SetPanicProc doesn't have a stub entry, it ...jan.nijtmans2018-10-181-4/+4
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch tip-548. No longer define addtional stub-entries for functions t...jan.nijtmans2019-08-121-25/+13
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tip-548jan.nijtmans2019-08-011-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-6/+6
| * | | | | | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-6/+9
| * | | | | | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-2/+12
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tip-547jan.nijtmans2019-05-311-1/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Add documentation, don't overwrite earlier stub entry!jan.nijtmans2019-05-151-1/+1
| * | | | | | | TIP #544 implementation. Documentation still missing.jan.nijtmans2019-05-151-0/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | More simplifications, taking deprecations into accountjan.nijtmans2019-05-221-20/+7
* | | | | | | More WIP: eliminate all usage of (platform-specific) Tcl_WinTCharToUtf()/Tcl_...jan.nijtmans2019-05-221-27/+24
* | | | | | | Merge 8.7jan.nijtmans2019-05-171-11/+11
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | merge 8.7jan.nijtmans2019-05-101-12/+18
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Docsdkf2019-04-031-1/+1
| * | | | | | Import of TIP 312 implementationdkf2019-04-031-0/+6
* | | | | | | Merge 8.7jan.nijtmans2019-03-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch()jan.nijtmans2019-03-271-1/+1
* | | | | | | Add 4 new encodings, and add documentation.jan.nijtmans2019-03-181-17/+17
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | More WIP. Seems to be *almost* working.jan.nijtmans2019-03-171-29/+45
* | | | | | | Merge 8.7jan.nijtmans2019-03-161-18/+38
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Even better support for -DTCL_UTF_MAX=6. Ongoing improvements (TIP being pla...jan.nijtmans2019-03-121-3/+10
|/ / / / / /
* | | | | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entr...jan.nijtmans2019-02-091-1/+1
| |_|/ / / |/| | | |
* | | | | Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stu...jan.nijtmans2018-11-271-2/+3
* | | | | TIP #512 documentation: Indicate which functions cannot be called through the...jan.nijtmans2018-11-211-0/+13
* | | | | Implement TIP #512: No stub for Tcl_SetExitProc()jan.nijtmans2018-11-151-4/+4
|\ \ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2018-11-021-1/+1
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| * | | | Merge 8.7jan.nijtmans2018-10-181-2/+16
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7jan.nijtmans2018-08-081-24/+28
| |\ \ \ \
| * | | | | TIP #512 implementationjan.nijtmans2018-06-251-3/+3
* | | | | | merge 8.7dgp2018-11-061-2/+22
|\ \ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-10-181-30/+49
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | merge 8.7dgp2018-04-251-5/+5
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | merge 8.7dgp2018-01-181-48/+48
| |\ \ \ \ \ \