summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* * 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):Kevin B Kenny2009-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 smallerMiguel Sofer2009-05-081-3/+8
* * generic/tclBasic.c (TclObjInvoke): Make sure that a null objProcMiguel Sofer2009-04-301-2/+7
* * generic/tclBasic.c: NR-enable the handling of unknown commandsMiguel Sofer2009-03-221-19/+44
* * generic/tclBasic.c: fixed "leaks" in aliases, imports andMiguel Sofer2009-03-211-2/+7
* * generic/tclBasic.c: Fix for (among others) [Bug 2699087]Miguel Sofer2009-03-211-23/+33
* * generic/tcl.h:Miguel Sofer2009-03-191-53/+49
* * generic/tclBasic.c (TclNRCoroutineObjCmd): fix Tcl_Obj leak.Miguel Sofer2009-03-111-2/+1
* Move the implementation of [try] from Tcl to C. Not yet bytecoded.dkf2009-03-091-1/+2
* - eliminate some unnessary type castsnijtmans2009-02-031-10/+10
* Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c wheredkf2009-01-281-40/+44
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverteddgp2009-01-141-1/+10
* Move [throw] implementation into C.dkf2009-01-131-1/+2
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequencedgp2009-01-121-11/+1
* Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-4/+3
* Make [source] NRE-aware to enable [yield]. [Bug 2412068]dkf2009-01-051-2/+2
* don't use ckfree((void *)...) butnijtmans2008-12-171-3/+3
* Make a bad zlib install less fatal to rest of Tcl for now.dkf2008-12-121-1/+8
* First hack at TIP#234dkf2008-12-111-1/+5
* Implement TIP#335dkf2008-12-051-1/+25
* CONSTify TclDTraceInfonijtmans2008-10-281-17/+17
* Check syntax of [info coroutine] args, i.e. there are none.dkf2008-10-191-39/+36
* * generic/tclBasic (TclInfoCoroutineCmd):Miguel Sofer2008-10-081-5/+8
* * generic/tclBasic.c: Move [tailcall], [coroutine] andMiguel Sofer2008-10-071-22/+15
* Implemented TIP#195 - tcl::prefix command. [Patch 1040206]dkf2008-10-031-1/+2
* TIP #330 IMPLEMENTATIONdgp2008-10-021-3/+3
* * generic/tclBasic.c: Fix the numLevels computations onMiguel Sofer2008-09-281-4/+14
* * generic/tclBasic.c: move TclResetCancellation to be called onMiguel Sofer2008-09-171-2/+16
* * tests/nre.test: add missing constraints; enable test of foreachMiguel Sofer2008-09-101-3/+2
* * generic/tclBasic.c (InfoCoroutine):Miguel Sofer2008-08-261-1/+32
* * generic/tclBasic.c (NRInterpCoroutine): store the caller'sMiguel Sofer2008-08-251-2/+2
* NRE-enable non-compiled [foreach]. [Bug 2017632]dkf2008-08-241-2/+2
* * generic/tclBasic.c: Removed unused var; fixed functionMiguel Sofer2008-08-231-3/+1
* * generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY,Miguel Sofer2008-08-231-1/+3
* * generic/tclBasic.c: Set a special COROUTINE_BUSY errorcodeMiguel Sofer2008-08-231-1/+2
* * generic/tclBasic.c: Previous fix, now done right.Miguel Sofer2008-08-211-10/+1
* * generic/tclBasic.c: Fix the cmdFrame level count inMiguel Sofer2008-08-211-7/+21
* Added casts to make MSVC happy and re-enable the debug build.patthoyts2008-08-201-2/+2
* General whitespace/style policingdkf2008-08-201-281/+271
* * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-171-3/+443
* #define DTraceCmdReturn when USE_DTRACE is not defineddas2008-08-141-1/+3
* * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probesdas2008-08-141-14/+92