diff options
author | hobbs <hobbs> | 2004-07-02 23:31:27 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-07-02 23:31:27 (GMT) |
commit | 2ab4506f34cae724a01ece9dc1c650e5a9b674e9 (patch) | |
tree | 2ab62cdf50305b836821c87186431bcd137a4c73 /ChangeLog | |
parent | 1aa82f9d198e68705e1f5a9fd2ff6525e45fb0f4 (diff) | |
download | tcl-2ab4506f34cae724a01ece9dc1c650e5a9b674e9.zip tcl-2ab4506f34cae724a01ece9dc1c650e5a9b674e9.tar.gz tcl-2ab4506f34cae724a01ece9dc1c650e5a9b674e9.tar.bz2 |
* generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch
* doc/exec.n, tests/exec.test: that adds 2>@1 as a
special case redirection of stderr to the result output.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-07-02 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch + * doc/exec.n, tests/exec.test: that adds 2>@1 as a + special case redirection of stderr to the result output. + 2004-07-02 Kevin B. Kenny <kennykb@acm.org> * tests/io.test: Changed several tests to run the event |