| Commit message (Expand) | Author | Age | Files | Lines |
* | Let all test-cases which require Thread, at least require Thread 2.7 | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
|
|
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ... | andreask | 2012-05-09 | 1 | -1/+1 |
|
|
* | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the | andreask | 2012-05-09 | 1 | -1/+1 |
|
|
* | * tests/ioCmd.test [Bug 3522560]: Added a test which crashes the | andreask | 2012-05-09 | 1 | -0/+114 |
|
|
* | Disable offending test iocmd.tf-24.16, pending fix in refchan code explored i... | ferrieux | 2012-05-02 | 1 | -1/+1 |
|
|
* | Tame deadlocks in broken refchan tests [Bug 3522560] | ferrieux | 2012-04-30 | 1 | -0/+3 |
|
|
* | Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a
iocmd_leaks | dgp | 2011-09-19 | 1 | -4/+15 |
|
|
* | Plug a number of MarshallError memleaks. | dgp | 2011-09-19 | 1 | -5/+0 |
|
|
* | Revise the tests that confront background flush on close across threads. | dgp | 2011-09-18 | 1 | -4/+7 |
|
|
* | revise iocmd.tf-24.16 result to deal with Thread conversion | dgp | 2011-09-12 | 1 | -1/+1 |
|
|
* | Convert uses of the [testthread] command to uses of the Thread package. | dgp | 2011-09-09 | 1 | -148/+144 |
|
|
* | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting. | ferrieux | 2011-08-17 | 1 | -0/+31 |
|
|
* | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -3/+3 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 1 | -1/+2 |
|
|
| | * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -7/+1 |
|
|
| | * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+7 |
|
|
| | * | * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to | andreas_kupries | 2006-03-16 | 1 | -1/+38 |
|
|
| | * | * tests/exec.test: Corrected temporary file management | dgp | 2003-10-07 | 1 | -30/+30 |
|
|
| | * | * tests/io.test: Corrected several tests that failed when paths | dgp | 2003-10-07 | 1 | -16/+10 |
|
|
| * | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -4/+4 |
|
|
| * | | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -2/+2 |
|
|
| * | | Test iocmd-32.2 tests for Bug 3034840 | dgp | 2010-08-03 | 1 | -1/+14 |
|
|
| * | | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -1/+77 |
|
|
| * | | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. | dkf | 2010-02-11 | 1 | -1/+4 |
|
|
| * | | * doc/refchan.n [Bug 2827000]: Extended the implementation of | andreas_kupries | 2009-08-06 | 1 | -1/+73 |
|
|
| * | | * tests/ioCmd.test: Extended testsuite for reflected channel | andreas_kupries | 2008-04-24 | 1 | -1/+178 |
|
|
| * | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -7/+1 |
|
|
| * | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+7 |
|
|
| * | | * 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 |
|
|
* | | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -4/+4 |
|
|
* | | | Test iocmd-32.2 tests for Bug 3034840 | dgp | 2010-08-03 | 1 | -1/+14 |
|
|
* | | | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -1/+77 |
|
|
* | | | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. | dkf | 2010-02-11 | 1 | -1/+4 |
|
|
* | | | * doc/refchan.n [Bug 2827000]: Extended the implementation of | andreas_kupries | 2009-08-06 | 1 | -1/+73 |
|
|
* | | | Generate errorcodes for more cases. | dkf | 2009-01-08 | 1 | -21/+22 |
|
|
* | | | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -3/+17 |
|
|
* | | | Resync with recent ?arg ...? normalization | ferrieux | 2008-07-21 | 1 | -2/+2 |
|
|
* | | | TIP #304 implementation | ferrieux | 2008-07-21 | 1 | -6/+5 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -2/+2 |
|
|
* | | | more consistent wrong # arg messages: change all messages containing ?options... | nijtmans | 2008-07-13 | 1 | -3/+3 |
|
|
* | | | TIP #230 IMPLEMENTATION | andreas_kupries | 2008-06-06 | 1 | -3/+3 |
|
|
* | | | * tests/ioCmd.test: Extended testsuite for reflected channel | andreas_kupries | 2008-04-24 | 1 | -1/+178 |
|
|
* | | | * generic/tclIOUtil.c: Removed all code delimited by | dgp | 2008-04-21 | 1 | -1/+22 |
|
|
* | | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -7/+1 |
|
|
* | | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+7 |
|
|