From 4915ce691d147a460e14531f4031d6934c5e8c5c Mon Sep 17 00:00:00 2001 From: duerst Date: Fri, 9 Sep 2016 04:14:55 +0000 Subject: * News: Announcing update to Unicode version 9.0.0 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 284eb61051..256b71ff9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 9 13:14:53 2016 Martin Duerst + + * News: Announcing update to Unicode version 9.0.0 [ci skip] + Fri Sep 9 10:10:00 2016 Nobuyoshi Nakada * variable.c (rb_const_search): warn with the actual class/module -- cgit v1.2.3 From b5f3a113f55a81ce19c36b50d1ef234ac518d510 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 9 Sep 2016 04:50:07 +0000 Subject: fix file names [ci skip] * doc/extension.rdoc, doc/extension.ja.rdoc: fix file name. pointed out by @takkanm in the RubyKaigi talk. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 256b71ff9b..2ed78e9c76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 9 13:50:05 2016 Nobuyoshi Nakada + + * doc/extension.rdoc, doc/extension.ja.rdoc: fix file name. + pointed out by @takkanm in the RubyKaigi talk. + Fri Sep 9 13:14:53 2016 Martin Duerst * News: Announcing update to Unicode version 9.0.0 [ci skip] -- cgit v1.2.3 From 646c53895f80358d153d04f04b726d0d14388cf2 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 9 Sep 2016 08:59:48 +0000 Subject: thread.c: set cause by Thread#raise * thread.c (rb_threadptr_raise): set cause from the called thread, but not from the thread to be interrupted. [ruby-core:77222] [Bug #12741] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ed78e9c76..29cca7c0b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 9 17:59:46 2016 Nobuyoshi Nakada + + * thread.c (rb_threadptr_raise): set cause from the called thread, + but not from the thread to be interrupted. + [ruby-core:77222] [Bug #12741] + Fri Sep 9 13:50:05 2016 Nobuyoshi Nakada * doc/extension.rdoc, doc/extension.ja.rdoc: fix file name. -- cgit v1.2.3 From d0c717e410cff2fb0d39ca4e113532e84c04f06b Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 9 Sep 2016 13:44:15 +0000 Subject: * gems/bundled_gems: sort lines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29cca7c0b2..1fd1fd9ac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 9 22:43:29 2016 Kazuhiro NISHIYAMA + + * gems/bundled_gems: sort lines. + Fri Sep 9 17:59:46 2016 Nobuyoshi Nakada * thread.c (rb_threadptr_raise): set cause from the called thread, -- cgit v1.2.3