summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-47/+56
* Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-261-450/+119
* * generic/tclCompCmds.c: Tolerate [append] syntax errorsdgp2004-09-221-6/+2
* Fix for my bozo-ness. [Bug 898910]dkf2004-02-171-2/+2
* Minor comment improvementsdkf2004-01-201-5/+6
* Full bytecode compilation for [lassign]dkf2004-01-181-1/+121
* Patch 876451: restores performance of [return]. Also allows formsdgp2004-01-131-57/+103
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-4/+4
* Whitespace policedkf2003-10-301-103/+96
* * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371dgp2003-07-151-3/+6
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-5/+6
* corrected comment about the default matching mode for [switch].dgp2003-05-011-3/+4
* Default mode of operation of [switch] is exact matching. [Bug 727563]dkf2003-04-281-2/+2
* * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits ofdgp2003-04-071-4/+4
* * generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return]dgp2003-04-031-9/+1
* Stopped some GCC possibly-uninit-variable warnings.dkf2003-03-201-3/+3
* * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix fordgp2003-03-191-20/+3
* * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-131-2/+2
* Replaced a non-portable 'bzero' with a portable 'memset'. [Bug 698442].Kevin B Kenny2003-03-061-2/+2
* The [switch] command is now bytecode compiled, at least in the most commondkf2003-03-051-19/+401
* * generic/tclCompCmds.c (TclCompileIncrCmd):mdejong2003-02-071-5/+1
* * generic/tclCompCmds.c: Removed an unused variable that caused Kevin B Kenny2003-02-011-13/+2
* * generic/tclCompCmds.c (TclCompilerReturnCmd): Corrected off-by-onedgp2003-01-091-5/+8
* * generic/tclCompCmds.c (TclCompileReturnCmd):dgp2003-01-081-1/+15
* * generic/regexpComp.test: added tests 22.*hobbs2002-11-141-32/+45
* * generic/tclCompCmds.c (TclCompileRegexpCmd): correct thehobbs2002-09-301-25/+29
* 2002-08-26 Miguel Sofer <msofer@users.sourceforge.net>Miguel Sofer2002-08-261-52/+76
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-154/+117
* * generic/tclCompCmds.c (TclCompileCatchCmd): returnMiguel Sofer2002-07-031-7/+2
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-111-126/+7
* Fix for [info locals] bug #567386; added compile functions forMiguel Sofer2002-06-111-1/+174
* * generic/tclCompCmds.c (TclCompileStringCmd): removed errorhobbs2002-05-291-7/+1
* bugfix to the bugfix to the new [for] compiled codeMiguel Sofer2002-02-261-3/+5
* fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while].Miguel Sofer2002-02-251-21/+25
* Optimising [if], [for] and [while] for constant conditionsMiguel Sofer2002-02-221-193/+273
* * generic/tclCompCmds.c (TclCompileRegexpCmd): made early checkhobbs2002-02-071-6/+31
* * tests/regexpComp.test:hobbs2002-01-301-29/+64
* * tests/regexpComp.test (new):hobbs2002-01-291-18/+132
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-8/+8
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-2/+2
* small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLATMiguel Sofer2001-12-111-11/+3
* removed overestimates of necessary stack depth for bytecodes in theMiguel Sofer2001-12-111-2/+9
* fixed the calculation of the maximal stack depth required by bytecodes [Bug 4...Miguel Sofer2001-12-101-234/+53
* patch for [Bug 483309]Miguel Sofer2001-11-191-1/+2
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-15/+293
* * generic/tclCompCmds.c (TclCompileStringCmd): INST_STR_MATCH -hobbs2001-09-191-15/+75
* * generic/tcl.h: added TclCompileListCmd headerhobbs2001-09-011-2/+84
* * generic/tclCompCmds.c (TclPushVarName): noted 'static' defn.hobbs2001-08-281-2/+2
* * tests/stringComp.test: added string-1.3hobbs2001-08-251-2/+3
* Fixed overagressive compilation of [catch], [Bug #219184]Miguel Sofer2001-08-221-4/+21