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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
class.c
Age
Commit message (
Expand
)
Author
2015-06-06
* method.h: back to share rb_method_definition_t by
ko1
2015-06-06
* class.c: ins_methods_push() needs rb_method_visibility_t type on
ko1
2015-06-06
* class.c (ins_methods_push): Change type and name of parameters
ko1
2015-06-06
class.c: suppress a warning
nobu
2015-06-05
* class.c (ins_methods_push): change 3rd parameter's type
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
* class.c (method_entry_i): mtbl should not have `me' as NULL.
ko1
2015-06-03
* class.c (clone_method): do not use me->klass, but use explicitly
ko1
2015-06-03
* vm_core.h (rb_vm_rewrite_cref_stack): rename to rb_vm_rewrite_cref().
ko1
2015-06-03
* class.c (clone_method): remove redundant check for me->def != NULL.
ko1
2015-06-03
* method.h: split rb_method_definition_t::flag to several flags.
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
* class.c: remove needless include pragmra for method.h.
ko1
2015-05-31
* class.c (rb_class_has_methods): added to reduce depenedency
ko1
2015-04-23
vm_eval.c: allow symbols to instance_eval/exec
nobu
2015-03-11
* gc.c: fix memory leak by prepend method.
ko1
2015-03-08
* internal.h: define rb_cref_t and change to use it.
ko1
2015-03-06
* class.c (rb_prepend_module): need a WB for klass -> origin.
ko1
2015-03-06
* fix namespace issue on singleton class expressions. [Bug #10943]
ko1
2015-03-05
* internal.h: remove struct method_table_wrapper.
ko1
2015-02-22
* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinements
ktsj
2015-02-16
use rb_funcallv
nobu
2015-02-05
* class.c (rb_obj_singleton_methods): should use RTEST() to convert
shugo
2015-02-04
* class.c (method_entry_i, class_instance_method_list,
shugo
2015-01-19
class.c: add callback argument
nobu
2015-01-19
class.c: prepend for each classes
nobu
2014-12-11
* class.c (class_alloc): Strat from age == 2.
ko1
2014-11-27
* vm_args.c: fix backtrace location for keyword related exceptions.
ko1
2014-11-25
rb_id2str over rb_id2name
nobu
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-02
* rewrite method/block parameter fitting logic to optimize
ko1
2014-10-22
class.c: delete expected keywords directly
nobu
2014-09-19
class.c: do not freeze class of hidden object
nobu
2014-09-19
class.c: do not freeze meta-meta-class
nobu
2014-09-13
class.c: simplify
nobu
2014-09-13
class.c: freeze meta class only
nobu
2014-09-13
class.c: use ALLOC(rb_subclass_entry_t)
normal
2014-09-11
* class.c (rb_prepend_module): fix typos in a comment.
nagachika
2014-07-05
* class.c: [DOC] mention about prepended modules.
ktsj
2014-07-03
Init functions don't need ID caches
nobu
2014-06-18
constify parameters
nobu
2014-05-25
* class.c: [DOC] Fixed grammar and examples of instance_methods.
zzak
2014-05-08
class.c: always clear tables first
nobu
2014-03-09
class.c: check for malloc failures
normal
2014-02-27
adjust indent and style
nobu
2014-02-21
class.c: do nothing if copying self
nobu
2014-01-25
class.c: allow nil keyword_hash
nobu
[prev]
[next]