ltlcross: allow appending to files via >>FILENAME

Suggested by Joachim Klein.  Fixes #57.

* src/bin/common_file.hh, src/bin/common_file.cc: New file.
* src/bin/Makefile.am: Build them.
* src/bin/ltlcross.cc: Use the output_file class.
* src/tgbatest/ltlcross3.test: Test >>.
* NEWS: mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-02-14 17:39:51 +01:00
parent 7daea8d3cb
commit d17d7469c3
6 changed files with 178 additions and 76 deletions

View file

@ -32,6 +32,8 @@ libcommon_a_SOURCES = \
common_conv.cc \
common_cout.hh \
common_cout.cc \
common_file.cc \
common_file.hh \
common_finput.cc \
common_finput.hh \
common_output.cc \