summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-241-5/+1
* | | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are nowmsofer2008-09-011-20/+29
* | | NRE-enable non-compiled [foreach]. [Bug 2017632]dkf2008-08-241-102/+207
* | | * generic/tclBasic.c: Implementation of [coroutine] and [yield]msofer2008-08-171-3/+3
* | | nr-enabling [for]; [while] made to reuse [for]'s infrastructure.msofer2008-07-311-36/+87
* | | * generic/tclBasic.c: NR-enabling [catch]msofer2008-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]msofer2008-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...msofer2007-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
* | Clean up uses of cast NULLs.dkf2006-11-021-22/+22
* | * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-11/+12
* | Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-3/+3
* | * generic/tclCmdAH.c: Removed dead code that was old implementationdgp2006-06-201-484/+1
* | comment adjustmentdgp2006-03-231-2/+1
* | TIP#258 IMPLEMENTATIONdgp2006-02-081-8/+13
* | * win/Makefile.in, win/makefile.vc: Add Win x64 and CE build supporthobbs2005-12-081-15/+4
* | * generic/tclBinary.c:msofer2005-11-041-8/+1
* | TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+4
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-24/+11
* | * generic/tclInt.h: New internal routines TclFormatObj()dgp2005-09-091-1/+18
* | More whitespace cleansing and _ANSI_ARGS_ purgingdkf2005-08-261-185/+133
* | oops; how did I reorder those fields? :-(dkf2005-07-171-2/+2
* | Getting more systematic about styledkf2005-07-171-757/+784
* | Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-10/+17
* | Add missing return in wrong#args casedkf2005-06-071-1/+2
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232kennykb2005-05-101-1/+1
* | * generic/tclBasic.c: Added unsupported commanddgp2005-04-191-1/+40
* | * generic/tclInt.h (TclGetEncodingFromObj): New function todgp2005-04-081-9/+6
* | * generic/tclThread.c: Typo police. Fixed some nitsandreas_kupries2005-01-211-2/+2
* | TIP #221 IMPLEMENTATIONdgp2004-11-131-3/+3
* | * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):dgp2004-10-211-44/+15