summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1
* Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-4/+6
* Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-4/+4
* Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-2/+2
* Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-538/+538
* Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-12/+13
|\
| * Merge 8.6jan.nijtmans2020-08-191-4/+4
| |\ | |/ |/|
| * Merge 8.6jan.nijtmans2020-07-201-5/+5
| |\
| * | New TIP #581 implementationjan.nijtmans2020-07-171-2/+3
* | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-4/+4
| |/ |/|
* | Doc/internal variable tweaksjan.nijtmans2020-07-171-5/+5
|/
* A few more "break" statements, so any compiler knows these are no FALLTHROUGH...jan.nijtmans2020-01-151-0/+2
* (cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is the...jan.nijtmans2016-10-031-8/+3
* Refactor all iPtr->ensembleRewrite setting code into TclInitRewriteEnsemble()dgp2016-05-251-28/+4
* (cherry-pick): Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp....jan.nijtmans2016-03-041-1/+1
* Eliminate useless variable assignment.jan.nijtmans2016-01-221-1/+0
|\
| * Improve code 'quality' by fixing some harmless clang/cppcheck warnings. Thank...jan.nijtmans2016-01-221-1/+0
* | More progress. NR-enable [interp] and [$slave], completely withdgp2013-04-111-12/+39
* | More revisions let multi-interp test case work, but at cost of panicsdgp2013-04-111-1/+17
* | New internal routine TclNRInvoke() - NR-enabled path through the machinerydgp2013-04-111-1/+6
* | LimitHandler struct used only locally. Remove from tclInt.hdgp2013-02-251-0/+31
|\ \ | |/
| * LimitHandler struct used only locally. Remove from tclInt.h.dgp2013-02-251-0/+31
* | Name functions according to 'what' instead of 'how' in the [tailcall]mig2013-01-111-1/+1
* | tailcall now running in a simpler model, with no eval-flags and no nre-stack ...mig2013-01-101-2/+2
* | more result generation conversiondkf2012-08-041-47/+54
* | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdkf2012-07-311-3/+5
* | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-0/+26
|\ \ | |/
| * [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-0/+26
* | More generation of errorCodes ([interp], [lset], [load], [unload]).dkf2011-04-021-82/+79
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-17/+16
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-4/+7
| | * * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373]Miguel Sofer2008-01-301-2/+2
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-1/+7
| | * * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the wordsdgp2003-05-121-2/+8
| | * * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-121-2/+4
| * | fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifi...nijtmans2010-11-191-2/+2
| * | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-5/+104
| * | [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-1/+18
| * | [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-281-2/+12
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+7
| * | * generic/tclInterp.c: Fixed completely boneheaded mistake thatdgp2008-06-201-3/+3
* | | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-011-0/+76
* | | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-11/+114
* | | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-2/+2
* | | Code Audit results:dkf2010-03-051-9/+9
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-16/+21
* | | [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-1/+18