| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/trace.test (trace-8.9): added test to detect leak, see | Miguel Sofer | 2005-11-05 | 1 | -1/+25 |
|
|
* | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman for | patthoyts | 2005-11-04 | 1 | -1/+46 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-04 | 1 | -2/+2 |
|
|
* | Applied patch #1096916 to support building with MSVC 8. | patthoyts | 2005-11-03 | 1 | -4/+13 |
|
|
* | * tests/unixNotfy.test (1.1,2): Update error message whitespace to | dgp | 2005-11-01 | 2 | -5/+5 |
|
|
* | Fix test that checked for non-standard case of error message (which
| dkf | 2005-11-01 | 1 | -23/+23 |
|
|
* | * expr.test (expr-46.13): Added test that illustrates | dgp | 2005-11-01 | 1 | -1/+4 |
|
|
* | * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. | Miguel Sofer | 2005-10-31 | 1 | -4/+4 |
|
|
* | Cleanup and ANSIfy | dkf | 2005-10-31 | 1 | -956/+461 |
|
|
* | * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial | Miguel Sofer | 2005-10-29 | 1 | -1/+21 |
|
|
* | fix to glob memory leak and file stat ino/nlink on windows | vincentdarley | 2005-10-23 | 1 | -1/+11 |
|
|
* | * tests/foreach.test (foreach-8.1): added test for [Bug 1189274] | Miguel Sofer | 2005-10-22 | 1 | -1/+14 |
|
|
* | Marked some failing tests as knownBug until they can be updated. | dgp | 2005-10-21 | 2 | -14/+14 |
|
|
* | Marked several failing tests as "knownBug" until they can be updated. | dgp | 2005-10-21 | 7 | -43/+43 |
|
|
* | Remove extra spaces so it's easier to see the tests as groups | dkf | 2005-10-20 | 1 | -62/+0 |
|
|
* | * generic/tclListObj.c (TclLsetFlat): | Miguel Sofer | 2005-10-20 | 1 | -0/+6 |
|
|
* | Test updates from [Bug 1284178] | dkf | 2005-10-13 | 1 | -5/+9 |
|
|
* | Fix for [Bug 1325099] | dkf | 2005-10-12 | 1 | -1/+6 |
|
|
* | TIP#237 introduced a new function, entier, so add it to the list of functions. | dkf | 2005-10-10 | 1 | -5/+4 |
|
|
* | Fix two bugs in limits, one a crash and the other a failed flag reset. | dkf | 2005-10-10 | 1 | -4/+60 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 8 | -24/+511 |
|
|
* | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tomsofer_wcodes_branch_20051007kennykb_numerics_branch_20051008 | hobbs | 2005-10-07 | 1 | -2/+2 |
|
|
* | * tests/env.test (env-6.1): | hobbs | 2005-10-05 | 1 | -1/+8 |
|
|
* | * tests/http.test: do not URI encode -._~ according | hobbs | 2005-10-05 | 1 | -3/+3 |
|
|
* | * tests/winFile.test (getuser): allow valid Windows usernames. | hobbs | 2005-10-05 | 1 | -2/+2 |
|
|
* | fixed test cases for new US DST rules. | Kevin B Kenny | 2005-10-03 | 1 | -1120/+1122 |
|
|
* | implementation for TIP #255, expr min/max | hobbs | 2005-09-29 | 2 | -4/+46 |
|
|
* | Test for [Bug 1116542] | dkf | 2005-09-27 | 1 | -1/+5 |
|
|
* | D'oh, missed a spot | dkf | 2005-09-08 | 1 | -2/+2 |
|
|
* | Final fixes | dkf | 2005-09-08 | 1 | -3/+3 |
|
|
* | Test suite about fixed up for TIP#254 | dkf | 2005-09-08 | 1 | -4/+4 |
|
|
* | Closer to being right... | dkf | 2005-09-08 | 1 | -11/+29 |
|
|
* | More fixing | dkf | 2005-09-08 | 1 | -17/+17 |
|
|
* | A bit more fixing... | dkf | 2005-09-08 | 1 | -15/+17 |
|
|
* | First step to fixing test suite | dkf | 2005-09-08 | 1 | -20/+20 |
|
|
* | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative | dgp | 2005-09-07 | 1 | -1/+4 |
|
|
* | Add flag to lists so that evaluating contexts can handle them efficiently much | dkf | 2005-09-06 | 1 | -1/+24 |
|
|
* | * library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patch | andreas_kupries | 2005-08-29 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 3 | -11/+3353 |
|
|
* | fix formatting of fp number with smallest significand | Kevin B Kenny | 2005-08-24 | 1 | -1/+97 |
|
|
* | fixed bad clock test, removed duplicated code in Tcl_Finalize | Kevin B Kenny | 2005-08-17 | 1 | -22/+16 |
|
|
* | bug 1257830 | Kevin B Kenny | 2005-08-12 | 1 | -1/+14 |
|
|
* | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded | Kevin B Kenny | 2005-08-10 | 2 | -4/+6 |
|
|
* | remove obsolete comment | dgp | 2005-08-08 | 1 | -2/+1 |
|
|
* | Further nonPortable [binary] test cleanup | Kevin B Kenny | 2005-08-05 | 1 | -10/+1 |
|
|