]> git.lyx.org Git - features.git/commit
Allow to separately redirect stdout and stderr.
authorEnrico Forestieri <forenr@lyx.org>
Wed, 13 May 2009 12:55:01 +0000 (12:55 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 13 May 2009 12:55:01 +0000 (12:55 +0000)
commit0ed38ed1f4d30d8eaaba6aa8b6236c55f33d8719
treeab8045f8b6216d354780d949c844aa7f98a690be
parent3cdf2acb95091416136ba490b64844e156ac31de
Allow to separately redirect stdout and stderr.
Now "lyx > stdout.log" should produce the same output as before
the switch to QProcess.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29655 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/Systemcall.cpp
src/support/os.h
src/support/os_cygwin.cpp
src/support/os_unix.cpp
src/support/os_win32.cpp