diff --git a/ChangeLog b/ChangeLog index 01a4c04c0..3abf8efb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2005-01-29 Alexandre Duret-Lutz + + * src/tgbatest/randtgba.cc (syntax): Missing std::endl. + + * bench/Makefile.am, bench/emptchk/Makefile.am, + bench/emptchk/README, bench/emptchk/algorithms, + bench/emptchk/defs.in, bench/emptchk/ltl-human.sh, + bench/emptchk/ltl-random.sh, bench/emptchk/pml-clserv.sh, + bench/emptchk/pml-eeaean.sh, bench/emptchk/pml2tgba.pl, + bench/emptchk/models/cl3serv1.pml, + bench/emptchk/models/cl3serv3.pml, + bench/emptchk/models/clserv.ltl, bench/emptchk/models/eeaean.ltl, + bench/emptchk/models/eeaean2.pml: New files. + * README: Adjust. + * configure.ac: Output bench/Makefile and bench/emptchk/Makefile. + Check for PERL, and define the NEVER conditional. + * Makefile.am (SUBDIRS) [NEVER]: Add bench. + + 2005-01-28 Alexandre Duret-Lutz * src/tgbaalgos/emptiness_stats.hh: Make sure depth() >= 0. diff --git a/src/tgbatest/randtgba.cc b/src/tgbatest/randtgba.cc index 7bd295499..920d8a5be 100644 --- a/src/tgbatest/randtgba.cc +++ b/src/tgbatest/randtgba.cc @@ -155,7 +155,8 @@ syntax(char* prog) << "Options:" << std::endl << " -0 suppress default output, just generate the graph" << " in memory" << std::endl - << " -1 produce minimal output dedicated to the paper" + << " -1 produce minimal output (for our paper)" + << std::endl << " -a N F number of acceptance conditions and probability that" << " one is true" << std::endl << " [0 0.0]" << std::endl