summaryrefslogtreecommitdiffstats
path: root/tests/parseExpr.test
Commit message (Expand)AuthorAgeFilesLines
* Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to gener...jan.nijtmans2017-02-081-3/+2
* Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-2/+2
* [d2ffcca163] Limit parsing results that are documented to accept only ASCII c...dgp2014-12-051-0/+9
|\
| * The isalpha(.) calls remaining in the expr parser still bring nonportability.dgp2014-12-041-0/+3
| * Same issue in expr parser also tested and fixed.dgp2014-11-261-0/+6
* | Modify the "gettimes" test-command to use the Tcl_Obj API. jan.nijtmans2014-07-161-2/+3
* | For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fixdgp2013-01-301-5/+3
|\ \ | |/
| * For Parse/eval, select modernizations from Patrick Fradin.dgp2013-01-301-5/+3
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
| |
| \
*-. \ 3401704 Allow function names like influence(), nanobot(), and 99bottles()dgp2011-09-071-0/+66
|\ \ \ | | |/
| | * remove stray copy/pastedgp2011-09-071-4/+0
| |/
| * Tidiness, comments, and tests.dgp_3401704dgp2011-09-071-0/+61
|/
* 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
| * * tests/cmdMZ.test: Updated [package require tcltest] lines todgp2003-10-061-2/+2
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-10/+6
* | * tests/parseExpr.test: Update source file name of expr parser code.dgp2007-08-061-3/+3
* | * generic/tclCompExpr.c: More commentary.dgp2007-07-161-1/+92
* | * generic/tclParseExpr.c: Minimal collection of new testsdgp2006-08-231-1/+178
* | * tests/compExpr-old.test: Update existing tests to not faildgp2006-08-221-246/+211
* | * tests/compExpr-old.test: add 'oldExprParser' constraint to all testsdas2006-08-021-49/+53
* | * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-051-2/+2
* | typodgp2006-03-211-2/+2
* | Committed test cases for Bug 1451233dgp2006-03-211-1/+11
* | Added knownBug constraints.dgp2006-03-211-2/+2
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-2/+2
* | * tests/compile.test: Updated tests with changed behaviordgp2005-11-091-2/+2
* | Marked several failing tests as "knownBug" until they can be updated.dgp2005-10-211-2/+2
* | * tests/compExpr-old.test: Still more conversion of "nonPortable"dgp2005-07-281-26/+26
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-80/+193
* | Standardize some use of test constraints onto names that are documenteddkf2004-06-231-3/+3
* | Massive test cleanup; all tests are run, and constraints are used where neces...dkf2004-05-191-206/+201
* | * tests/reg.test: Corrected duplicate test names.dgp2003-10-061-2/+2
|/
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-1/+5
* * generic/tclParseExpr.c (TclParseInteger): Return 1 for thedgp2002-12-111-1/+8
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-4/+6
* More expr syntax error improvementsdkf2001-12-061-31/+31
* Improved messages produced on getting a syntax error in an expressiondkf2001-12-041-201/+203
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* * tests/env.test: removed knownBug limitation from working testhobbs1999-12-041-2/+2
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+637