| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/ioCmd.test: Extended testsuite for reflected channel | andreas_kupries | 2008-04-24 | 1 | -1/+178 |
|
|
* | Assorted improvements to make better use of tcltest2 | dkf | 2008-04-23 | 6 | -385/+417 |
|
|
* | * generic/tclIOUtil.c: Removed all code delimited by | dgp | 2008-04-21 | 2 | -334/+22 |
|
|
* | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 2 | -2/+82 |
|
|
* | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): | Kevin B Kenny | 2008-04-14 | 1 | -1/+9 |
|
|
* | fix one broken test, and restore unix line endings | dgp | 2008-04-11 | 1 | -439/+439 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 3 | -13/+75 |
|
|
* | Test improvements (tcltest2, clarify) | dkf | 2008-04-10 | 4 | -1003/+1276 |
|
|
* | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, | andreas_kupries | 2008-04-09 | 2 | -4/+4 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+7 |
|
|
* | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for | das | 2008-04-08 | 2 | -8/+8 |
|
|
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 2 | -2/+142 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): | rmax | 2008-04-07 | 1 | -1/+7 |
|
|
* | * tests/chanio.test (chan-io-53.9): | Kevin B Kenny | 2008-04-06 | 2 | -6/+9 |
|
|
* | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based | andreas_kupries | 2008-04-04 | 2 | -6/+102 |
|
|
* | * generic/tclIORChan.c (ReflectOutput): Allow zero return from | andreas_kupries | 2008-04-04 | 1 | -2/+2 |
|
|
* | * generic/tclIORChan.c (ReflectClose): Added missing removal of | andreas_kupries | 2008-04-04 | 1 | -1/+13 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 2 | -2/+92 |
|
|
* | * tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests | Kevin B Kenny | 2008-03-30 | 1 | -3/+3 |
|
|
* | Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. | dkf | 2008-03-28 | 1 | -971/+1084 |
|
|
* | Removed duplicated tests | patthoyts | 2008-03-24 | 1 | -7/+1 |
|
|
* | bug #1923966 - crash in binary format. Added tests for the above crash condit... | patthoyts | 2008-03-24 | 1 | -1/+19 |
|
|
* | Added more tests of regexp-mode compilation of the [switch] command. [Bug 185... | dkf | 2008-03-21 | 1 | -1/+107 |
|
|
* | Added workaround for [Bug 1905562] | dkf | 2008-03-19 | 1 | -2/+3 |
|
|
* | Correct the handling of stack space calculation (the jump pattern used was | dkf | 2008-03-16 | 1 | -1/+8 |
|
|
* | Update test for corrected error message | dgp | 2008-03-14 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in (install-libraries): Bump http to 2.7 | hobbs | 2008-03-12 | 1 | -8/+8 |
|
|
* | * library/http/http.tcl (http::geturl): add -method option to support | hobbs | 2008-03-12 | 1 | -2/+2 |
|
|
* | improve darwin9 constraint | das | 2008-03-12 | 1 | -2/+3 |
|
|
* | * macosx/GNUmakefile: fix quoting to allow paths to | das | 2008-03-11 | 1 | -4/+4 |
|
|
* | * tests/exec.test (exec-9.7): reduce timing sensitivity | das | 2008-03-11 | 2 | -4/+5 |
|
|
* | * tests/fCmd.test (fCmd-9.4): skip on Darwin 9 (xfail). | das | 2008-03-11 | 1 | -2/+6 |
|
|
* | * generic/tclVar.c (TclDeleteNamespaceVars): | Miguel Sofer | 2008-03-11 | 1 | -1/+17 |
|
|
* | * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error | dgp | 2008-03-10 | 1 | -1/+64 |
|
|
* | * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() | dgp | 2008-03-10 | 1 | -1/+19 |
|
|
* | * tests/execute.test (execute-6.*): More tests checking that | dgp | 2008-03-07 | 1 | -17/+97 |
|
|
* | * tests/execute.test (execute-6.*): More tests checking that | dgp | 2008-03-07 | 1 | -2/+81 |
|
|
* | * tests/execute.test (6.3,4): Added tests for Bug 1899164]. | dgp | 2008-03-04 | 1 | -1/+19 |
|
|
* | test added (did not fail previously, just to make sure it never does) | Miguel Sofer | 2008-03-02 | 1 | -1/+18 |
|
|
* | * doc/clock.n: Corrected minor indentation gaffe in the | Kevin B Kenny | 2008-02-27 | 1 | -1/+37 |
|
|
* | * generic/tclUtil.c (TclReToGlob): fix the handling of the last | hobbs | 2008-02-26 | 1 | -0/+16 |
|
|
* | add missing constraint | dgp | 2008-02-13 | 1 | -2/+4 |
|
|
* | eliminate duplicate test names | dgp | 2008-02-13 | 2 | -4/+4 |
|
|
* | Fix [Bug 1891827] | dkf | 2008-02-12 | 1 | -1/+7 |
|
|
* | * generic/tclClock.c (ClockParseformatargsObjCmd): | Kevin B Kenny | 2008-02-06 | 1 | -3/+7 |
|
|
* | * generic/tclCmdIl.c (Tcl_LreverseObjCmd): | Miguel Sofer | 2008-01-22 | 1 | -1/+4 |
|
|
* | test for memory leak | dgp | 2008-01-16 | 1 | -1/+20 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure to | dgp | 2008-01-10 | 1 | -1/+5 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot | hobbs | 2007-12-23 | 2 | -1/+16 |
|
|
* | * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. | Miguel Sofer | 2007-12-23 | 1 | -1/+4 |
|
|