]> granicus.if.org Git - flex/commitdiff
version 2.5.22; portability fixes and attn to the test suite
authorWill Estes <wlestes@users.sourceforge.net>
Thu, 10 Oct 2002 19:54:33 +0000 (19:54 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Thu, 10 Oct 2002 19:54:33 +0000 (19:54 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index d3f3a767836bc2aea56de01a77c5741b36f44025..0cc24640642cc7782ba050b00ba05a21669b147a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,16 @@ changes between releases of flex.
 
 See the file COPYING for copying conditions.
 
-* after version 2.5.21
+* version 2.5.22 released 2002-10-10
 
-** more test suite cleanups
+** more portability fixes around how we get ahold of the integral
+   types; there is a constant FLEX_NEED_INTEGRAL_TYPE_DEFINITIONS
+   which you should define if you don't have the <inttypes.h> header
+   file (after you complain to your C vendor for not providing a
+   reasonable C environment)
+
+** more test suite cleanups; in particular, the test suite should run
+   correctly when build from a different directory
 
 ** upgraded automake to 1.7 and consequently autoconf to 2.54; this
    means, among other things, that there is some support for
index f0e3daa785a46e773bd639d5c8f3f9884752d81d..f6205f015a9455be4ecf3f72caf3b34e550d80a9 100644 (file)
@@ -24,7 +24,7 @@ dnl PURPOSE.
 dnl autoconf requirements and initialization
 
 AC_PREREQ(2.54)
-AC_INIT(flex,2.5.21,help-flex@gnu.org)
+AC_INIT(flex,2.5.22,help-flex@gnu.org)
 AC_CONFIG_SRCDIR(scan.l)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADER(config.h:conf.in)