summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2017-09-131-0/+8
|\
| * Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-0/+9
* | Merge trunkjan.nijtmans2017-03-241-2/+2
|\ \ | |/
| * Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread()jan.nijtmans2017-03-241-2/+2
* | Merge trunk.jan.nijtmans2017-03-211-25/+25
|\ \ | |/
| * If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-5/+28
* | merge trunkjan.nijtmans2017-03-131-19/+11
|\ \ | |/
| * Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-2/+2
* | Convert Tcl_SetResult() to a macrojan.nijtmans2017-01-251-6/+16
|\ \ | |/
| * If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-0/+16
* | merge trunkjan.nijtmans2017-01-111-12/+7
|\ \ | |/
| * Merge core-8-6-branch. jan.nijtmans2017-01-111-1/+6
| |\
| | * Merge-mark core-8-5-branch. jan.nijtmans2017-01-111-1/+0
| | |\
* | | \ merge trunkjan.nijtmans2017-01-041-0/+9
|\ \ \ \ | |/ / /
| * | | 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
| |/ /
* | | Clean-up: Remove Tcl_FindHashEntry/Tcl_CreateHashEntry symbols/stub entries, ...jan.nijtmans2015-12-161-12/+6
* | | merge trunkjan.nijtmans2015-10-081-4/+4
|\ \ \ | |/ /
| * | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app...jan.nijtmans2015-10-081-4/+4
* | | Merge trunkjan.nijtmans2015-09-231-4/+4
|\ \ \ | |/ /
| * | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...panic_noreturnjan.nijtmans2015-09-221-6/+7
* | | Merge trunkjan.nijtmans2014-02-111-12/+12
|\ \ \ | |/ /
| * | 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
* | | Merge trunk (order of man.macros inclusion).jan.nijtmans2013-11-081-2/+0
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2013-11-041-3/+5
|\ \ \ | |/ /
| * | Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-3/+5
| |\ \ | | |/
| | * Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-3/+5
* | | merge trunkjan.nijtmans2013-10-171-0/+0
|\ \ \ | |/ /
* | | Eliminate TclOOInitializeStubs() completely. This fixes [dfc08326e3], at leas...jan.nijtmans2013-10-171-0/+2
|\ \ \
| * | | The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclO...rfe_dfc08326e3jan.nijtmans2013-10-131-0/+1
|/ / /
* | | merge trunk. jan.nijtmans2013-06-271-7/+3
|\ \ \ | |/ /
* | | merge trunk. jan.nijtmans2013-05-131-3/+7
|\ \ \ | |/ /
* | | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ...jan.nijtmans2013-05-061-23/+8
* | | merge trunkjan.nijtmans2013-05-061-0/+48
|\ \ \ | |/ /
| * | Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+48
| |\ \ | | |/
| | * Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+48
| | |\
| | | * Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+48
| * | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-0/+10
| |\ \ \ | | |/ /
| | * | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-1/+10
| * | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+25
| |\ \ \ | | |/ /
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+25
| | |\ \ | | | |/
| | | * Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+25
| * | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-0/+10
| |\ \ \ | | |/ /
| | * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-0/+10
| | |\ \ | | | |/
| | | * Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-0/+10
| | | * Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when...jan.nijtmans2013-04-091-8/+6
| * | | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs.jan.nijtmans2013-04-041-8/+6
| |\ \ \ | | |/ /
| | * | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs.jan.nijtmans2013-04-041-8/+6