summaryrefslogtreecommitdiffstats
path: root/tests/expr.test
Commit message (Expand)AuthorAgeFilesLines
* Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-3/+3
* Make sure that an input lying precisely 1/2 ULP between two floating point va...Kevin B Kenny2015-06-201-0/+4
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* 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
| | * Fix [Bug 2954959] expr abs(-0.0) is -0.0nijtmans2010-02-221-2/+19
| | * * tests/expr.test: Nan self-inquality test silenced. [Bug 761471]dgp2006-03-231-2/+2
| | * * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368]dgp2005-11-081-25/+13
| | * * tests/expr.test: Fix problems in new round()mdejong2005-10-291-25/+29
| | * * generic/tclExecute.c (ExprRoundFunc):mdejong2005-10-281-1/+32
| | * renumber expr-39.* to expr-46.*Kevin B Kenny2005-08-291-13/+13
| | * fix test case numberingKevin B Kenny2005-08-291-2/+2
| | * Bug 1275043Kevin B Kenny2005-08-291-1/+72
| | * fix abs(MIN_INT) [Bug 1241572]Kevin B Kenny2005-08-051-1/+7
| | * Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.dkf2004-11-021-1/+6
| | * Some tests were non-portable, alas.dkf2004-09-191-2/+2
| | * Make sure large shifts shift for real. [Bug 868467]dkf2004-09-181-1/+12
| | * More elimination of dup test numbers [Bugs 710365, 710369]dkf2003-03-271-3/+3
| * | Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-1/+19
| * | * tests/expr.test: Added many tests demonstrating the brokendgp2009-06-011-1/+326
| * | Fix [Bug 2006879]dkf2009-01-061-2/+5
| * | * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case whereKevin B Kenny2008-10-051-1/+22
* | | Coverage test for portion of ExprSqrtFunc()dgp2010-10-261-1/+5
* | | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-1/+13
* | | Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-1/+7
* | | TIP #353 IMPLEMENTATIONdgp2009-08-121-1/+8
* | | * tests/expr.test: Added many tests demonstrating the brokendgp2009-06-011-1/+326
* | | Fix [Bug 2006879]dkf2009-01-061-2/+2
* | | * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case whereKevin B Kenny2008-10-051-1/+22
|/ /
* | * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs()dgp2008-03-101-1/+19
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-7/+7
* | * generic/tclExecute.c (TclExecuteByteCode): Added code to handleKevin B Kenny2007-08-251-2/+122
* | * generic/tclExecute.c: Corrected improper use of bignum argumentsdgp2007-08-081-1/+5
* | Improved error reporting in test expr-47.12Kevin B Kenny2006-12-061-8/+18
* | TIP#299 IMPLEMENTATIONKevin B Kenny2006-12-011-1/+92
* | TIP#274 IMPLEMENTATIONdgp2006-11-051-1/+4
* | * generic/tclExecute.c (INST_MOD): Corrected improper testing ofdgp2006-10-301-1/+14
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-7/+7
* | * generic/tclExecute.c: Corrected error in INST_LSHIFT in thedgp2006-09-281-1/+3
* | * generic/tclExecute.c (INST_EXPON): Native type overflow detectiondgp2006-09-191-1/+7
* | * generic/tclExecute.c: Corrected INST_EXPON flaw that treateddgp2006-09-111-4/+5
* | * tests/expr-old.test: The remaining failing tests reported indgp2006-08-311-2/+2
* | * tests/compExpr-old.test: Update existing tests to not faildgp2006-08-221-248/+177
* | * tests/compExpr-old.test: add 'oldExprParser' constraint to all testsdas2006-08-021-61/+65
* | * generic/tclExecute.c: Corrected flawed overflow detection indgp2006-07-261-1/+5
* | * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-051-2/+2
* | * tests/compExpr-old.test: Updated testmathfunctions constraintdgp2006-04-061-2/+2
* | * generic/tclExecute.c: Corrections to INST_EXPON detection ofdgp2006-03-251-1/+2