spot/src
Alexandre Duret-Lutz ea6a1ffc22 Fully quote guards used by neverclaims.
Especially with should write !(p0) and not !p0, because p0 is
usually #define'd by the user and he may have forgotten to quote
the value of the macro.  This issue was discovered by Kristin
Yvonne Rozier and diagnosed by Gerard Holzmann.

* src/tgbaalgos/neverclaim.cc (process_link): Call
to_spin_string(..., true) to fully parentheses the string.
* src/tgbatest/neverclaimread.test: Add a test.
2011-11-16 14:27:50 +01:00
..
eltlparse Fix "unused function" warnings reported by clang++. 2011-01-12 18:44:29 +01:00
eltltest Check for missing Copyright blurbs, and add them. 2010-01-30 16:32:13 +01:00
evtgba Introduct a down_cast macro. 2011-03-31 19:39:44 +02:00
evtgbaalgos Fix errors reported by clang++-2.9. 2011-08-28 10:37:43 +02:00
evtgbaparse Allow atomic propositions and identifiers like `X.Y'. 2011-03-07 11:09:53 +01:00
evtgbatest * src/evtgbatest/ltl2evtgba.test: Replace * by &. 2010-01-30 14:16:15 +01:00
kripke Finalize Kripke interface. 2010-11-26 17:50:12 +01:00
ltlast Fix some struct/class missmatches reported by clang. 2010-11-20 18:02:20 +01:00
ltlenv Fix copyrights. 2010-01-24 20:51:09 +01:00
ltlparse Allow atomic propositions and identifiers like `X.Y'. 2011-03-07 11:09:53 +01:00
ltltest * src/ltltest/genltl.cc (X_n): Fix assertion. 2011-06-07 07:26:43 +02:00
ltlvisit Fix errors reported by clang++-2.9. 2011-08-28 10:37:43 +02:00
misc Improve SCC simplification by removing implied acceptance conditions. 2011-08-28 10:37:42 +02:00
neverparse Allow neverclaim guards of the form !(x)' or ! (x)'. 2011-11-08 11:59:45 +01:00
saba Introduce a destroy() method on states, and use it instead of delete. 2011-01-27 10:48:48 +01:00
sabaalgos More Doxygen fixes. 2010-01-31 20:57:02 +01:00
sabatest more files to ignore 2011-01-27 21:47:47 +01:00
sanity More interfaces to the int array compression routines. 2011-04-12 11:44:53 +02:00
tgba Safra: Fix usage of multiple acceptance conditions and fix text output. 2011-10-23 23:06:59 +02:00
tgbaalgos Fully quote guards used by neverclaims. 2011-11-16 14:27:50 +01:00
tgbaparse Allow atomic propositions and identifiers like `X.Y'. 2011-03-07 11:09:53 +01:00
tgbatest Fully quote guards used by neverclaims. 2011-11-16 14:27:50 +01:00
.cvsignore * src/ltlvisit/Makefile.am (lib_LTLIBRARIES): Rename as ... 2003-04-30 12:46:12 +00:00
.gitignore more files to ignore 2009-09-02 10:41:18 +02:00
Makefile.am * src/Makefile.am (libspot_la_LIBADD): Rename libneverclaimparse.la 2010-11-06 20:44:37 +01:00