ruby-changes:18007
From: yugui <ko1@a...>
Date: Thu, 2 Dec 2010 17:06:13 +0900 (JST)
Subject: [ruby-changes:18007] Ruby:r30029 (ruby_1_9_2): merges r29410 from trunk into ruby_1_9_2.
yugui 2010-12-02 17:05:54 +0900 (Thu, 02 Dec 2010) New Revision: 30029 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30029 Log: merges r29410 from trunk into ruby_1_9_2. -- * parse.y (regexp): dregexp has literal string only at the head and successors are array. [ruby-core:32682] Modified files: branches/ruby_1_9_2/ChangeLog branches/ruby_1_9_2/version.h Index: ruby_1_9_2/ChangeLog =================================================================== --- ruby_1_9_2/ChangeLog (revision 30028) +++ ruby_1_9_2/ChangeLog (revision 30029) @@ -1,3 +1,8 @@ +Mon Oct 4 12:43:47 2010 Nobuyoshi Nakada <nobu@r...> + + * parse.y (regexp): dregexp has literal string only at the head + and successors are array. [ruby-core:32682] + Mon Oct 4 09:30:42 2010 NARUSE, Yui <naruse@r...> * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.new Index: ruby_1_9_2/version.h =================================================================== --- ruby_1_9_2/version.h (revision 30028) +++ ruby_1_9_2/version.h (revision 30029) @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.2" -#define RUBY_PATCHLEVEL 59 +#define RUBY_PATCHLEVEL 60 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/