| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | * tests/compile.test: Updated tests with changed behavior | dgp | 2005-11-09 | 1 | -140/+146 |
|
|
* | | * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368] | dgp | 2005-11-08 | 1 | -2/+26 |
|
|
* | | * expr.test (expr-46.13): Added test that illustrates | dgp | 2005-11-01 | 1 | -1/+4 |
|
|
* | | Marked some failing tests as knownBug until they can be updated. | dgp | 2005-10-21 | 1 | -8/+8 |
|
|
* | | Marked several failing tests as "knownBug" until they can be updated. | dgp | 2005-10-21 | 1 | -13/+13 |
|
|
* | | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -2/+246 |
|
|
* | | renumber expr-39.* to expr-46.* | Kevin B Kenny | 2005-08-29 | 1 | -13/+13 |
|
|
* | | fix test case bracing and numbering | Kevin B Kenny | 2005-08-29 | 1 | -10/+10 |
|
|
* | | removed inappropriate swizzling of tcl_precision | Kevin B Kenny | 2005-08-29 | 1 | -3/+1 |
|
|
* | | Bug 1275043 | Kevin B Kenny | 2005-08-29 | 1 | -1/+75 |
|
|
* | | Remove extra blank lines between tests so groups go together better. | dkf | 2005-08-24 | 1 | -220/+1 |
|
|
* | | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded | Kevin B Kenny | 2005-08-10 | 1 | -2/+3 |
|
|
* | | Handle abs(-0x80000000) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 1 | -1/+5 |
|
|
* | | * tests/compExpr-old.test: Still more conversion of "nonPortable" | dgp | 2005-07-28 | 1 | -109/+108 |
|
|
* | | * tests/expr.test: Consolidated equivalent constraints into | dgp | 2005-07-27 | 1 | -184/+177 |
|
|
* | | * generic/tclExecute.c (TclExecuteByteCode): | mdejong | 2005-07-09 | 1 | -1/+969 |
|
|
* | | * generic/tclExecute.c (TclExecuteByteCode): | mdejong | 2005-06-29 | 1 | -1/+252 |
|
|
* | | TIP#182 IMPLEMENTATION [Patch 1165062] | dgp | 2005-05-25 | 1 | -2/+65 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -54/+4339 |
|
|
* | | * generic/tclExecute.c (ExponLong, ExponWide): fixed special case | Miguel Sofer | 2005-05-10 | 1 | -1/+4 |
|
|
* | | Fix for [Bug 761471]; NaN is now *never* equal to NaN... | dkf | 2004-11-01 | 1 | -1/+6 |
|
|
* | | Basic tests for TIPs #201 and #212 | dkf | 2004-10-08 | 1 | -1/+18 |
|
|
* | | Stop words starting with 'eq' or 'ne' from being subdivided by the expression | dkf | 2004-10-04 | 1 | -1/+9 |
|
|
* | | Report compilation errors at runtime, [Patch 103368] by dgp. | Miguel Sofer | 2004-09-26 | 1 | -47/+43 |
|
|
* | | Fix spelling of test names... | dkf | 2004-09-24 | 1 | -21/+21 |
|
|
* | | Some tests were non-portable, alas. | dkf | 2004-09-19 | 1 | -3/+3 |
|
|
* | | Fix silly mistakes :} and make sure that the original bug is a test case. | dkf | 2004-09-18 | 1 | -3/+4 |
|
|
* | | Make sure large shifts shift for real. [Bug 868467] | dkf | 2004-09-18 | 1 | -1/+11 |
|
|
* | | 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 neces... | dkf | 2004-05-19 | 1 | -14/+14 |
|
|
* | | 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 |
|
|
* | Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000] | dkf | 2002-07-22 | 1 | -1/+29 |
|
|
* | 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 |
|
|
* | Added test to detect bug #119153; the string forms of boolean values | dkf | 2000-11-24 | 1 | -1/+6 |
|
|
* | * doc/expr.n: | hobbs | 2000-05-09 | 1 | -3/+30 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | * tests/info.test: | hobbs | 2000-01-12 | 1 | -1/+4 |
|
|
* | * tests/env.test: removed knownBug limitation from working test | hobbs | 1999-12-04 | 1 | -2/+8 |
|
|
* | 1999-08-18 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-19 | 1 | -1/+9 |
|
|
* | Added a check at the end of the test to not unset variables if | jenn | 1999-06-30 | 1 | -2/+4 |
|
|
* | 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 |
|
|