]> granicus.if.org Git - flex/commitdiff
new beta version; more entries in NEWS from millaway; the top level entry for test... flex-2-5-15
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 21 Aug 2002 13:42:41 +0000 (13:42 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 21 Aug 2002 13:42:41 +0000 (13:42 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 377f56e963cea8d7f579dd0941e043ea9d0e3a19..e442c02e4a60c7a834d48ea2669cf12fafebddfb 100644 (file)
--- 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
index d8cc7a7127c31bb93eb22873735ba57eb00d4911..1f231031c7248e982b60bbcf4f546d4933e1690f 100644 (file)
@@ -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.
 )