summaryrefslogtreecommitdiffstats
path: root/tests/parseExpr.test
Commit message (Expand)AuthorAgeFilesLines
* fix for invalid numeric whitespace syntax bug.griffin2023-08-291-1/+1
* re-base to Tcl 9.0jan.nijtmans2022-09-081-2/+2
|\
| * Deal with backslashes in ${...}, change "char" to "character" in error, fix t...avl2017-03-051-2/+2
* | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT...jan.nijtmans2021-03-301-22/+22
* | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
|\ \
| * \ Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that the...jan.nijtmans2020-11-101-0/+8
| |\ \
| * | | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
* | | | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
* | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-2/+2
| |/ / |/| |
* | | Merge 8.7jan.nijtmans2020-10-241-2/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-041-2/+4
| |\ \ | | |/ | |/|
| | * Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+4
* | | Implementation of TIP 582: comments in expressionsdkf2020-08-221-0/+8
|/ /
* | 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.dgp2011-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