ruby-changes:46060
From: usa <ko1@a...>
Date: Sun, 26 Mar 2017 05:31:52 +0900 (JST)
Subject: [ruby-changes:46060] usa:r58131 (ruby_2_2): * ChangeLog: log for r58102.
usa 2017-03-26 05:31:44 +0900 (Sun, 26 Mar 2017) New Revision: 58131 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58131 Log: * ChangeLog: log for r58102. Modified files: branches/ruby_2_2/ChangeLog branches/ruby_2_2/version.h Index: ruby_2_2/ChangeLog =================================================================== --- ruby_2_2/ChangeLog (revision 58130) +++ ruby_2_2/ChangeLog (revision 58131) @@ -299,6 +299,12 @@ Sun Mar 26 02:01:54 2017 Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ruby_2_2/ChangeLog#L299 * test/ruby/test_io_m17n.rb (TestIO_M17N#test_puts_widechar): do not use invalid codepoint. [ruby-core:79966] [Bug #13292] +Sun Mar 26 01:58:03 2017 NAKAMURA Usaku <usa@r...> + + * regcomp.c (set_bm_skip): Need to check the end of the string. + this patch is from https://github.com/k-takata/Onigmo/commit/e5c0e6c36187898bb27960cd66d591f172558848 . + [Backport #12997] + Sun Mar 26 01:48:05 2017 Nobuyoshi Nakada <nobu@r...> date_core.c: [DOC] revise docs [ci skip] Index: ruby_2_2/version.h =================================================================== --- ruby_2_2/version.h (revision 58130) +++ ruby_2_2/version.h (revision 58131) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_2/version.h#L1 #define RUBY_VERSION "2.2.7" #define RUBY_RELEASE_DATE "2017-03-26" -#define RUBY_PATCHLEVEL 463 +#define RUBY_PATCHLEVEL 464 #define RUBY_RELEASE_YEAR 2017 #define RUBY_RELEASE_MONTH 3 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/