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
2016-01-19
* vm_method.c: fix grammar in respond_to? warning.
hsbt
2016-01-03
Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`
yui-knk
2015-12-18
* vm_method.c (rb_method_entry_make, check_override_opt_method):
shugo
2015-11-18
* vm_method.c (rb_class_clear_method_cache): should clear all
ko1
2015-11-18
* vm_method.c (prepare_callable_method_entry): use
ko1
2015-11-18
* method.h: introduce the folliwing field and macros.
ko1
2015-11-17
revert r52614, r52615, r52617 because they cause serious errors
ko1
2015-11-17
* method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognize
ko1
2015-11-17
* method.h: introduce rb_method_definition_t::complemented_count.
ko1
2015-11-15
vm_method.c: check if frozen [Fix GH-1096]
nobu
2015-11-13
* vm.c (vm_define_method): do not use current CREF immediately,
ko1
2015-11-13
* method.h: constify rb_cref_t::scope_visi;
ko1
2015-10-31
internal.h: RUBY_DTRACE_HOOK
nobu
2015-10-30
* vm_method.c: added documentation of protected/private methods.
hsbt
2015-10-28
NameError#receiver of uninitialized constant
nobu
2015-10-26
* vm_method.c(rb_method_entry_make):
sorah
2015-10-24
vm_method.c: remove common code
nobu
2015-10-06
* method.h: remove METHOD_ENTRY_SAFE(me) and related code
ko1
2015-08-22
vm_eval.c: cache results
nobu
2015-08-20
vm_eval.c: redefined respond_to_missing?
nobu
2015-08-20
vm_eval.c: share with rb_obj_respond_to
nobu
2015-08-19
vm_method.c: reuse method entry
nobu
2015-08-12
* id_table.h: introduce ID key table.
ko1
2015-08-11
* vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0dea
hsbt
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-03
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-07-01
vm_method.c: remove unused code
nobu
2015-07-01
vm_method.c: no NOEX macros
nobu
2015-07-01
vm_method.c: orignial visibilities
nobu
2015-06-30
move RB_GC_GUARD responsibility to rb_add_method_iseq
normal
2015-06-25
* vm_method.c (rb_method_entry_create): need to call
ko1
2015-06-25
* vm_method.c: make a rb_method_definition_t data (def) *after* making
ko1
2015-06-24
* vm_method.c (rb_method_definition_reset): need a WB for
ko1
2015-06-24
vm_method.c: use the current visibility
nobu
2015-06-24
vm_method.c: remove redundant check
nobu
2015-06-10
* method.h: embed rb_method_entry_t::attr::flags (5 bits) into
ko1
2015-06-10
* vm.c: use VM_ASSERT instead of assert().
ko1
2015-06-06
* method.h: back to share rb_method_definition_t by
ko1
2015-06-05
* internal.h: move definition of rb_cref_t to method.h.
ko1
2015-06-04
* vm_method.c (rb_add_method_iseq): use intermediate struct to
ko1
2015-06-04
* method.h: constify rb_method_refined_t::orig_me.
ko1
2015-06-03
* method.h: introduce rb_method_refined_t for refined method entry.
ko1
2015-06-03
* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.
ko1
2015-06-03
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-06-02
* vm_method.c (rb_method_definition_set): remove a double assignment.
mame
2015-06-02
* vm_method.c (rb_alias): rename parameter names.
ko1
2015-06-02
* method.h: remove rb_method_iseq_t::iseqval.
ko1
2015-06-02
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-06-01
* vm_method.c (rb_method_entry_make): do not show warning message
ko1
2015-06-01
* class.c: remove needless include pragmra for method.h.
ko1
[next]