Commit graph

16 commits

Author SHA1 Message Date
Jeroen Meijer cf7dacebb2 Gnulib: use conditional dependencies. 2018-07-06 14:27:08 +02:00
Jeroen Meijer 58fa890d78 Fix autoconf warning. 2018-07-06 14:27:08 +02:00
Jeroen Meijer 9d0f55ed02 Ignore compiled files from gnulib. 2018-07-06 14:27:08 +02:00
Jeroen Meijer c17d2bbc13 Make LTL2BA compile on Windows. 2018-07-06 14:27:08 +02:00
Alfons Laarman 92bed4de11 Fixed warnings in Cygwin 2012-08-12 17:23:37 +02:00
Alfons Laarman 7ba2035379 Fix warning 2012-08-09 15:06:00 +02:00
Michael Weber 091e219aed Make "accept" static to avoid clashes with accept(2) syscall
TODO:
there are lots of variables in ltl2ba which should perhaps better be static
2011-02-04 15:05:10 +01:00
Michael Weber 76c92577f7 Export more details of automaton data structures
TODO:
proper interface
2010-11-29 17:39:57 +01:00
Michael Weber 57b713c3d8 Added ability to print dot output
New function print_dot_buchi (not used yet).
2010-11-29 17:39:56 +01:00
Michael Weber 2e9e1a61dd Make tl_yylex hookable (default is tl_lex)
This allows replacing the lexer when using libltl2ba.la.
2010-11-29 17:39:55 +01:00
Michael Weber f277db6c7e Simplify file copying
Also enlarge buffers.
2010-11-29 17:39:18 +01:00
Michael Weber 42f2334450 Fixed all warnings 2010-11-29 17:39:18 +01:00
Michael Weber f0503c0a86 Make internally used functions static 2010-11-29 17:39:18 +01:00
Michael Weber f796e5ca6f Make libltl2ba.la self-contained
Moved all globals accessed outside of main.c to util.c.

Library must be initialized by calling ltl2ba_init().

Fixed bug: appending never claim to a file
2010-11-29 17:39:16 +01:00
Michael Weber d8a101f54e autoconfiscated 2010-11-29 17:17:47 +01:00
Michael Weber be18a22bce Import ltl2ba-1.1
http://www.lsv.ens-cachan.fr/~gastin/ltl2ba/
2010-11-26 11:42:03 +01:00