From 0611f9e8b1e5416e698c75b7eebe871bfd27b736 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Wed, 21 Aug 2002 13:42:41 +0000 Subject: [PATCH] new beta version; more entries in NEWS from millaway; the top level entry for test-c++-basic --- NEWS | 9 +++++++-- configure.in | 5 +++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 377f56e..e442c02 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,12 @@ changes between releases of flex. 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) @@ -21,7 +26,7 @@ See the file COPYING for copying conditions. ** 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 diff --git a/configure.in b/configure.in index d8cc7a7..1f23103 100644 --- a/configure.in +++ b/configure.in @@ -22,9 +22,9 @@ dnl WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 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) @@ -84,6 +84,7 @@ tests/test-mem-r/Makefile 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. ) -- 2.40.0