See the file COPYING for copying conditions.
-* after version 2.5.14
+* version 2.5.15 released 2002-8-21
+
+** reject-state buffer is now dynamically allocated and REJECT buffer
+ variables are reentrant-safe
+
+** manual now discusses memory usage
** skeleton now processed by m4 before mkskel.sh; (this only matters
if you want to change the skeleton or if you're doing flex development)
** tables code omitted from generated scanner when not used
-* version 2.5.14 2002-8-15
+* version 2.5.14 released 2002-8-15
** the tests using the reentrant c scanner as c++ were reworked
slightly to be sure that the c++ was enforced
dnl PURPOSE.
AC_PREREQ(2.50)
-AC_INIT(flex,2.5.14,help-flex@gnu.org)
+AC_INIT(flex,2.5.15,help-flex@gnu.org)
AC_CONFIG_SRCDIR(scan.l)
-AM_INIT_AUTOMAKE(flex,2.5.14)
+AM_INIT_AUTOMAKE(flex,2.5.15)
AM_CONFIG_HEADER(config.h:conf.in)
AM_GNU_GETTEXT
AM_GNU_GETTEXT_VERSION(0.11.5)
tests/test-posix/Makefile
tests/test-posixly-correct/Makefile
tests/test-table-opts/Makefile
+tests/test-c++-basic/Makefile
dnl --new-test-here-- This line is processed by tests/create-test.
)