From: thurston Date: Sat, 7 Apr 2007 15:33:00 +0000 (+0000) Subject: Slight reorganization for 5.20 notes. X-Git-Tag: 2.0_alpha~317 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fe41e14a59f8c756f174f536e9a062f2ca8faa4;p=external%2Fragel.git Slight reorganization for 5.20 notes. git-svn-id: http://svn.complang.org/ragel/trunk@178 052ea7fc-9027-0410-9066-f65837a77df0 --- diff --git a/ChangeLog b/ChangeLog index 2cb2fc0..28f4b17 100644 --- 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