summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7dgp2017-11-291-5/+5
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.7dgp2017-11-141-5/+2
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-291-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | merge trunkdgp2017-01-121-5/+12
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | New routine Tcl_HasStringRep() and first conversion of callers.dgp2016-10-071-0/+3
| * | | | | | | | | | | | Revised design - have Tcl_FetchIntRep return a writable pointer.dgp2016-03-271-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | First demonstration conversion to the new intrep manipulation routines.dgp2016-03-251-1/+1
| | * | | | | | | | | | | | New routines Tcl_FetchIntRep() and Tcl_StoreIntRep().dgp2016-03-251-0/+8
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Revise Tcl_InitStringRep(); numBytes is unsigned. Only truncation permitted.dgp2016-03-231-1/+2
| * | | | | | | | | | | | Next step: new routine Tcl_InitStringRep()dgp2016-03-231-1/+3
| * | | | | | | | | | | | First simple step implementing TIP 445.dgp2016-03-221-0/+8