]> git.saurik.com Git - wxWidgets.git/commit
make sure that wxProcess always have a valid PID set; add test unit for wxExecute...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 23 Mar 2009 16:23:44 +0000 (16:23 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 23 Mar 2009 16:23:44 +0000 (16:23 +0000)
commitca5016d4ddae7f9a2d72a16326e9339f8d3e8748
treeece120f1fccb65f0cc6699e223feed39b71585b3
parent20ede3925fbf8961b2c9be603eabf0e08f67e4a5
make sure that wxProcess always have a valid PID set; add test unit for wxExecute,wxShell,wxProcess based on the code in the console sample; add some more infos/notes in wxProcess docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 files changed:
include/wx/process.h
interface/wx/process.h
samples/console/console.cpp
src/common/process.cpp
src/msw/utilsexc.cpp
src/unix/utilsunx.cpp
tests/Makefile.in
tests/exec/exec.cpp [new file with mode: 0644]
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/strings/vsnprintf.cpp
tests/test.bkl
tests/test_test.dsp
tests/test_vc7_printfbench.vcproj
tests/test_vc7_test.vcproj
tests/test_vc7_test_gui.vcproj
tests/test_vc8_printfbench.vcproj
tests/test_vc8_test.vcproj
tests/test_vc8_test_gui.vcproj
tests/test_vc9.sln
tests/test_vc9_printfbench.vcproj
tests/test_vc9_test.vcproj
tests/test_vc9_test_gui.vcproj