summaryrefslogtreecommitdiffstats
path: root/generic/tclParseExpr.c
Commit message (Expand)AuthorAgeFilesLines
* Created branch dgp-refactor-merge-syntheticdgp_refactor_mergedgp_refactor_merge_syntheticcvs2fossil2011-01-251-0/+1080
* * generic/tclParseExpr.c (removed): Moved all the code ofdgp2006-11-091-1075/+0
* TIP#274 IMPLEMENTATIONdgp2006-11-051-2/+6
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-15/+15
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-27/+18
* * generic/tclParseExpr.c: Dropped the old expr parser.dgp2006-08-301-1965/+8
* silence compiler warndgp2006-08-291-2/+2
* undo mistaken commitdgp2006-08-291-2/+2
* * generic/tclParseExpr.c: Use the "parent" field ofdgp2006-08-291-6/+11
* * generic/tclStringObj.c: Revised ObjPrintfVA to take caredgp2006-08-281-8/+5
* * generic/tclParseExpr.c: Minimal collection of new testsdgp2006-08-231-43/+36
* * generic/tclParseExpr.c: Revised mistaken call todgp2006-08-211-7/+12
* * generic/tclCompile.c: Revised the new set of expressiondgp2006-08-171-103/+82
* * generic/tclParseExpr.c: Replace PrecedenceOf() functiondgp2006-08-161-76/+14
* * generic/regc_locale.c (cclass):das2006-07-201-2/+2
* Improvements to error context messagesdgp2006-07-051-3/+9
* * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-051-8/+1142
* 2005-12-19 Don Porter <dgp@users.sourceforge.net>dgp2005-12-191-2/+2
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-2/+2
* Convert to using ANSI decls/definitions and using the (ANSI) assumption that ...dkf2005-10-311-72/+74
* * generic/tclClock.c: Removed some dead code.dgp2005-10-191-63/+1
* TIP#237 IMPLEMENTATIONdgp2005-10-081-119/+11
* Systematizing the formattingdkf2005-07-211-551/+552
* * generic/tclParseExpr.c: Corrected parser to recognize alldgp2005-05-201-59/+36
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-43/+26
* * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-11/+11
* Core of implementation of TIP#201 ('in' and 'ni' operators)dkf2004-10-081-6/+32
* Stop words starting with 'eq' or 'ne' from being subdivided by the expressiondkf2004-10-041-3/+5
* Patch 922727 committed. Implements three changes:dgp2004-04-061-4/+2
* * generic/tclInt.h (TclParseInit): Factored the common codedgp2004-03-041-14/+2
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-14/+7
* TIP#123 Implementation based on work by Arjen Markus. [Patch 655176]dkf2003-09-121-7/+83
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-2/+15
* * generic/tclParseExpr.c (TclParseInteger): Return 1 for thedgp2002-12-111-2/+4
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-172/+256
* Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000]dkf2002-07-221-2/+3
* LogSyntaxError() should reset the interpreter resultjenglish2002-06-211-1/+2
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-1/+5
* More expr syntax error improvementsdkf2001-12-061-15/+43
* Improved messages produced on getting a syntax error in an expressiondkf2001-12-041-46/+92
* removed unnecessary inclusions of tclCompile.h [Patch 466823]Miguel Sofer2001-10-011-2/+1
* Recognise the non-numeric boolean literals (true,false,yes,no,on,off.)dkf2001-04-091-3/+47
* * doc/expr.n:hobbs2000-05-091-6/+36
* * tests/expr-old.test:hobbs1999-12-041-2/+22
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-2/+2
* Resynced with mainline.rjohnson1999-04-211-1/+1
* merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows ...surles1999-04-211-1/+7
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+1826