ltlcross: bypass the shell for simple command

For #98.

* bin/common_trans.cc: Here.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2016-08-02 13:33:10 +02:00
parent d2068bb1a0
commit 7524e05128
2 changed files with 187 additions and 3 deletions

4
NEWS
View file

@ -31,6 +31,10 @@ New in spot 2.0.3a (not yet released)
* ltldo has a new option --errors=... to specify how to deal
with errors from executed tools.
* ltlcross and ltldo learned to bypass the shell when executing
simple commands (with support for single or double-quoted
argument, and redicretion of stdin and stdout, but nothing more).
* autfilt learned to filter automata by count of SCCs (--sccs=RANGE)
or by type of SCCs (--accepting-sccs=RANGE,
--rejecting-sccs=RANGE, trivial-sccs=RANGE, --terminal-sccs=RANGE,