summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
Commit message (Expand)AuthorAgeFilesLines
* * 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-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
* 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
* Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the useMiguel Sofer2001-09-131-39/+94
* Patch for bug #420507Miguel Sofer2001-05-031-2/+2
* * tests/subst.test: added tests for non-zero return code handlinghobbs2000-11-011-6/+42
* * generic/tclIOUtil.c: changed Tcl_Alloc to ckallochobbs1999-11-101-1/+36
* * win/Makefile.in: Added COMPILE_DEBUG_FLAGS macro to make itstanton1999-08-121-1/+13
* * tclParse.c: fixed bug in info complete regarding nested squarehobbs1999-07-301-2/+5
* Removed patch for bug 2382, for info complete.redman1999-07-231-3/+2
* Applied patch for info complete. [Bug: 2382]redman1999-07-221-2/+3
* Improved support for empty array nameswelch1999-07-021-3/+9
* * generic/tclParse.c (Tcl_ParseCommand): Changed to avoidstanton1999-05-041-4/+10
* * Merged changes from 8.1.0 branchstanton1999-04-301-19/+12
* 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-5/+18
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-629/+1915
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+938