summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclCompCmds.c (TclCompileStringCmd): fixed mem leak whenhobbs2001-06-281-1/+2
* * generic/tclBasic.c: added new CompileProc invocations to basichobbs2001-05-171-306/+694
* * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ,hobbs2000-05-261-37/+120
* * generic/tclInt.h: Added function prototypes forericm2000-05-231-1/+280
* * generic/tclCmdIL.c (InfoBodyCmd): made [info body] return ahobbs2000-01-211-12/+36
* * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it onlyhobbs1999-10-291-3/+22
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-2/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+1980