index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_method.c
Age
Commit message (
Expand
)
Author
2009-08-06
* vm_method.c (rb_method_entry_eq): deals with optimized method
nobu
2009-07-22
* method.h : Commas at end of enum list not allowed as of C89
shyouhei
2009-07-19
* vm_method.c (me_opts): fixed optimized method aliasing.
nobu
2009-07-16
* vm_method.c (rb_alias): fix a case which try non-existing method alias.
ko1
2009-07-15
* vm_method.c: separate clearing cache entry code.
ko1
2009-07-15
* method.h, vm_core.h: add rb_method_entry_t. Remove nodes around
ko1
2009-07-04
* vm_method.c (rb_add_method, remove_method, rb_undef): fixed
nobu
2009-07-04
* vm_method.c (Init_eval_method): registers notimplement_body as a
nobu
2009-05-19
* vm_method.c (rb_attr): should preserve encoding info.
matz
2009-05-13
* gc.c: add longlife garbage collection. [ruby-dev:38423]
nari
2009-04-21
update rdoc.
akr
2009-04-16
* node.h (rb_notimplement_body_p): declared.
akr
2009-04-16
* class.c (rb_define_method_id): use rb_define_notimplement_method_id
akr
2008-12-27
* vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead of
ko1
2008-12-15
* vm_eval.c (vm_call_super): uses method_missing().
nobu
2008-12-04
* vm_method.c (rb_obj_respond_to): Remove a duplicated rdoc
knu
2008-10-05
* vm_method.c (rb_mod_modfunc): method undefined in included module
nobu
2008-09-23
* common.mk: clean up
ko1
2008-08-28
* vm_method.c (rb_method_node): fail earlier if no method found.
matz
2008-08-16
* include/ruby/ruby.h (rb_intern_const): tiny optimization.
nobu
2008-08-13
* object.c (rb_obj_untrusted): new method Object#untrusted?.
shugo
2008-08-04
* array.c (rb_ary_sort_bang): respect overridden <=> for String and
nobu
2008-06-09
* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
nobu
2008-05-31
* suppress warnings with -Wwrite-string.
nobu
2008-05-24
* eval_method.c: renamed from vm_method.c. "vm_method.c" is included
ko1