| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/msgcat.test: fix for ::tcl::mac::locale with @modifier. | das | 2008-05-31 | 1 | -2/+3 |
|
|
* | Plug method-related memory leaks pointed out by Miguel. | dkf | 2008-05-31 | 1 | -1/+8 |
|
|
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 3 | -12/+1782 |
|
|
* | (io-53.9): need to close chan before removing file | hobbs | 2008-05-26 | 1 | -1/+2 |
|
|
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 2 | -12/+12 |
|
|
* | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() | dgp | 2008-05-21 | 1 | -1/+5 |
|
|
* | Correct logic for handling error cases when setting the namespace unknown han... | dkf | 2008-05-20 | 1 | -2/+11 |
|
|
* | * tests/dict.test (dict-19.2): Corrected a bug where | Kevin B Kenny | 2008-05-09 | 1 | -1/+1 |
|
|
* | * Makefile: | Kevin B Kenny | 2008-05-09 | 1 | -2/+2 |
|
|
* | Cleaning up | dkf | 2008-05-07 | 1 | -380/+369 |
|
|
* | Simplify test | dkf | 2008-05-07 | 1 | -8/+3 |
|
|
* | Detect problem case and prove that it's fixed. | dkf | 2008-05-07 | 1 | -1/+9 |
|
|
* | Converted the [binary] command into an ensemble. | patthoyts | 2008-05-02 | 1 | -4/+4 |
|
|
* | * 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 |
|
|