* properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3a6dec0c5d
commit
2b73ea15f5
@ -2,7 +2,7 @@ Thu Dec 13 12:07:25 2012 Shugo Maeda <shugo@ruby-lang.org>
|
|||||||
|
|
||||||
* include/ruby/ruby.h (RB_UNUSED_VAR): new macro to suppress
|
* include/ruby/ruby.h (RB_UNUSED_VAR): new macro to suppress
|
||||||
warnings for unused variables.
|
warnings for unused variables.
|
||||||
|
|
||||||
* ext/bigdecimal/bigdecimal.c (ENTER): use RB_UNUSED_VAR() to
|
* ext/bigdecimal/bigdecimal.c (ENTER): use RB_UNUSED_VAR() to
|
||||||
suppress annoying warnings by -Wunused-but-set-variable in gcc 4.6.
|
suppress annoying warnings by -Wunused-but-set-variable in gcc 4.6.
|
||||||
|
|
||||||
@ -356,7 +356,7 @@ Sat Dec 8 11:59:59 2012 Shugo Maeda <shugo@ruby-lang.org>
|
|||||||
|
|
||||||
Sat Dec 8 11:17:53 2012 Shugo Maeda <shugo@ruby-lang.org>
|
Sat Dec 8 11:17:53 2012 Shugo Maeda <shugo@ruby-lang.org>
|
||||||
|
|
||||||
* eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block):
|
* eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block):
|
||||||
Module#refine activates all refinements defined in that module
|
Module#refine activates all refinements defined in that module
|
||||||
only in a given block.
|
only in a given block.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user