diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-28 15:27:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-28 15:27:55 (GMT) |
commit | 425be14f5a21104533dbeb1df9edd1bc5363b2b1 (patch) | |
tree | 7ba16447fabfdc490e4f2e994c70b93f0f086cad /ChangeLog | |
parent | a11fa9c7b80f3d0e7ef52862e03d260647cb05ea (diff) | |
download | tcl-425be14f5a21104533dbeb1df9edd1bc5363b2b1.zip tcl-425be14f5a21104533dbeb1df9edd1bc5363b2b1.tar.gz tcl-425be14f5a21104533dbeb1df9edd1bc5363b2b1.tar.bz2 |
Backport of fix for [Bug 1245953]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-07-28 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to + * unix/tclUnixPipe.c (TclpOpenFile): use the O_APPEND flag for + * tests/exec.test (exec-19.1): files opened in a pipeline + like ">>this". Note that Windows cannot support such access; there is + no equivalent flag on the handle that can be set at the kernel-call + level. The test is unix-specific in every way. [Bug 1245953] + 2005-07-26 Mo DeJong <mdejong@users.sourceforge.net> * unix/configure: Regen. |