ruby-changes:47764
From: usa <ko1@a...>
Date: Thu, 14 Sep 2017 13:26:11 +0900 (JST)
Subject: [ruby-changes:47764] usa:r59882 (ruby_2_3): * ChangeLog: forgotten entries for r59880 and r59881.
usa 2017-09-14 13:26:07 +0900 (Thu, 14 Sep 2017) New Revision: 59882 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59882 Log: * ChangeLog: forgotten entries for r59880 and r59881. Modified files: branches/ruby_2_3/ChangeLog branches/ruby_2_3/version.h Index: ruby_2_3/ChangeLog =================================================================== --- ruby_2_3/ChangeLog (revision 59881) +++ ruby_2_3/ChangeLog (revision 59882) @@ -1,3 +1,18 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/ChangeLog#L1 +Thu Sep 14 13:24:51 2017 Nobuyoshi Nakada <nobu@r...> + + parse.y: primary should not be 0 + + * parse.y (primary): should not be 0, since it can be a receiver. + [ruby-core:82447] [Bug #13836] + +Thu Sep 14 13:19:30 2017 Nobuyoshi Nakada <nobu@r...> + + vm_method.c: alias warning at refined method + + * vm_method.c (rb_method_entry_make): suppress a warning at + refined method which will not be redefined. + [ruby-core:82385] [Bug #13817] + Thu Sep 14 13:14:19 2017 NAKAMURA Usaku <usa@r...> * ext/bigdecimal/bigdecimal.c (BigDecimal_hash): st_index_t may not be Index: ruby_2_3/version.h =================================================================== --- ruby_2_3/version.h (revision 59881) +++ ruby_2_3/version.h (revision 59882) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/version.h#L1 #define RUBY_VERSION "2.3.5" #define RUBY_RELEASE_DATE "2017-09-14" -#define RUBY_PATCHLEVEL 372 +#define RUBY_PATCHLEVEL 373 #define RUBY_RELEASE_YEAR 2017 #define RUBY_RELEASE_MONTH 9 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/