spot/src
Alexandre Duret-Lutz f1f81fbfef * src/ltlvisit/lunabbrev.cc, src/ltlvisit/lunabbrev.hh: Merge the
two unabbreviate_logic definitions (const and non-const) into a
function that takes a const formula* and return a non-const
formula*.  Since formula* is convertible to const formula*, and
the const version of the function just called the non-onst one, it
makes no sense to keep both.  Also, it confused Swig.
* src/ltlvisit/nenoform.cc, src/ltlvisit/nenoform.hh: Likewise
for negative_normal_form.
* src/ltlvisit/tunabbrev.cc, src/ltlvisit/tunabbrev.hh: Likewise
for unabbreviate_ltl.
* src/ltlvisit/clone.cc, src/ltlvisit/clone.hh: Likewise for clone.
* src/ltlvisit/destroy.cc, src/ltlvisit/destroy.hh: Likewise
for destroy.
2003-08-01 13:04:25 +00:00
..
ltlast typos 2003-07-31 18:40:51 +00:00
ltlenv Fix errors reported by ICC. 2003-06-28 10:10:25 +00:00
ltlparse * src/ltlparse/ltlscan.ll: Allow /, /, and xor, used in LBTT. 2003-07-29 16:28:38 +00:00
ltltest * src/ltlparse/ltlscan.ll: Allow /, /, and xor, used in LBTT. 2003-07-29 16:28:38 +00:00
ltlvisit * src/ltlvisit/lunabbrev.cc, src/ltlvisit/lunabbrev.hh: Merge the 2003-08-01 13:04:25 +00:00
misc * src/misc/const_sel.hh: Delete. 2003-07-31 11:49:53 +00:00
tgba * iface/gspn/Makefile.am (TESTS): Add dcswaveltl.test. 2003-07-30 12:44:50 +00:00
tgbaalgos * src/tgbaalgos/magic.cc, src/tgbaalgos/reachiter.cc: Include cassert. 2003-07-31 11:47:21 +00:00
tgbaparse Before this change, all automata would construct their own 2003-07-14 21:42:59 +00:00
tgbatest * src/tgbaalgos/lbtt.cc: Typos. 2003-07-29 16:15:19 +00:00
.cvsignore * src/ltlvisit/Makefile.am (lib_LTLIBRARIES): Rename as ... 2003-04-30 12:46:12 +00:00
Makefile.am Before this change, all automata would construct their own 2003-07-14 21:42:59 +00:00