summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-1/+5
* TIP#270 IMPLEMENTATIONdgp2006-11-151-15/+15
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-3/+3
* * generic/tclParseExpr.c (removed): Moved all the code ofdgp2006-11-091-1/+1051
* * generic/tclCompExpr.c: Removed much complexity that isdgp2006-09-051-292/+88
* * generic/tclCompExpr.c: Corrected flawed logic fordgp2006-08-311-1/+3
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-4/+4
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+3
* ANSIfy; generic/*.c now all done except for test codedkf2005-11-021-43/+42
* TIP#237 IMPLEMENTATIONdgp2005-10-081-16/+1
* * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-3/+2
* Getting more systematic about styledkf2005-07-171-271/+267
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-72/+31
* Core of implementation of TIP#201 ('in' and 'ni' operators)dkf2004-10-081-1/+5
* * generic/tclBasic.c:dgp2004-10-061-12/+9
* Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-261-13/+4
* 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