diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Dec 10 09:20:58 2009 NARUSE, Yui <naruse@ruby-lang.org> + + * encoding.c (Init_Encoding): undef Encoding.new because + a class which is rb_undef_alloc-func-ed can't call new method. + [ruby-dev:39862] + + * vm.c (Init_VM): undef RubyVM.new and RubyVM::Env.new. + Mon Dec 21 17:51:44 2009 NARUSE, Yui <naruse@ruby-lang.org> * regcomp.c (optimize_node_left): include equal on the condition of for-loop. |
