Documentation for 5.20.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 7 Apr 2007 15:16:21 +0000 (15:16 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 7 Apr 2007 15:16:21 +0000 (15:16 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@177 052ea7fc-9027-0410-9066-f65837a77df0

ChangeLog
version.mk

index 06417fb..2cb2fc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Ragel 5.20 - Apr 7, 2007
+========================
+ -A number of fixes were made to the Ruby code generator.
+ -The frontend now scans ruby comments and regular expressions.
+ -A transformation for Ruby was added to the language-independent test suite.
+  The Ruby code generator passes on all the language-independent tests.
+ -A new Ruby test and two language-independent tests were added.
+ -The cs variable is now always initialized, unless the "nocs" option is given
+  to the write init command. If there is no main machine, cs is initialized to
+  the entry point defined by the last machine instantiation.
+ -Some portability fixes were made (Patches from Josef Goettgens and Aaron
+  Campbell).
+ -Fixed a make dependency bug which caused a problem for parallel building
+  (Patch from Jeremy Hinegardner).
+
 Ragel 5.19 - Mar 14, 2007
 =========================
  -Added an import statement to ragel. This statement takes a literal string as
index 7c62f7b..f980cef 100644 (file)
@@ -1,2 +1,2 @@
-VERSION = 5.19
-PUBDATE = March 2007
+VERSION = 5.20
+PUBDATE = April 2007