summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()dgp2008-05-211-5/+8
* | | Code Audit results:dkf2010-03-051-3/+3
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-77/+82
* | | CONST -> constnijtmans2009-12-251-1/+1
* | | * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simpledgp2009-09-171-81/+20
* | | * generic/tclParse.c Corrected line counting error in multi-commanddgp2009-09-071-0/+4
* | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-24/+37
* | | fix warningsdas2009-08-251-1/+1
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-8/+123
* | | * generic/tclParse.c: Coding standards fixups.dgp2008-12-011-17/+19
* | | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li...ferrieux2008-11-271-43/+23
* | | Simplification of expanded-literals handling after analysis of dead branchesferrieux2008-11-191-3/+3
* | | Fix [Bug 2251175]: missing backslash substitution on expanded literals.ferrieux2008-11-171-3/+36
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-4/+4
* | | * generic/tclParse.c: move TclResetCancellation to be called onJoe Mistachkin2008-09-171-2/+2
* | | * generic/tclParse.c: fixing incomplete reversion of "fix" forMiguel Sofer2008-07-151-1/+2
* | | * generic/tclParse.c: reverting the "fix" for [Bug 2017583],Miguel Sofer2008-07-141-3/+10
* | | * generic/tclParse.c: Remove unneeded TclInterpReady callMiguel Sofer2008-07-141-7/+4
* | | * generic/tclBasic.c.: Embedded Tcl_Canceled() calls intoMiguel Sofer2008-07-141-4/+1
* | | remove unused variableMiguel Sofer2008-07-141-3/+1
* | | * generic/tclParse.c: remove unnecessary numLevel managementMiguel Sofer2008-07-141-5/+1
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-1/+6
* | | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()dgp2008-05-211-4/+7
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-2/+2
|/ /
* | 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