summaryrefslogtreecommitdiffstats
path: root/tests/expr.test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Tests and docsdkf2019-06-061-0/+20
| |/ / /
* | | | Merge 8.7jan.nijtmans2019-03-271-21/+21
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-03-271-21/+21
| |\ \ \ | | |/ /
| | * | Document maximum value for right argument of '**' operator. jan.nijtmans2019-03-271-21/+21
* | | | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in f...jan.nijtmans2019-03-241-1/+0
* | | | Merge 8.7jan.nijtmans2018-10-081-20/+17
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2018-09-031-2/+1
| |\ \ \
| * | | | Fix compilation on 32-bit platforms, and fix unit-tests in this environmentjan.nijtmans2018-08-291-19/+16
| * | | | Now, restore wide(), but make int() the same as entier(). Add new utility fun...jan.nijtmans2018-08-281-3/+3
* | | | | merge 8.7jan.nijtmans2018-09-031-4/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Eliminate use of wideBiggerThanInt test constraint, since it's the same as {l...jan.nijtmans2018-09-031-4/+3
| |/ / /
* | | | Merge 8.7jan.nijtmans2018-08-021-1/+1
|\ \ \ \ | |/ / /
| * | | Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | | | merge 8.7jan.nijtmans2018-06-251-0/+9
|\ \ \ \ | |/ / /
| * | | merge 8.6jan.nijtmans2018-06-251-0/+9
| |\ \ \ | | |/ /
| | * | Add a test for no generation of a string representation when comparing with thepooryorick2018-06-231-0/+9
* | | | merge 8.7dgp2018-02-141-0/+9
|\ \ \ \ | |/ / /
| * | | More tests for bignum modulus regressionsdgp2018-02-141-0/+6
| |\ \ \ | | |/ /
| | * | More tests for bignum modules regressions.dgp2018-02-141-0/+6
| | * | New test expr-32.7 for bignum modulus range.dgp2018-02-131-0/+3
| * | | test expr-32.7 for bignum modulus range. FAILING for now. Error in TIP 484.dgp2018-02-131-0/+3
* | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d...jan.nijtmans2018-01-171-39/+0
|\ \ \ \ | |/ / /
| * | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-39/+0
* | | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-231-23/+23
|/ / /
* | | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu...jan.nijtmans2017-02-011-0/+9
|\ \ \ | |/ /
| * | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu...jan.nijtmans2017-02-011-0/+9
| |\ \ | | |/
| | * Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu...jan.nijtmans2017-02-011-0/+9
| | * Make sure that an input lying precisely 1/2 ULP between two floating point va...dgp2015-06-241-0/+8
* | | 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