ruby-changes:47426
From: usa <ko1@a...>
Date: Wed, 9 Aug 2017 19:12:41 +0900 (JST)
Subject: [ruby-changes:47426] usa:r59542 (ruby_2_3): * ChangeLog: for the previous commit
usa 2017-08-09 19:12:34 +0900 (Wed, 09 Aug 2017) New Revision: 59542 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59542 Log: * ChangeLog: for the previous commit Modified files: branches/ruby_2_3/ChangeLog branches/ruby_2_3/version.h Index: ruby_2_3/version.h =================================================================== --- ruby_2_3/version.h (revision 59541) +++ ruby_2_3/version.h (revision 59542) @@ -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-08-09" -#define RUBY_PATCHLEVEL 352 +#define RUBY_PATCHLEVEL 353 #define RUBY_RELEASE_YEAR 2017 #define RUBY_RELEASE_MONTH 8 Index: ruby_2_3/ChangeLog =================================================================== --- ruby_2_3/ChangeLog (revision 59541) +++ ruby_2_3/ChangeLog (revision 59542) @@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/ChangeLog#L1 +Wed Aug 9 19:09:20 2017 Nobuyoshi Nakada <nobu@r...> + + * node.h (nd_line): should sign-extend. shifting `VALUE` extends + with zero bits if `sizeof(VALUE)` equals to `sizeof(int)`. the + zero bits are truncated if `sizeof(VALUE)` is bigger enough. + [ruby-core:80920] [Bug #13523] + Wed Aug 9 17:53:09 2017 NAKAMURA Usaku <usa@r...> * compile.c (iseq_compile_each): the lifetime of new_opt have to be -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/