About to release 6.5.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 18 May 2009 14:52:16 +0000 (14:52 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 18 May 2009 14:52:16 +0000 (14:52 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@863 052ea7fc-9027-0410-9066-f65837a77df0

AUTHORS
CREDITS
ChangeLog
Makefile.am
configure.in

diff --git a/AUTHORS b/AUTHORS
index e69de29..7ca82d0 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1 @@
+See CREDITS.
diff --git a/CREDITS b/CREDITS
index 138eee0..2d8bac7 100644 (file)
--- 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
index e655be0..e9757de 100644 (file)
--- 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
index 683885c..afed4f7 100644 (file)
@@ -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
index a711112..9e1c05b 100644 (file)
@@ -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)