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
/
method.h
Age
Commit message (
Expand
)
Author
2011-01-19
* method.h: parenthesize macro arguments.
akr
2010-10-26
* class.c, constant.h, gc.c, method.h, object.c, variable.c,
mame
2010-05-05
* vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):
ko1
2010-05-04
* gc.c (rb_mark_method_entry): renamed.
nobu
2010-05-04
* method.h (rb_gc_mark_method_entry): fixed typo.
nobu
2010-05-04
* method.h, vm_method.c: rename some internal functions related to
ko1
2010-03-22
* proc.c (rb_method_location): return attr's location if it is setup.
wanabe
2009-10-04
* vm_method.c (basic_obj_respond_to): should not call
matz
2009-10-02
* method.h (rb_method_type_t): remove a comma at end of
naruse
2009-09-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...
matz
2009-08-29
* vm_eval.c (rb_call0): gets rid of checking method cache twice.
yugui
2009-08-28
* method.h (rb_method_definition_t): split from rb_method_entry_t
nobu
2009-08-26
* method.c (rb_method_entry_t): body.proc should be marked.
nobu
2009-07-22
* method.h : Commas at end of enum list not allowed as of C89
shyouhei
2009-07-16
* method.h: properties.
nobu
2009-07-15
* method.h, vm_core.h: add rb_method_entry_t. Remove nodes around
ko1