Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -3/+3 |
| | |||||
* | Massive test cleanup; all tests are run, and constraints are used where ↵ | dkf | 2004-05-19 | 1 | -14/+14 |
| | | | | necessary. | ||||
* | Stop failure of expr-23.4 on 64bit architectures. [Bug 808244] | dkf | 2003-09-19 | 1 | -2/+2 |
| | |||||
* | TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] | dkf | 2003-09-12 | 1 | -27/+81 |
| | |||||
* | 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 |