Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/expr.test: Nan self-inquality test silenced. [Bug 761471] | dgp | 2006-03-23 | 1 | -2/+2 |
| | |||||
* | * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368] | dgp | 2005-11-08 | 1 | -25/+13 |
| | |||||
* | * tests/expr.test: Fix problems in new round() | mdejong | 2005-10-29 | 1 | -25/+29 |
| | | | | | tests that lead to correct result only on 32 bit long systems. [Bug 1341368] | ||||
* | * generic/tclExecute.c (ExprRoundFunc): | mdejong | 2005-10-28 | 1 | -1/+32 |
| | | | | | | | | | | | Fix typo where number before rounding is compared with smallest integer instead of number after rounding. This fix does not change the results of any tests. * tests/expr.test: Add round() tests for cases near the min and max int values. * tests/util.test: Remove pointless warning code about testobj command. | ||||
* | renumber expr-39.* to expr-46.* | Kevin B Kenny | 2005-08-29 | 1 | -13/+13 |
| | |||||
* | fix test case numbering | Kevin B Kenny | 2005-08-29 | 1 | -2/+2 |
| | |||||
* | Bug 1275043 | Kevin B Kenny | 2005-08-29 | 1 | -1/+72 |
| | |||||
* | fix abs(MIN_INT) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 1 | -1/+7 |
| | |||||
* | Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. | dkf | 2004-11-02 | 1 | -1/+6 |
| | | | | [Bug 761471] | ||||
* | Some tests were non-portable, alas. | dkf | 2004-09-19 | 1 | -2/+2 |
| | |||||
* | Make sure large shifts shift for real. [Bug 868467] | dkf | 2004-09-18 | 1 | -1/+12 |
| | |||||
* | More elimination of dup test numbers [Bugs 710365, 710369] | dkf | 2003-03-27 | 1 | -3/+3 |
| | |||||
* | * tests/expr.test (expr-22.*): Marked as non-portable because it | dkf | 2002-07-31 | 1 | -13/+16 |
| | | | | | seems that these tests have an annoying tendency to fail in unexpected ways. [Bugs 584825, 584950, 585986] | ||||
* | Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000] | dkf | 2002-07-22 | 1 | -1/+29 |
| | | | | Also produce better error messages when this happens. | ||||
* | Fix for bug 579284; registered math funcs can now correctly return wide-ints. | dkf | 2002-07-10 | 1 | -26/+34 |
| | |||||
* | More expr syntax error improvements | dkf | 2001-12-06 | 1 | -38/+38 |
| | |||||
* | Improved messages produced on getting a syntax error in an expression | dkf | 2001-12-04 | 1 | -46/+46 |
| | |||||
* | Recognise the non-numeric boolean literals (true,false,yes,no,on,off.) | dkf | 2001-04-09 | 1 | -1/+15 |
| | | | | [Bug #217777] | ||||
* | Added test to detect bug #119153; the string forms of boolean values | dkf | 2000-11-24 | 1 | -1/+6 |
| | | | | should not be second-class citizens in the Tcl world... | ||||
* | * doc/expr.n: | hobbs | 2000-05-09 | 1 | -3/+30 |
| | | | | | | | | | | | | * tests/expr.test: * tests/expr-old.test: added tests for 'eq' and 'ne' * generic/tclExecute.c: * generic/tclCompile.h: added INST_STREQ and INST_STRNEQ opcodes that do strict string comparisons. * generic/tclCompExpr.c: added 'eq' and 'ne' string comparison operators. * generic/tclParseExpr.c (GetLexeme): added 'eq' and 'ne' expr parse terms (string (in)equality check). | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | * tests/info.test: | hobbs | 2000-01-12 | 1 | -1/+4 |
| | | | | | | | | | | | * generic/tclCmdIL.c: fixed 'info procs ::namesp::*' behavior (Dejong) * tests/unixFCmd.test: * unix/tclUnixFCmd.c: added support for symbolic permissions setting in SetPermissionsAttribute (file attr $file -perm ...) [Bug: 3970] * tests/utf.test: fixed test that allowed \8 as octal value | ||||
* | * tests/env.test: removed knownBug limitation from working test | hobbs | 1999-12-04 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | * tests/all.tcl: ensured that ::tcltest::testsDirectory would be set to an absolute path * tests/expr-old.test: * tests/parseExpr.test: * tests/string.test: * generic/tclGet.c: * generic/tclInt.h: * generic/tclObj.c: * generic/tclParseExpr.c: * generic/tclUtil.c: * generic/tclExecute.c: added TclCheckBadOctal routine to enhance error message checking for when users use invalid octal numbers (like 08), as well as replumbed the Expr*Funcs with a new VerifyExprObjType to simplify type handling. | ||||
* | 1999-08-18 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-19 | 1 | -1/+9 |
| | | | | added tests for bug fixes | ||||
* | Added a check at the end of the test to not unset variables if | jenn | 1999-06-30 | 1 | -2/+4 |
| | | | | they don't exist. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -18/+57 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+670 |