summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* Patch 922727 committed. Implements three changes:dgp2004-04-061-4/+2
* improved commentsMiguel Sofer2004-01-121-10/+6
* * generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes.Miguel Sofer2004-01-121-17/+12
* Fix a comment.Miguel Sofer2004-01-121-3/+2
* * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewerMiguel Sofer2004-01-121-35/+44
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-5/+5
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-9/+7
* TIP#123 Implementation based on work by Arjen Markus. [Patch 655176]dkf2003-09-121-1/+3
* * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-131-2/+2
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-2/+2
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-34/+23
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-2/+2
* LogSyntaxError() should reset the interpreter resultjenglish2002-06-211-1/+2
* cleanup in [expr] compilerMiguel Sofer2002-05-301-51/+1
* removed overestimates of necessary stack depth for bytecodes in theMiguel Sofer2001-12-111-2/+13
* fixed the calculation of the maximal stack depth required by bytecodes [Bug 4...Miguel Sofer2001-12-101-54/+12
* * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ,hobbs2000-05-261-3/+3
* * doc/expr.n:hobbs2000-05-091-2/+8
* 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-1968/+630
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+2386