| Commit message (Expand) | Author | Age | Files | Lines |
* | Test iocmd-32.1 is not "impossible" but after writing it properly it | dgp | 2014-05-09 | 1 | -5/+4 |
|
|
* | Stop the segfaults in [close] during [gets] tests. | dgp | 2014-04-30 | 1 | -2/+19 |
|
|
* | Another segfault demo test, this one with [close] during [gets]. | dgp | 2014-04-30 | 1 | -0/+16 |
|
|
* | Added a refcounting mechanism to ChannelBuffers. Other edits to | dgp | 2014-04-21 | 1 | -2/+18 |
|
|
* | Another test exposing another segfault. | dgp | 2014-04-17 | 1 | -0/+16 |
|
|
* | [88aef05cda] Stop reentrancy segfault in reflected channels by managing | dgp | 2014-04-15 | 1 | -0/+19 |
|
|
* | Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix. | dgp | 2014-03-27 | 1 | -2/+1 |
|
|
* | Test iocmd-23.11 demos another segfault. | dgp | 2014-03-27 | 1 | -0/+15 |
|
|
* | 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 |
|
|
* | | * macosx/GNUmakefile: fix quoting to allow paths to | das | 2008-03-11 | 1 | -4/+4 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclIORChan.c: Fixed a problem with reflected | andreas_kupries | 2007-11-24 | 1 | -3/+3 |
|
|
* | | * generic/tclDictObj.c: Changed the underlying implementation of the | dkf | 2007-11-20 | 1 | -23/+34 |
|
|
* | | Fix accidentally damaged tests | dkf | 2007-11-19 | 1 | -13/+5 |
|
|
* | | TIP#287 IMPLEMENTATION | dgp | 2006-12-01 | 1 | -2/+2 |
|
|
* | | Keep most tests from making sockets that are reachable off the machine. | dkf | 2006-11-03 | 1 | -4/+4 |
|
|
* | | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -16/+16 |
|
|
* | | * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to | andreas_kupries | 2006-03-16 | 1 | -1/+33 |
|
|
* | | * generic/tclIORChan.c: Revised error message generation and handling | dgp | 2006-02-17 | 1 | -98/+99 |
|
|
* | | * generic/tclIndexObj.c: Disallow the "ambiguous" error message | dgp | 2006-02-16 | 1 | -3/+3 |
|
|
* | | Cleanup and ANSIfy | dkf | 2005-10-31 | 1 | -956/+461 |
|
|
* | | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -1/+3077 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | TIP#183 IMPLEMENTATION [Patch 577093] | dgp | 2005-04-27 | 1 | -2/+36 |
|
|
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -4/+4 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -7/+1 |
|
|
* | | * tests/cmdAH.test: | dgp | 2003-10-07 | 1 | -19/+17 |
|
|
* | | * tests/io.test: Corrected several tests that failed when paths | dgp | 2003-10-07 | 1 | -16/+10 |
|
|
* | | * tests/io.test: | mdejong | 2003-03-07 | 1 | -13/+15 |
|/ |
|
* | * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect | das | 2003-02-19 | 1 | -2/+2 |
|
|
* | * Cleaned up, constrained, and reduced the amount of [exec] usage | dgp | 2002-07-10 | 1 | -3/+1 |
|
|
* | * All the bugs below are instances of the same problem: The | andreas_kupries | 2002-07-04 | 1 | -47/+63 |
|
|