1. wxProcess changes to make capturing subprocess output easier (and more
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Mar 2000 19:06:13 +0000 (19:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Mar 2000 19:06:13 +0000 (19:06 +0000)
commitcd6ce4a90c11b54cc00799d0e4611d858739a749
tree7ea9f0a2419e8627dbe25ce1c33b718dc25f041f
parent21e5527b592198bf3433969313e1c376d12c1305
1. wxProcess changes to make capturing subprocess output easier (and more
   reliable), now works in both sync and async modes
2. wxSafeYieldBug() corrected, wxWindowDisabler which is now used in it
   added and documented
3. exec sample updated to illustrate capturing the subprocess output
4. wxStreamBase::IsOk() added
5. wxInputStream::Eof() added and non-blocking Eof() implementation in
   wxPipeInputStream used by wxExecute

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
docs/latex/wx/busycurs.tex
docs/latex/wx/function.tex
docs/latex/wx/inputstr.tex
docs/latex/wx/stream.tex
docs/latex/wx/strmbase.tex
docs/latex/wx/wnddisbl.tex [new file with mode: 0644]
include/wx/process.h
include/wx/stream.h
include/wx/utils.h
samples/exec/exec.cpp
src/common/process.cpp
src/common/stream.cpp
src/common/txtstrm.cpp
src/common/utilscmn.cpp
src/msw/utilsexc.cpp
src/unix/utilsunx.cpp