]> git.lyx.org Git - features.git/commit
We don't currently use fork anywhere (or if we do it's by mistake!), so
authorAngus Leeming <leeming@lyx.org>
Sat, 16 Feb 2002 12:39:47 +0000 (12:39 +0000)
committerAngus Leeming <leeming@lyx.org>
Sat, 16 Feb 2002 12:39:47 +0000 (12:39 +0000)
commit59e18b17aec378d71ca7d8ef3e566be40c35aaf1
tree2e3d6636400c1daad36198b9312b967521001071
parentd208f37600974ad73b20bde4d83ad862513148cd
We don't currently use fork anywhere (or if we do it's by mistake!), so
this patch strips down syscall.[Ch] so it now contains only the system
call interface. This interface is very, very simple! At the same time
I've taken the opportunity to remove syscontr.[Ch] and syssingleton.C,
again because they aren't used.

The rest of the changes are due to the change of name in the
Systemcall::Starttype enum. System is now Wait, and SystemDontWait is DontWait

Paves the way for resurrecting a proper forked calls controller.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3553 a592a061-630c-0410-9148-cb99ea01b6c8
23 files changed:
src/ChangeLog
src/Chktex.C
src/LaTeX.C
src/LyXSendto.C
src/buffer.C
src/converter.C
src/frontends/ChangeLog
src/frontends/Liason.C
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlTexinfo.C
src/lyx_cb.C
src/mathed/ChangeLog
src/mathed/formula.C
src/support/ChangeLog
src/support/Makefile.am
src/support/filetools.C
src/support/syscall.C
src/support/syscall.h
src/support/syscontr.C [deleted file]
src/support/syscontr.h [deleted file]
src/support/syssingleton.C [deleted file]
src/vc-backend.C