* src/tgbaparse/tgbaparse.yy (lines): Expect at last one line.
This commit is contained in:
parent
cd8090d66c
commit
d3a9261816
3 changed files with 14 additions and 11 deletions
12
ChangeLog
12
ChangeLog
|
|
@ -1,5 +1,7 @@
|
|||
2003-06-30 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
* src/tgbaparse/tgbaparse.yy (lines): Expect at last one line.
|
||||
|
||||
* doc/Doxyfile.in (HAVE_DOT): Set to YES to output
|
||||
collaboration diagrams.
|
||||
* doc/mainpage.dox: Typo.
|
||||
|
|
@ -10,14 +12,14 @@
|
|||
(state_bdd_product::state_bdd_product): Adjust.
|
||||
* src/tgba/tgbaproduct.cc (state_bdd_product::state_bdd_product):
|
||||
Adjust.
|
||||
|
||||
|
||||
* src/tgba/succiter.hh (tgba_bdd_succ_iterator::done):
|
||||
Mark as const.
|
||||
* src/tgba/succiterconcrete.cc
|
||||
* src/tgba/succiterconcrete.cc
|
||||
(tgba_succ_iterator_concrete::done): Likewise.
|
||||
* src/tgba/succiterconcrete.hh
|
||||
(tgba_succ_iterator_concrete::done): Likewise.
|
||||
* src/tgba/tgbaexplicit.cc
|
||||
* src/tgba/tgbaexplicit.cc
|
||||
(tgba_explicit_succ_iterator::done): Likewise.
|
||||
* src/tgba/tgbaexplicit.hh
|
||||
(tgba_explicit_succ_iterator::done): Likewise.
|
||||
|
|
@ -29,13 +31,13 @@
|
|||
(tgba_translate_proxy_succ_iterator::done): Likewise.
|
||||
* src/tgba/tgbatranslateproxy.cc
|
||||
(tgba_translate_proxy_succ_iterator::done): Likewise.
|
||||
|
||||
|
||||
* src/tgba/succiterconcrete.cc
|
||||
(tgba_succ_iterator_concrete::next): Call bdd_satoneset
|
||||
on data_.varandnext_set. The previous implementation
|
||||
was wrong for GFa.
|
||||
* src/tgba/tgbabddcoredata.hh: Declare varandnext_set.
|
||||
* src/tgba/tgbabddcoredata.cc: Handle varandnext_set.
|
||||
* src/tgba/tgbabddcoredata.cc: Handle varandnext_set.
|
||||
|
||||
* doc/Doxygen.in: Enable LaTeX output.
|
||||
* doc/Makefile.am (spotref.pdf): New rule.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue