ltlcross: Add a --color option.

* src/bin/ltlcross.cc: Add a --color option.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2013-05-17 14:04:09 +02:00
parent 35129e5a5a
commit 5b0bf8ef09
2 changed files with 88 additions and 19 deletions

3
NEWS
View file

@ -3,6 +3,9 @@ New in spot 1.1.4a (not relased)
* All the parsers implemented in Spot now use the same type
to store locations.
* ltlcross has a new option --color to color its output. It is enabled
by default when the output is a terminal.
* Cleanup of exported symbols
All symbols in the library now have hidden visibility on ELF systems.