summaryrefslogtreecommitdiffstats
path: root/tests/parse.test
Commit message (Expand)AuthorAgeFilesLines
* Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-1/+1
* [d2ffcca163] Limit parsing results that are documented to accept only ASCII c...dgp2014-12-051-0/+3
|\
| * One way to fix the parser of $-substitution accepting non-ASCII varnames.dgp2014-11-251-0/+3
* | update changes; more test suite polishing.dgp2014-11-071-1/+1
* | Make sure all uses of the [testbytestring] command are constrained.dgp2014-11-071-2/+4
* | Modify the "gettimes" test-command to use the Tcl_Obj API. jan.nijtmans2014-07-161-14/+15
* | Test for TclContinuationsGet() usage, and simplifications.dgp2013-08-071-0/+6
* | Demonstrate and fix memory leak in Tcl_ParseVar().dgp2013-07-241-0/+21
|\ \ | |/
| * Demonstrate and fix memory leak in Tcl_ParseVar().dgp2013-07-241-0/+21
* | Better testevent cleanup and event loop managementdgp2013-01-311-3/+2
* | missing testevent deletedgp2013-01-301-1/+1
* | For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fixdgp2013-01-301-11/+11
|\ \ | |/
| * For Parse/eval, select modernizations from Patrick Fradin.dgp2013-01-301-11/+11
* | Test for Bug 1884496 (not buggy on trunk).dgp2013-01-111-0/+9
* | 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