fixed IO redirection to work in wxExecute() in console applications (including the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Mar 2008 14:10:54 +0000 (14:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Mar 2008 14:10:54 +0000 (14:10 +0000)
commit33343395da57eb0caf21384aec5fa6e858db4353
tree39888d6aef78bee4d035fb86370be1a59e58db62
parenta83ca5fbf56ca05f1a1c81e7f4076158e9cab173
fixed IO redirection to work in wxExecute() in console applications (including the case when the child process outputs more than pipe buffer size) by using wxSelectDispatcher for multiplexing

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