summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
* Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-31/+45
* Increase efficiency of [lindex] compilationdkf2005-06-011-3/+32
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-10/+5
* * generic/tclCompCmds.c: Factored common efficiency trick intodgp2005-05-051-91/+32
* * generic/tclCompCmds.c: Replaced all instance ofdgp2005-05-051-90/+90
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-221-3/+3
* * generic/tclBasic.c: Updated callers to call new routine.dgp2005-04-211-3/+3
* Improved [switch] compilation.dkf2005-04-081-122/+189
* * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checksdgp2005-03-181-15/+11
* * generic/tclCompCmds.c: removed debugging lineMiguel Sofer2005-03-101-2/+1
* * 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