* src/tgbatest/spotlbtt.test: Typo.

This commit is contained in:
Alexandre Duret-Lutz 2004-02-05 13:08:57 +00:00
parent c38a3428f3
commit b253881336
4 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,7 @@
2004-02-05 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/spotlbtt.test: Typo.
* wrap/python/spot.i (unblock_signal): New function.
* wrap/python/cgi/ltl2tgba.in (print_footer, alarm_handler)
(reset_alarm): New functions. Kill the script and its
@ -8,6 +10,8 @@
2004-02-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac, NEWS: Bump version to 0.0q.
* configure.ac, NEWS: Bump version to 0.0p.
* wrap/python/cgi/ltl2tgba.in: Fix <table> setting to cope

2
NEWS
View file

@ -1,3 +1,5 @@
New in spot 0.0q:
New in spot 0.0p (2004-02-03):
* In ltl_to_tgba_fm:

View file

@ -20,7 +20,7 @@
# 02111-1307, USA.
AC_PREREQ([2.57])
AC_INIT([spot], [0.0p])
AC_INIT([spot], [0.0q])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([gnits nostdinc 1.8])

View file

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6),
# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
# département Systèmes Répartis Coopératifs (SRC), Université Pierre
# et Marie Curie.
#
@ -37,7 +37,7 @@ Algorithm
Algorithm
{
Name = "Spot (Couvreur -- LACIM), degeneralized"
Name = "Spot (Couvreur -- LaCIM), degeneralized"
Path = "${LBTT_TRANSLATE} --spot './ltl2tgba -F -t -D'"
Enabled = yes
}