0. wxExecute() with IO redirection now works again (but the real fix is
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jul 2002 14:44:11 +0000 (14:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jul 2002 14:44:11 +0000 (14:44 +0000)
commitb477f956e0421cb8d8e40635f4c372a0298fd739
tree75962f52abce85ed745943c7939eb0877af94109
parentaacb1b80183355cdc8bf813002a06d70f2d4f535
0. wxExecute() with IO redirection now works again (but the real fix is
   in wxInputStream::Ungetch(), not here)
1. replaced multitude of pipe() calls &c with wxPipe class
2. fixed nasty bug in wxStreamTempBuffer::Update() which corrupted the data
3. increased buffer size to 4Kb from 1Kb

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/utilsunx.cpp