Documentation for 5.23.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Tue, 24 Jul 2007 21:16:08 +0000 (21:16 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Tue, 24 Jul 2007 21:16:08 +0000 (21:16 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@267 052ea7fc-9027-0410-9066-f65837a77df0

ChangeLog
version.mk

index 6addf2f..267f7bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Ragel 5.23 - Jul 24, 2007
+=========================
+ -Eliminated the use of callcc as an alternative to goto. Instead, the named
+  breaks implementation used in the Java code generator is imitated using
+  control flow variables.
+ -Improved the error message given when there is a write statement but no
+  machine instantiations and hence no state machine.
+ -Documentation improvements: updates to "Machine Instantiation", "Write Init"
+  and "Write Exports" sectons. Added the "Variables Used by Ragel" section.
+ -Renamed "Entering Actions" to "Starting Actions."
+ -Other documentation updats.
+
 Ragel 5.22 - June 14, 2007
 ==========================
  -Bug fix: need to isolate the start state of a scanner before setting the
index a37d0a1..451afbf 100644 (file)
@@ -1,2 +1,2 @@
-VERSION = 5.22
-PUBDATE = June 2007
+VERSION = 5.23
+PUBDATE = July 2007