summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Even better support for -DTCL_UTF_MAX=6. Ongoing improvements (TIP being pla...jan.nijtmans2019-03-121-11/+28
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2020-01-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-01-061-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | / / / / | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Fix documentation, comments, and argument names of Tcl_TransferResult().dgp2020-01-051-2/+2
| | * | | | | | | | | | | | Merge 8.5jan.nijtmans2019-10-151-0/+58
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi...jan.nijtmans2019-10-151-3/+57
* | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2019-12-031-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Backout [b5c1404365f53fe0], removing TclFreeObj() is a step too far for 8.7jan.nijtmans2019-11-151-4/+4
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge 8.7jan.nijtmans2019-10-011-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Fix correct export on win32 for TclZipfs_AppHook, when not building with -DUN...jan.nijtmans2019-09-291-1/+0
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-3/+3
|/ / / / / / / / / / / /
* | | | | | | | | | | | Spread out definitions of Tcl_*WChar* functions over multiple lines, making i...jan.nijtmans2019-08-021-6/+18
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ...jan.nijtmans2019-08-021-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | / / / / | |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-23/+31
* | | | | | | | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-21/+28
* | | | | | | | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-8/+29
|/ / / / / / / / /
* | | | | | | | | Add documentation, don't overwrite earlier stub entry!jan.nijtmans2019-05-151-5/+12
* | | | | | | | | TIP #544 implementation. Documentation still missing.jan.nijtmans2019-05-151-6/+5
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. Th...jan.nijtmans2019-05-091-0/+2
* | | | | | | | Docsdkf2019-04-031-2/+2
* | | | | | | | Import of TIP 312 implementationdkf2019-04-031-0/+7
| |_|_|/ / / / |/| | | | | |
* | | | | | | Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch()jan.nijtmans2019-03-271-2/+5
| |_|/ / / / |/| | | | |
* | | | | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entr...jan.nijtmans2019-02-091-2/+5
* | | | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-3/+3
* | | | | | Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stu...jan.nijtmans2018-11-271-5/+4
* | | | | | Implement TIP #512: No stub for Tcl_SetExitProc()jan.nijtmans2018-11-151-5/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2018-11-021-2/+2
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge 8.7jan.nijtmans2018-10-181-0/+26
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge 8.7jan.nijtmans2018-08-081-53/+76
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | TIP #512 implementationjan.nijtmans2018-06-251-3/+3
* | | | | | | merge 8.7dgp2018-11-061-8/+37
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2018-10-181-67/+116
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | merge 8.7dgp2018-04-251-10/+10
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | merge 8.7dgp2018-02-061-6/+11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7dgp2018-01-181-106/+106
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7dgp2017-11-291-10/+15
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.7dgp2017-11-141-4/+6
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-09-141-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | merge trunkdgp2017-03-291-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-201-5/+28
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-131-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-271-0/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-121-15/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | New routine Tcl_HasStringRep() and first conversion of callers.dgp2016-10-071-0/+5
| * | | | | | | | | | | | | | | | Revised design - have Tcl_FetchIntRep return a writable pointer.dgp2016-03-271-0/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | First demonstration conversion to the new intrep manipulation routines.dgp2016-03-251-2/+2
| | * | | | | | | | | | | | | | | | New routines Tcl_FetchIntRep() and Tcl_StoreIntRep().dgp2016-03-251-0/+13
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Revise Tcl_InitStringRep(); numBytes is unsigned. Only truncation permitted.dgp2016-03-231-2/+2
| * | | | | | | | | | | | | | | | Next step: new routine Tcl_InitStringRep()dgp2016-03-231-0/+6
| * | | | | | | | | | | | | | | | First simple step implementing TIP 445.dgp2016-03-221-0/+5