From 125ebec3d10155129b54ed88ae938ab46ec1c6d0 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Mon, 18 May 2009 14:52:16 +0000 Subject: [PATCH] About to release 6.5. --- AUTHORS | 1 + CREDITS | 2 +- ChangeLog | 17 +++++++++++++++++ Makefile.am | 4 ---- configure.in | 4 ++-- 5 files changed, 21 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index e69de29..7ca82d0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1 @@ +See CREDITS. diff --git a/CREDITS b/CREDITS index 138eee0..2d8bac7 100644 --- a/CREDITS +++ b/CREDITS @@ -38,4 +38,4 @@ missed. Kenny MacDermid, MenTaLguY, Manoj Rajagopalan, Tim Chklovski, Mikkel Fahnøe Jørgensen, Andrei Polushin, Evan Phoenix, David Balmain, Ross Thomas, Mitchell Foral, John D. Mitchell, Diego 'Flameeyes' Pettenò, - Jose Quinteiro, William Morgan, _why + Jose Quinteiro, William Morgan, _why, Iñaki Baz Castillo diff --git a/ChangeLog b/ChangeLog index e655be0..e9757de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Ragel 6.5 - May 18, 2009 +======================== + -Fixed a bug in graphviz generation. Ragel crashed when using -V and -M and + the specified machine referenced another machine that wasn't included in the + build. + -The name "CS" is in use on OpenSolaris, changed to vCS to ease compiling + Ragel there. + -Converted to automake. + -REALLY fixed a bug that was intended to be fixed in 6.4: + Fixed a problem reading hex numbers that have the high bit set when the + alphabet is signed and we are on 64 bit. This was reported by _why. The + fix was provided by Wialliam Morgan. The literal 0xffffffff was used for + a fully set long when -1L should be used instead. + A null patch (whitespace changes) must have gotten checked after I was + testing with and without the critical one-line patch and I forgot to enable + make sure it was enabled in the final checkin version. + Ragel 6.4 - Mar 22, 2009 ======================== -Moved back to a single executable. The old intermediate format can still be diff --git a/Makefile.am b/Makefile.am index 683885c..afed4f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,3 @@ SUBDIRS = ragel aapl doc test contrib dist_doc_DATA = ChangeLog - -sed_script = 's/build_parsers=yes/build_parsers=no/;s/build_manual=yes/build_manual=no/;' - -configure = $(top_distdir)/configure diff --git a/configure.in b/configure.in index a711112..9e1c05b 100644 --- a/configure.in +++ b/configure.in @@ -18,8 +18,8 @@ dnl You should have received a copy of the GNU General Public License dnl along with Ragel; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT(ragel, 6.4) -PUBDATE="March 2009" +AC_INIT(ragel, 6.5) +PUBDATE="May 2009" AM_INIT_AUTOMAKE AC_SUBST(PUBDATE)