Slight reorganization for 5.20 notes.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 7 Apr 2007 15:33:00 +0000 (15:33 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 7 Apr 2007 15:33:00 +0000 (15:33 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@178 052ea7fc-9027-0410-9066-f65837a77df0

ChangeLog

index 2cb2fc0..28f4b17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,13 @@
 Ragel 5.20 - Apr 7, 2007
 ========================
+ -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.
  -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