summaryrefslogtreecommitdiffstats
path: root/tests/parse.test
Commit message (Expand)AuthorAgeFilesLines
* [d2ffcca163] Limit parsing results that are documented to accept only ASCII c...dgp@users.sourceforge.net2014-12-051-0/+3
|\
| * One way to fix the parser of $-substitution accepting non-ASCII varnames.dgp@users.sourceforge.net2014-11-251-0/+3
* | update changes; more test suite polishing.dgp@users.sourceforge.net2014-11-071-1/+1
* | Make sure all uses of the [testbytestring] command are constrained.dgp@users.sourceforge.net2014-11-071-2/+4
* | Modify the "gettimes" test-command to use the Tcl_Obj API. nijtmans@users.sourceforge.net2014-07-161-14/+15
* | Test for TclContinuationsGet() usage, and simplifications.dgp@users.sourceforge.net2013-08-071-0/+6
* | Demonstrate and fix memory leak in Tcl_ParseVar().dgp@users.sourceforge.net2013-07-241-0/+21
|\ \ | |/
| * Demonstrate and fix memory leak in Tcl_ParseVar().dgp@users.sourceforge.net2013-07-241-0/+21
* | Better testevent cleanup and event loop managementdgp@users.sourceforge.net2013-01-311-3/+2
* | missing testevent deletedgp@users.sourceforge.net2013-01-301-1/+1
* | For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fixdgp@users.sourceforge.net2013-01-301-11/+11
|\ \ | |/
| * For Parse/eval, select modernizations from Patrick Fradin.dgp@users.sourceforge.net2013-01-301-11/+11
* | Test for Bug 1884496 (not buggy on trunk).dgp@users.sourceforge.net2013-01-111-0/+9
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...nijtmans@users.sourceforge.net2012-07-291-0/+3
* | Revised TclFindElement() interface.dgp@users.sourceforge.net2011-05-021-0/+6
|\ \ | |/
| * Tests for expanded literals quoting detection.dgp@users.sourceforge.net2011-05-021-0/+12
* | * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp@users.sourceforge.net2011-03-061-0/+38
|\ \ | |/
| * * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp@users.sourceforge.net2011-03-061-0/+38
| |\
| | * * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp@users.sourceforge.net2011-03-061-0/+38
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * README: Bump version number to 8.4.13 and updatedgp@users.sourceforge.net2006-03-071-1/+2
| | * * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags todgp@users.sourceforge.net2006-03-061-2/+22
| | * * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp@users.sourceforge.net2006-02-281-10/+45
| | * * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard):dgp@users.sourceforge.net2005-03-181-1/+47
| | * More elimination of dup test numbers [Bugs 710365, 710369]donal.k.fellows@manchester.ac.uk2003-03-271-2/+2
| * | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()dgp@users.sourceforge.net2008-05-211-1/+5
* | | * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simpledgp@users.sourceforge.net2009-09-171-22/+9
* | | * generic/tclBasic.c: Completed the NR-enabling of [subst].dgp@users.sourceforge.net2009-09-111-2/+2
* | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp@users.sourceforge.net2009-09-041-4/+4
* | | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li...ferrieux@users.sourceforge.net2008-11-271-2/+2
* | | Fix [Bug 2251175]: missing backslash generic/tclCompCmds.c substitution on ex...ferrieux@users.sourceforge.net2008-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()dgp@users.sourceforge.net2008-05-211-1/+5
|/ /
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | Add missing constraintsdgp@users.sourceforge.net2007-06-041-3/+3
* | * generic/tclBasic.c: Removed code that dealt withdgp@users.sourceforge.net2007-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 theMiguel Sofer2006-10-091-16/+16
* | Use test constraints properly instead of looking in tcl_platformdonal.k.fellows@manchester.ac.uk2006-03-211-13/+10
* | * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags todgp@users.sourceforge.net2006-03-061-2/+23
* | * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp@users.sourceforge.net2006-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 limitdgp@users.sourceforge.net2005-03-181-1/+47
* | * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit valuedgp@users.sourceforge.net2004-10-011-3/+3
* | * generic/tclParse.c: Corrected faulty check for trailing whitedgp@users.sourceforge.net2003-11-241-1/+12