fix ML ref

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2012-10-07 17:10:03 +00:00
parent 511703c770
commit 98f14a9100

View File

@ -1,19 +1,19 @@
Sun Oct 7 04:50:00 2012 Zachary Scott <zzak@ruby-lang.org>
* lib/abbrev.rb: Documentation examples for Abbrev.
[ruby-dev:47442] [Bug #6985]
[ruby-core:47442] [Bug #6985]
Sun Oct 7 04:50:00 2012 Zachary Scott <zzak@ruby-lang.org>
* thread.c (rb_thread_aref):
Grammar in Thread documentation.
Patch by Steve Klabnik [ruby-dev:47799] [Bug #7099]
Patch by Steve Klabnik [ruby-core:47799] [Bug #7099]
Sun Oct 7 04:37:00 2012 Zachary Scott <zzak@ruby-lang.org>
* string.c (rb_str_match):
Clarify behavior for captured strings and local variable assignment
Patch by Marcus Stollsteimer [ruby-dev:47668] [Bug #7062]
Patch by Marcus Stollsteimer [ruby-core:47668] [Bug #7062]
Sat Oct 6 18:31:36 2012 Shugo Maeda <shugo@ruby-lang.org>