| Commit message (Expand) | Author | Age | Files | Lines |
* | For Parse/eval, select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -8/+6 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | * generic/tclExecute.c (ExprSrandFunc): Restore acceptance of wide | dgp | 2006-05-04 | 1 | -2/+2 |
|
|
| * | * tests/expr-old.test (expr-32.52): Use int(.) to restrict | dgp | 2005-11-01 | 1 | -2/+2 |
|
|
| * | niggly test suite fixes | dgp | 2004-11-03 | 1 | -2/+2 |
|
|
| * | added support for wide integers to round(); [Bug 908375], reported by | Miguel Sofer | 2004-07-03 | 1 | -1/+16 |
|
|
| * | More elimination of dup test numbers [Bugs 710365, 710369] | dkf | 2003-03-27 | 1 | -7/+7 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -6/+6 |
|
|
* | | * tests/expr-old.test: The remaining failing tests reported in | dgp | 2006-08-31 | 1 | -2/+2 |
|
|
* | | * tests/compExpr-old.test: Update existing tests to not fail | dgp | 2006-08-22 | 1 | -70/+66 |
|
|
* | | * tests/compExpr-old.test: add 'oldExprParser' constraint to all tests | das | 2006-08-02 | 1 | -24/+28 |
|
|
* | | * generic/tclParseExpr.c: Completely new expression parser | dgp | 2006-07-05 | 1 | -3/+3 |
|
|
* | | * tests/compExpr-old.test: Updated testmathfunctions constraint | dgp | 2006-04-06 | 1 | -2/+2 |
|
|
* | | Added knownBug constraints. | dgp | 2006-03-21 | 1 | -3/+3 |
|
|
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -8/+8 |
|
|
* | | * tests/compile.test: Updated tests with changed behavior | dgp | 2005-11-09 | 1 | -54/+54 |
|
|
* | | * tests/unixNotfy.test (1.1,2): Update error message whitespace to | dgp | 2005-11-01 | 1 | -2/+2 |
|
|
* | | Marked several failing tests as "knownBug" until they can be updated. | dgp | 2005-10-21 | 1 | -20/+20 |
|
|
* | | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -1/+99 |
|
|
* | | implementation for TIP #255, expr min/max | hobbs | 2005-09-29 | 1 | -1/+43 |
|
|
* | | * tests/compExpr-old.test: Still more conversion of "nonPortable" | dgp | 2005-07-28 | 1 | -24/+16 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -34/+102 |
|
|
* | | * generic/tcl.decls: | dgp | 2005-05-02 | 1 | -1/+8 |
|
|
* | | Added test for [1109484] | dkf | 2005-01-28 | 1 | -2/+6 |
|
|
* | | niggly test suite fixes | dgp | 2004-11-03 | 1 | -2/+2 |
|
|
* | | Fix pseudo-constraint | dkf | 2004-10-31 | 1 | -2/+2 |
|
|
* | | added support for wide integers to round(); [Bug 908375], reported by | Miguel Sofer | 2004-07-03 | 1 | -1/+16 |
|
|
* | | 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 | -33/+20 |
|
|
* | | More elimination of dup test numbers [Bugs 710365, 710369] | dkf | 2003-03-27 | 1 | -7/+7 |
|/ |
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -5/+5 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2002-07-26 | 1 | -1/+23 |
|
|
* | fix for [Bug #542588], where "too large integers" were reported as | Miguel Sofer | 2002-04-18 | 1 | -1/+8 |
|
|
* | More expr syntax error improvements | dkf | 2001-12-06 | 1 | -8/+8 |
|
|
* | Improved messages produced on getting a syntax error in an expression | dkf | 2001-12-04 | 1 | -33/+21 |
|
|
* | Fixed typo. | dkf | 2001-04-09 | 1 | -2/+2 |
|
|
* | 2000-12-14 Don Porter <dgp@users.sourceforge.net> | dgp | 2000-12-14 | 1 | -1/+7 |
|
|
* | * doc/expr.n: | hobbs | 2000-05-09 | 1 | -5/+29 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | * tests/env.test: removed knownBug limitation from working test | hobbs | 1999-12-04 | 1 | -5/+5 |
|
|
* | 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 | -11/+30 |
|
|
* | cleaned up test suite so most of the tests pass on Windows | stanton | 1998-11-02 | 1 | -2/+2 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | checks for existence of test commands | hershey | 1998-07-28 | 1 | -1/+10 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+920 |
|
|