summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
Commit message (Expand)AuthorAgeFilesLines
* silence compiler warningsdgp2009-08-261-2/+2
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-7/+123
* * generic/tclParse.c: Backport fix for [Bug 2251175].dgp2008-12-011-10/+26
* * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()dgp2008-05-211-5/+8
* Reconcile coding style issues between branchesdgp2008-01-231-7/+9
* * generic/tclInt.h: New macro TclGrowParseTokenArray() todgp2008-01-231-66/+14
* merge stable branch onto HEADdgp2007-12-131-1/+1
* More minor cleanupdkf2007-11-181-127/+124
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-3/+3
* * generic/tclParse.c (Tcl_ParseBraces): fix for possible readMiguel Sofer2007-10-151-2/+2
* * generic/tclParse.c: In contexts where interp and parsePtr->interpdgp2007-07-191-20/+20
* * generic/tclBasic.c: Move most instances of the Tcl_Parse structdgp2007-06-211-75/+79
* * generic/tclParse.c: fix for uninit read [Bug 1732414].Miguel Sofer2007-06-061-2/+3
* * generic/tclBasic.c: Removed code that dealt withdgp2007-05-301-53/+138
* * unix/configure: autoconf-2.59 (FC6 fork)dgp2007-05-181-15/+1
* Reformat to standard function definition formdkf2007-04-101-24/+27
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-9/+10
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-8/+55
* * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-9/+15
* * generic/tclParse.c (Tcl_ParseCommand): also return an error ifMiguel Sofer2006-09-241-2/+2
* * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-051-16/+48
* ANSIfy; generic/*.c now all done except for test codedkf2005-11-021-111/+110
* * generic/tclParse.c (Tcl_ParseCommand): add code that recognizeshobbs2005-10-041-15/+23
* Systematizing the formattingdkf2005-07-211-808/+869
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-35/+35
* * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limitdgp2005-03-181-4/+11
* * generic/tclParse.c (Tcl_SubstObj): Fix for failed subst-12.3 test.dgp2004-10-261-2/+2
* Braces round if bodies...dkf2004-10-061-2/+3
* * generic/tclParse.c (Tcl_SubstObj): leak fix by dgp, releaseMiguel Sofer2004-07-121-1/+2
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* * generic/tclParse.c (TclParseInit): Modified TclParseInit sodgp2004-03-081-8/+5
* * generic/tclInt.h (TclParseInit): Factored the common codedgp2004-03-041-15/+12
* * generic/tclParse.c (InitParse): Factored the common codedgp2004-03-041-45/+45
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-2/+2
* * generic/tclParse.c: Corrected faulty check for trailing whitedgp2003-11-241-2/+4
* Added cast to suppress compiler warning.dgp2003-11-151-2/+2
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-4/+38
* Typo fixdkf2003-11-021-2/+2
* * generic/tclParse.c (TclSubstTokens): Moved declaration ofdgp2003-04-021-2/+2
* * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-131-8/+451
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-3/+19
* * generic/tclParse.c (CommandComplete): more paranoid check tohobbs2003-02-111-2/+2
* * generic/tclParse.cMiguel Sofer2003-02-111-2/+2
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-352/+632
* Cleanup and simplificationdkf2002-07-191-26/+26
* * generic/tclParse.c (Tcl_ParseVar): conditionally incr objhobbs2002-04-121-2/+10
* * Updated APIs in generic/tclParse.c according to the guidelinesdgp2002-01-171-2/+2
* Code reorganisation: moving all eval functions from tclParse.c to tclBasic.cMiguel Sofer2001-11-191-905/+2
* Code reordering; execution levels made consistent [Bug 480896].Miguel Sofer2001-11-161-44/+44