summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-04-251-10/+10
|\
| * merge 8.7dgp2018-03-151-6/+11
| |\
| * \ merge 8.7dgp2018-01-181-106/+106
| |\ \
| * | | Fix executable flagsjan.nijtmans2017-11-201-0/+0
| * | | merge core-8-branchjan.nijtmans2017-11-201-0/+0
| |\ \ \
| * \ \ \ merge core-8-branchjan.nijtmans2017-11-171-14/+21
| |\ \ \ \ | | |/ / /
| * | | | Somewhat simplified implementation of TIP #389, in which the "string length" ...jan.nijtmans2017-11-071-10/+10
* | | | | merge 8.7dgp2018-02-061-6/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-2/+4
| * | | | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon...jan.nijtmans2018-01-261-4/+7
| | |_|/ | |/| |
* | | | merge 8.7dgp2018-01-181-106/+106
|\ \ \ \ | |/ / /
| * | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_V...jan.nijtmans2017-11-201-94/+87
| * | | merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-201-14/+21
| |\ \ \ | | | |/ | | |/|
| * | | Merge core-8-branch. Backout the Tcl_EvalFile changes.jan.nijtmans2017-11-091-3/+0
| |\ \ \ | | | |/ | | |/|
| * | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ...jan.nijtmans2017-11-091-3/+2
| * | | Put Tcl_EvalFile back, but then as a macro in terms of Tcl_FSEvalFileEx().jan.nijtmans2017-11-091-0/+3
| * | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-16/+24
| |/ /
* | | merge 8.7dgp2017-11-291-10/+15
|\ \ \ | | |/ | |/|
| * | TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be re...jan.nijtmans2017-11-171-10/+15
| |\ \
| | * | TIP #422 implementation, Tcl 8.7 part.jan.nijtmans2017-11-071-10/+15
| | |/
* | | merge 8.7dgp2017-11-141-4/+6
|\ \ \ | |/ /
| * | Add a lot of "deprecation" marks to internal API which will be removed in Tcl...jan.nijtmans2017-11-131-4/+6
| |/
* | merge trunkdgp2017-09-141-0/+9
|\ \ | |/
| * Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-0/+9
* | merge trunkdgp2017-03-291-2/+2
|\ \ | |/
| * Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread()jan.nijtmans2017-03-241-2/+2
* | merge trunkdgp2017-03-201-5/+28
|\ \ | |/
| * If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-5/+28
* | merge trunkdgp2017-03-131-2/+2
|\ \ | |/
| * Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-2/+2
* | merge trunkdgp2017-01-271-0/+16
|\ \ | |/
| * If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-0/+16
* | merge trunkdgp2017-01-121-15/+29
|\ \ | |/
| * Merge core-8-6-branch. jan.nijtmans2017-01-111-1/+6
| |\
| | * Merge-mark core-8-5-branch. jan.nijtmans2017-01-111-1/+0
| | |\
| * | | Make OpenTcpServerEx accept a 'service' string parameter instead of a port.limeboy2016-12-141-3/+4
| * | | Implement the whole TIP 456 specification.limeboy2016-11-241-2/+2
| * | | Added stub entry for tip #456. Documentation and tests still missing. Doesn't...jan.nijtmans2016-11-221-0/+8
| |/ /
* | | 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
|/ /
* | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app...jan.nijtmans2015-10-081-4/+4
* | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...jan.nijtmans2015-09-221-6/+7
* | Fix execute permission bit (should not be set) for *Decls.h filesjan.nijtmans2014-02-111-0/+0
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-12/+12
* | Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-3/+5
|\ \ | |/