summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Fix correct export on win32 for TclZipfs_AppHook, when not building with -DUN...jan.nijtmans2019-09-291-1/+0
* 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
* | | | | | | | | | | | | | | Draft implementation of TIP 506 - rebased to Tcl 8.7dgp2018-10-271-2/+18
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | More regularizing of function names, field names and testing stylesdkf2018-10-061-10/+11
* | | | | | | | | | | | | | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ...jan.nijtmans2018-09-261-0/+1
* | | | | | | | | | | | | | Merging changes with 8.7hypnotoad2018-08-141-53/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge 8.6. Also remove a useless #undef/#define which will be overrided later.jan.nijtmans2018-07-051-3/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Make Tcl_GetUnicode() a macro. Mark many other stub-entries which are no long...jan.nijtmans2018-07-041-50/+76
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | merge 8.7dgp2018-04-271-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | merge 8.7dgp2018-03-151-6/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | merge 8.7dgp2018-01-181-106/+106
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Fix executable flagsjan.nijtmans2017-11-201-0/+0