You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
890 B

  1. 2007-05-28 Joachim Klein <joachim@ltl2dstar.de>
  2. Version 0.5.1
  3. Added Plugin infrastructure (src/plugins)
  4. Fix bug in operator< in SafraTree.hpp
  5. 2007-04-25 Joachim Klein <joachim@ltl2dstar.de>
  6. Version 0.5.0
  7. Add stuttering, changes in the automata infrastructure,
  8. many other changes and bugfixes.
  9. 2005-05-19 Joachim Klein <joachim@ltl2dstar.de>
  10. * DRA2NBA.hpp, SafrasAlgorithm.cpp: rename variables _I, _J, _N
  11. because they may clash with C macro definitions (_N on Solaris)
  12. * common/RunProgram.posix.cpp: rename stdin, stdout, stderr to
  13. std_in, std_out, std_out to avoid confusion with predefined std*
  14. with some compilers/system header files.
  15. * ltl2dstar_main.cpp: fix argc handling of command line options
  16. 2005-05-03 Joachim Klein <j.klein@ltl2dstar.de>
  17. * DRAOptimizations.hpp: Track the current Coloring using
  18. dynamic memory instead of local variables (crash)