summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* More progress. NR-enable [interp] and [$slave], completely withdgp@users.sourceforge.net2013-04-111-12/+39
* More revisions let multi-interp test case work, but at cost of panicsdgp@users.sourceforge.net2013-04-111-1/+17
* New internal routine TclNRInvoke() - NR-enabled path through the machinerydgp@users.sourceforge.net2013-04-111-1/+6
* LimitHandler struct used only locally. Remove from tclInt.hdgp@users.sourceforge.net2013-02-251-0/+31
|\
| * LimitHandler struct used only locally. Remove from tclInt.h.dgp@users.sourceforge.net2013-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 conversiondonal.k.fellows@manchester.ac.uk2012-08-041-47/+54
* | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdonal.k.fellows@manchester.ac.uk2012-07-311-3/+5
* | [Bug 3398794]: Use Tcl errors in scripts, not panics.donal.k.fellows@manchester.ac.uk2011-08-301-0/+26
|\ \ | |/
| * [Bug 3398794]: Use Tcl errors in scripts, not panics.donal.k.fellows@manchester.ac.uk2011-08-301-0/+26
* | More generation of errorCodes ([interp], [lset], [load], [unload]).donal.k.fellows@manchester.ac.uk2011-04-021-82/+79
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-17/+16
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreask@activestate.com2008-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...andreask@activestate.com2006-11-281-1/+7
| | * * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the wordsdgp@users.sourceforge.net2003-05-121-2/+8
| | * * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp@users.sourceforge.net2003-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.andreask@activestate.com2010-11-151-5/+104
| * | [Bug 2895741]: Make min() and max() supported in safe interpreters.donal.k.fellows@manchester.ac.uk2009-12-291-1/+18
| * | [Bug 2891362]: Make time limits work better with the event loop.donal.k.fellows@manchester.ac.uk2009-12-281-2/+12
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreask@activestate.com2008-07-211-3/+7
| * | * generic/tclInterp.c: Fixed completely boneheaded mistake thatdgp@users.sourceforge.net2008-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.andreask@activestate.com2010-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:donal.k.fellows@manchester.ac.uk2010-03-051-9/+9
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)donal.k.fellows@manchester.ac.uk2010-02-241-16/+21
* | | [Bug 2895741]: Make min() and max() supported in safe interpreters.donal.k.fellows@manchester.ac.uk2009-12-291-1/+18
* | | [Bug 2891362]: Make time limits work better with the event loop.donal.k.fellows@manchester.ac.uk2009-12-281-3/+14
* | | Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-161-5/+5
* | | * generic/tclBasic.c: Fixed things so that you can tailcallMiguel Sofer2009-12-051-2/+2
* | | * generic/tclInterp.c (SlaveEval): Agressive stomping of internal repsdgp@users.sourceforge.net2009-10-061-17/+4
* | | * generic/tclBasic.c: fixed "leaks" in aliases, imports andMiguel Sofer2009-03-211-1/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-6/+6
* | | Fix for [Bug 2544618]Joe Mistachkin2009-02-061-6/+6
* | | * generic/tclInterp.c: Reverted the conversion of [interp] into andgp@users.sourceforge.net2009-02-021-956/+441
* | | * generic/tclInterp.c: Convert the [interp] command into adgp@users.sourceforge.net2009-01-291-441/+956
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...donal.k.fellows@manchester.ac.uk2009-01-091-7/+6
* | | TIP #337 IMPLEMENTATIONdgp@users.sourceforge.net2008-12-091-3/+3
* | | Implement TIP#307.donal.k.fellows@manchester.ac.uk2008-12-051-9/+9
* | | Add "const" to many internalnijtmans2008-10-161-17/+17
* | | * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-031-5/+2
* | | Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-2/+1
* | | Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-8/+11
* | | just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-8/+8