summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
* With no callers left, TclIsLocalScalar() is removed.dgp2014-12-191-50/+0
* Stop using isalnum(.). Its results are not portable. Replace with ourdgp2014-12-041-4/+43
* I like this patch better. Retain the byte orientation of the parser.dgp2014-11-261-17/+4
* One way to fix the parser of $-substitution accepting non-ASCII varnames.dgp2014-11-251-0/+3
* Demonstrate and fix memory leak in Tcl_ParseVar().dgp2013-07-241-0/+1
* Tests for expanded literals quoting detection.dgp2011-05-021-3/+5
* Revised TclFindElement() interface.dgp2011-05-021-21/+13
* New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-1/+25
* Rewrites to eliminate isspace() calls.dgp2011-03-161-13/+8
* * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-2/+2
|\
* \ * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp2011-03-061-2/+2
|\ \ | |/
| * * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp2011-03-061-2/+2
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-281-1/+9
| * * 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-8/+8
| * * generic/tclParse.c (Tcl_ParseCommand): also return an error ifMiguel Sofer2006-09-241-2/+2
* | 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