summaryrefslogtreecommitdiffstats
path: root/tests/parse.test
Commit message (Expand)AuthorAgeFilesLines
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* Revised TclFindElement() interface.dgp2011-05-021-0/+6
|\
| * Tests for expanded literals quoting detection.dgp2011-05-021-0/+12
* | * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp2011-03-061-0/+38
|\ \ | |/
| * * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp2011-03-061-0/+38
| |\
| | * * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp2011-03-061-0/+38
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | 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
| | * * README: Bump version number to 8.4.13 and updatedgp2006-03-071-1/+2
| | * * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags todgp2006-03-061-2/+22
| | * * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-281-10/+45
| | * * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard):dgp2005-03-181-1/+47
| | * More elimination of dup test numbers [Bugs 710365, 710369]dkf2003-03-271-2/+2
| * | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()dgp2008-05-211-1/+5
* | | * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simpledgp2009-09-171-22/+9
* | | * generic/tclBasic.c: Completed the NR-enabling of [subst].dgp2009-09-111-2/+2
* | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-4/+4
* | | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li...ferrieux2008-11-271-2/+2
* | | Fix [Bug 2251175]: missing backslash generic/tclCompCmds.c substitution on ex...ferrieux2008-11-171-1/+7
* | | * generic/tclParse.c: reverting the "fix" for [Bug 2017583],Miguel Sofer2008-07-141-3/+3
* | | * generic/tclParse.c: remove unnecessary numLevel managementMiguel Sofer2008-07-141-3/+3
* | | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-3/+3
* | | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()dgp2008-05-211-1/+5
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Add missing constraintsdgp2007-06-041-3/+3
* | * generic/tclBasic.c: Removed code that dealt withdgp2007-05-301-2/+2
* | * tests/parse.test: Add two backslash newline parse tests.mdejong2007-03-151-1/+7
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-38/+38
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-16/+16
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-13/+10
* | * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags todgp2006-03-061-2/+23
* | * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-281-1/+35
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limitdgp2005-03-181-1/+47
* | * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit valuedgp2004-10-011-3/+3
* | * generic/tclParse.c: Corrected faulty check for trailing whitedgp2003-11-241-1/+12
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-170/+251
* | * tests/async.test: Added several tests that demonstrate Tcldgp2003-07-241-3/+3
* | Added further coverage tests.dgp2003-04-011-1/+41
* | * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] faileddgp2003-04-011-2/+4
* | * tests/parse.test (parse-18.*): Coverage tests for the newdgp2003-03-311-1/+68
* | More elimination of dup test numbers [Bugs 710365, 710369]dkf2003-03-271-2/+2
|/
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-1/+5
* remove excess EOF whitespacehobbs2003-02-111-14/+1
* * generic/tclParse.cMiguel Sofer2003-02-111-1/+5
* Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the useMiguel Sofer2001-09-131-1/+5
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* * win/Makefile.in: Added COMPILE_DEBUG_FLAGS macro to make itstanton1999-08-121-10/+13
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3