summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-231-1/+2
* | | * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-301-3/+1
* | | * generic/tclBasic.c: Redesign of [tailcall] toMiguel Sofer2010-08-181-17/+6
* | | Code Audit results:dkf2010-03-051-2/+1
* | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-3/+6
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-2/+2
* | | Make interpreted [for] and [while] NRE-safe. [Bug 2823276]dkf2009-08-191-61/+121
* | | Change ForIterData, make it const-safe.nijtmans2009-08-161-2/+2
* | | TIP #353 IMPLEMENTATIONdgp2009-08-121-9/+34
* | | minor cleanupsdgp2009-07-241-2/+2
* | | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-141-16/+27
* | | * generic/tclBasic.c: Fix for (among others) [Bug 2699087]Miguel Sofer2009-03-211-1/+15
* | | - eliminate some unnessary type castsnijtmans2009-02-031-4/+4
* | | More coding style improvements.dkf2009-01-041-40/+40
* | | oopsdkf2008-12-061-1/+2
* | | Partial fix for [Bug 2388866]dkf2008-12-061-1/+13
* | | TIP #336 IMPLEMENTATIONdgp2008-12-021-6/+7
* | | Implementation of TIP #210.dkf2008-11-291-5/+154
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-2/+2
* | | * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE inMiguel Sofer2008-10-231-2/+2
* | | * generic/tclCompile.h: Declare the internal tclInstructionTabledgp2008-10-171-2/+2
* | | * generic/tclCmdAH.c: Fix minor compiler warnings when compilingnijtmans2008-10-141-7/+7
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-241-5/+1
* | | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are nowMiguel Sofer2008-09-011-20/+29
* | | NRE-enable non-compiled [foreach]. [Bug 2017632]dkf2008-08-241-102/+207
* | | * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-171-3/+3
* | | nr-enabling [for]; [while] made to reuse [for]'s infrastructure.Miguel Sofer2008-07-311-36/+87
* | | * generic/tclBasic.c: NR-enabling [catch]Miguel Sofer2008-07-311-3/+30
* | | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+8
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-2/+2
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-2/+2
* | | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-3/+2
* | | Small clarifications that code a bit nicer to read.dkf2008-05-301-1/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-24/+24
|/ /
* | missing char in error messagedgp2008-03-141-2/+2
* | * generic/tclCmdAH.c: Revised direct evaluation implementation ofdgp2008-03-071-6/+9
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-6/+6
* | * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-4/+4
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-41/+44
* | Reduce number of StackAlloc and StackFree calls.dgp2007-03-231-26/+16
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arraysdgp2007-03-221-39/+28
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing awaydgp2007-03-011-5/+5
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to makedgp2007-03-011-26/+28
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copyingdgp2007-02-261-33/+6
* | Function header/whitespace police/general format fixesdkf2007-02-061-121/+147
* | * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-8/+20
* | TIP#270 IMPLEMENTATIONdgp2006-11-151-7/+7
* | * generic/tclCmdAH.c: Further revisions to produce the routinesdgp2006-11-021-7/+3
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-8/+7