Skip to content

Commit

Permalink
About to release 6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Thurston committed May 18, 2009
1 parent dec6f4a commit 125ebec
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See CREDITS.
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 125ebec

Please sign in to comment.