| Commit message (Expand) | Author | Age | Files | Lines |
* | * library/clock.tcl (LocalizeFormat): | Kevin B Kenny | 2009-10-29 | 1 | -1/+5 |
|
|
* | * tests/fileName.test (fileName-20.[78]): Corrected poor test | Kevin B Kenny | 2009-10-28 | 1 | -1/+12 |
|
|
* | * library/clock.tcl (ParseClockScanFormat): | Kevin B Kenny | 2009-10-27 | 1 | -1/+14 |
|
|
* | * library/clock.tcl (ProcessPosixTimeZone): | Kevin B Kenny | 2009-10-24 | 1 | -1/+11 |
|
|
* | Fix for [Bug 988703, 1565466] | Joe Mistachkin | 2009-10-18 | 1 | -4/+7 |
|
|
* | [Bug 2874678]: Don't leak bignums in [dict incr]... | dkf | 2009-10-08 | 1 | -13/+23 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -10/+283 |
|
|
* | regression tests | dgp | 2009-08-21 | 1 | -1/+29 |
|
|
* | another test | dgp | 2009-08-19 | 1 | -1/+11 |
|
|
* | test for 2806250 | dgp | 2009-08-18 | 1 | -1/+11 |
|
|
* | nicer test failure mode | dgp | 2009-08-18 | 1 | -2/+2 |
|
|
* | * generic/tclPathObj.c: Added NULL check to prevent crashes during | dgp | 2009-08-18 | 1 | -1/+33 |
|
|
* | * doc/refchan.n [Bug 2827000]: Extended the implementation of | andreas_kupries | 2009-08-06 | 1 | -1/+73 |
|
|
* | * generic/tclStringObj.c: Corrected failure to grow buffer | dgp | 2009-07-31 | 1 | -1/+5 |
|
|
* | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -1/+19 |
|
|
* | test name conflict | dgp | 2009-06-13 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -1/+14 |
|
|
* | * generic/tclGetDate.y: Fixed a thread safety bug in the generated | Kevin B Kenny | 2009-06-09 | 1 | -4/+39 |
|
|
* | * tests/expr.test: Added many tests demonstrating the broken | dgp | 2009-06-01 | 1 | -1/+326 |
|
|
* | * tests/httpd: Backport new tests for http 2.7.3. | dgp | 2009-04-10 | 2 | -5/+17 |
|
|
* | * generic/tclStringObj.c: Added protections from invalid memory | dgp | 2009-03-30 | 1 | -1/+34 |
|
|
* | * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing | dgp | 2009-03-27 | 1 | -1/+14 |
|
|
* | * generic/tclStringObj.c: Test stringObj-6.9 checks that | dgp | 2009-03-21 | 1 | -1/+7 |
|
|
* | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() | dgp | 2009-02-20 | 1 | -1/+7 |
|
|
* | Fix [Bug 2006879] | dkf | 2009-01-06 | 1 | -2/+5 |
|
|
* | Backport fix for [Bug 2006884] | dkf | 2009-01-06 | 1 | -8/+8 |
|
|
* | * library/clock.tcl (tcl::clock::add): Fixed error message formatting | Kevin B Kenny | 2009-01-03 | 1 | -1/+10 |
|
|
* | Fix [Bug 2431847] | dkf | 2008-12-15 | 1 | -1/+7 |
|
|
* | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 1 | -1/+11 |
|
|
* | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 1 | -1/+23 |
|
|
* | [Bug 1929403] specify the translation mode when counting bytes | patthoyts | 2008-12-11 | 1 | -1/+2 |
|
|
* | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 1 | -1/+14 |
|
|
* | only create test.dat file on windows, it is never used on unix and creation | das | 2008-10-23 | 1 | -9/+13 |
|
|
* | backport more reliable testscore_8_5_5 | dgp | 2008-10-14 | 1 | -20/+20 |
|
|
* | missing constraint | dgp | 2008-10-14 | 1 | -2/+3 |
|
|
* | * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where | Kevin B Kenny | 2008-10-05 | 1 | -1/+22 |
|
|
* | * generic/tclUtil.c (TclReToGlob): Added missing set of the | dgp | 2008-08-22 | 1 | -9/+9 |
|
|
* | really fix translation to escape glob-sensitive chars | hobbs | 2008-08-21 | 1 | -0/+21 |
|
|
* | * tests/regexp.test, tests/regexpComp.test: correct re2glob ***= | hobbs | 2008-08-21 | 2 | -2/+64 |
|
|
* | * generic/tclTest.c (TestconcatobjCmd): | Miguel Sofer | 2008-08-17 | 1 | -1/+6 |
|
|
* | * tests/fileName.test: Revise new tests for portability to case | dgp | 2008-08-14 | 1 | -4/+4 |
|
|
* | * tests/msgcat.test: fix for ::tcl::mac::locale with | das | 2008-08-14 | 1 | -2/+3 |
|
|
* | * tests/fCmd.test (fCmd-6.23): made result matching robust when test | das | 2008-08-14 | 1 | -2/+2 |
|
|
* | * generic/tclFileName.c: Fix for errors handling -types {} | dgp | 2008-08-13 | 1 | -1/+38 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered | andreas_kupries | 2008-08-11 | 1 | -5/+31 |
|
|
* | * generic/tclExecute.c: Stopped faulty double-logging of errors to | dgp | 2008-08-04 | 1 | -1/+22 |
|
|
* | * tests/info.test (info-37.0): Add !singleTestInterp constraint; | das | 2008-07-25 | 1 | -21/+21 |
|
|
* | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 2 | -15/+100 |
|
|
* | * tests/info.test: Reordered the tests to have monotonously | andreas_kupries | 2008-07-23 | 1 | -151/+151 |
|
|
* | Rename new test to avoid duplicate test name. | andreas_kupries | 2008-07-23 | 1 | -2/+2 |
|
|