summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* Turned the [array] command into a true ensemble. Test changes indicate somedkf2010-02-021-5/+5
* Make the [unset] command be bytecode compiled.dkf2010-01-301-2/+2
* * generic/tclBasic.c: Fix lerak of coroutines on namespacemsofer2010-01-031-3/+2
* Move declarations to the top of the file, add boilerplate comments to somedkf2009-12-241-190/+203
* * generic/tclBasic.c: Fix for bad cmd resolution by coroutinesmsofer2009-12-191-1/+2
* fix commentmsofer2009-12-131-7/+5
* remove accidentally committed c++ style temp commentsmsofer2009-12-131-3/+1
* * generic/tclBasic.c: Release TclPopCallFrame() from itsmsofer2009-12-131-7/+13
* * generic/tclBasic.c: Moving TclBCArgumentRelease callmsofer2009-12-131-11/+1
* fix commentmsofer2009-12-111-4/+3
* simplify the coroutine BP-chain monkey-patching; tclBasic does not need tomsofer2009-12-111-3/+1
* * generic/tclBasic.c: Full nre-enabling of coroutinesmsofer2009-12-101-11/+2
* * generic/tclBasic.c: small cleanupmsofer2009-12-101-24/+23
* reorganization and better comments in TclNRCoroutineObjCmd()msofer2009-12-101-49/+46
* * generic/tclBasic.c: Reducing the # of moving parts formsofer2009-12-101-24/+3
* * generic/tclBasic.c: Reducing the # of moving parts formsofer2009-12-101-23/+1
* remove accidentally committed C++ style commentsmsofer2009-12-091-3/+1
* * generic/tclBasic.c: Insure correct lifetime of varFrame'smsofer2009-12-091-7/+15
* Add missing Tcl_SetErrorCode calls.dkf2009-12-091-24/+35
* added comment confessing my puzzlementmsofer2009-12-081-1/+8
* minor cleanupmsofer2009-12-081-10/+7
* baby steps towards nre-enabling coroutine first runmsofer2009-12-081-28/+8
* * generic/tclBasic.c: Partial nre-enabling of coroutines.msofer2009-12-081-38/+49
* Small corrections (enforcing ANSI style declarations, etc.)dkf2009-12-081-133/+145
* * generic/tclBasic.c: arrange for [tailcall] to be created withmsofer2009-12-071-8/+2
* * generic/tclBasic.c: add ::tcl::unsupported::yieldTomsofer2009-12-071-5/+66
* missing declarationmsofer2009-12-071-1/+2
* factoring TclSpliceTailcall out of TclPopStackFramemsofer2009-12-061-1/+52
* * generic/tclBasic.c: Small changes for clarity in tailcallmsofer2009-12-061-10/+32
* * generic/tclBasic.c: Fixed things so that you can tailcallmsofer2009-12-051-1/+2
* Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-12/+12
* Revert mistaken commitdgp2009-11-161-7/+1
* (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta...ferrieux2009-11-161-1/+7
* * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECTandreas_kupries2009-11-101-9/+9
* * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement ofandreas_kupries2009-11-091-8/+7
* [Bug 2889593]: Make [expr round()] give the right error.dkf2009-10-311-2/+2
* * generic/tclBasic.c: Completed the NR-enabling of [subst].dgp2009-09-111-2/+2
* * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-2/+2
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-14/+148
* TIP #353 IMPLEMENTATIONdgp2009-08-121-2/+2
* Added *unsupported* command to report an object's representation.dkf2009-08-021-2/+4
* fix SunCC warningdas2009-07-231-2/+2
* * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-2/+2
* fix 64bit int <-> ptr cast warningsdas2009-07-141-3/+3
* * generic/tclInt.h (TclNRSwitchObjCmd):kennykb2009-07-141-2/+2
* * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-141-70/+150
* Fix [Bug 2414858].dkf2009-05-081-1/+9
* * generic/tclBasic.c: Let coroutines start with a much smallermsofer2009-05-081-3/+8
* * generic/tclBasic.c (TclObjInvoke): Make sure that a null objProcmsofer2009-04-301-2/+7
* * generic/tclBasic.c: NR-enable the handling of unknown commandsmsofer2009-03-221-19/+44