* lbtt/: Merge lbtt 1.1.1.
This commit is contained in:
parent
3d6a75ecfa
commit
70597c3f51
3 changed files with 28 additions and 7 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2004-07-30 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* lbtt/: Merge lbtt 1.1.1.
|
||||
|
||||
2004-07-26 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* doc/Doxyfile.in: Update for Doxygen 1.3.8.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
2004-07-16 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* configure.ac: Call AC_GNU_SOURCE to make glibc's strsignal
|
||||
definition visible even to non-GNU compilers.
|
||||
|
||||
2004-02-11 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/SpotWrapper.cc (SpotWrapper::SPOT_AND, SpotWrapper::SPOT_OR):
|
||||
|
|
@ -26,6 +21,28 @@
|
|||
* src/translate.cc (main): Add the --spot option, and build
|
||||
a SpotWrapper if required.
|
||||
|
||||
2004-07-30 Heikki Tauriainen <heikki.tauriainen@hut.fi>
|
||||
|
||||
* Version 1.1.1 released.
|
||||
|
||||
2004-07-30 Heikki Tauriainen <heikki.tauriainen@hut.fi>
|
||||
|
||||
* src/TestOperations.cc (generateBuchiAutomaton): Protect
|
||||
against referencing a null pointer returned by strsignal on
|
||||
some platforms.
|
||||
(performBuchiIntersectionCheck): Handle product size
|
||||
exceptions gracefully. Skip redundant writes to an unopened
|
||||
transcript file.
|
||||
|
||||
* configure.ac: Update version.
|
||||
* NEWS: Update.
|
||||
* README: Update.
|
||||
|
||||
2004-07-16 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* configure.ac: Call AC_GNU_SOURCE to make glibc's strsignal
|
||||
definition visible even to non-GNU compilers.
|
||||
|
||||
2004-07-07 Heikki Tauriainen <heikki.tauriainen@hut.fi>
|
||||
|
||||
* Version 1.1.0 released.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.59])
|
||||
AC_INIT([lbtt], [1.1.0], [heikki.tauriainen@hut.fi])
|
||||
AC_REVISION([Revision: 1.4])
|
||||
AC_INIT([lbtt], [1.1.1], [heikki.tauriainen@hut.fi])
|
||||
AC_REVISION([Revision: 1.5])
|
||||
AC_CONFIG_SRCDIR([src/main.cc])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue