index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_method.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm_eval.c: cache results
nobu
2015-08-22
1
-7
/
+15
*
vm_eval.c: redefined respond_to_missing?
nobu
2015-08-20
1
-20
/
+37
*
vm_eval.c: share with rb_obj_respond_to
nobu
2015-08-20
1
-5
/
+20
*
vm_method.c: reuse method entry
nobu
2015-08-19
1
-5
/
+12
*
* id_table.h: introduce ID key table.
ko1
2015-08-12
1
-15
/
+17
*
* vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0dea
hsbt
2015-08-11
1
-8
/
+8
*
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
1
-10
/
+7
*
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-07-03
1
-96
/
+214
*
vm_method.c: remove unused code
nobu
2015-07-01
1
-12
/
+0
*
vm_method.c: no NOEX macros
nobu
2015-07-01
1
-9
/
+4
*
vm_method.c: orignial visibilities
nobu
2015-07-01
1
-6
/
+8
*
move RB_GC_GUARD responsibility to rb_add_method_iseq
normal
2015-06-30
1
-0
/
+1
*
* vm_method.c (rb_method_entry_create): need to call
ko1
2015-06-25
1
-3
/
+5
*
* vm_method.c: make a rb_method_definition_t data (def) *after* making
ko1
2015-06-25
1
-107
/
+110
*
* vm_method.c (rb_method_definition_reset): need a WB for
ko1
2015-06-24
1
-2
/
+8
*
vm_method.c: use the current visibility
nobu
2015-06-24
1
-10
/
+12
*
vm_method.c: remove redundant check
nobu
2015-06-24
1
-9
/
+2
*
* method.h: embed rb_method_entry_t::attr::flags (5 bits) into
ko1
2015-06-10
1
-8
/
+6
*
* vm.c: use VM_ASSERT instead of assert().
ko1
2015-06-10
1
-3
/
+3
*
* method.h: back to share rb_method_definition_t by
ko1
2015-06-06
1
-60
/
+40
*
* internal.h: move definition of rb_cref_t to method.h.
ko1
2015-06-05
1
-2
/
+2
*
* vm_method.c (rb_add_method_iseq): use intermediate struct to
ko1
2015-06-04
1
-4
/
+8
*
* method.h: constify rb_method_refined_t::orig_me.
ko1
2015-06-04
1
-11
/
+10
*
* method.h: introduce rb_method_refined_t for refined method entry.
ko1
2015-06-03
1
-10
/
+10
*
* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.
ko1
2015-06-03
1
-10
/
+10
*
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-06-03
1
-84
/
+102
*
* vm_method.c (rb_method_definition_set): remove a double assignment.
mame
2015-06-02
1
-1
/
+1
*
* vm_method.c (rb_alias): rename parameter names.
ko1
2015-06-02
1
-9
/
+9
*
* method.h: remove rb_method_iseq_t::iseqval.
ko1
2015-06-02
1
-9
/
+10
*
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-06-02
1
-270
/
+278
*
* vm_method.c (rb_method_entry_make): do not show warning message
ko1
2015-06-01
1
-1
/
+2
*
* class.c: remove needless include pragmra for method.h.
ko1
2015-06-01
1
-1
/
+0
*
vm_method.c: suppress warning
nobu
2015-05-31
1
-1
/
+1
*
* eval_intern.h, vm_method.c: move macros to functions.
ko1
2015-05-31
1
-5
/
+23
*
fix indent
ko1
2015-05-30
1
-2
/
+2
*
* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::type
ko1
2015-05-30
1
-43
/
+91
*
* vm_method.c (rb_unlink_method_entry): make it static.
ko1
2015-05-30
1
-1
/
+1
*
* method.h, vm_method.c (rb_free_method_entry): constify a parameter.
ko1
2015-05-30
1
-2
/
+2
*
* vm_method.c (rb_alias): should resolve refined methods.
shugo
2015-05-26
1
-0
/
+3
*
* iseq.c: constify.
ko1
2015-05-21
1
-1
/
+1
*
* vm_method.c: Remove private attribute warning [Bug #10967]
zzak
2015-05-21
1
-3
/
+3
*
* internal.h: define rb_cref_t and change to use it.
ko1
2015-03-08
1
-4
/
+4
*
* internal.h: define CREF accessor macros.
ko1
2015-03-08
1
-2
/
+2
*
* fix namespace issue on singleton class expressions. [Bug #10943]
ko1
2015-03-06
1
-11
/
+35
*
revert r45487
nobu
2015-02-06
1
-2
/
+0
*
* vm_method.c (remove_method): When remove refined
shugo
2015-02-03
1
-1
/
+7
*
class.c: add callback argument
nobu
2015-01-19
1
-3
/
+3
*
vm_method.c: method defined should not use refinements.
nobu
2015-01-18
1
-1
/
+1
*
method.h: UNDEFINED_REFINED_METHOD_P
nobu
2015-01-12
1
-6
/
+3
*
vm_method.c: NameError at refined method alias
nobu
2015-01-12
1
-1
/
+3
[next]