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
/
class.c
Age
Commit message (
Expand
)
Author
2016-03-07
class.c: err if superclass is 0
nobu
2016-01-12
resolve class name earlier and more consistently
normal
2015-12-29
use id_table for constant tables
normal
2015-12-22
gc.c: do not expose internal singleton class
nobu
2015-12-21
revert r53228 because this patch breaks rubyspec
ko1
2015-12-21
* gc.c (internal_object_p): should not expose singleton classes
ko1
2015-11-04
* class.c: fix documentation for rb_define_class{_id}_under.
hsbt
2015-10-30
variable.c: rb_class_ivar_set
nobu
2015-10-30
variable.c (rb_st_insert_id_and_value): reduce args
normal
2015-09-27
class.c: refine error messages
nobu
2015-08-31
* class.c (move_refined_method): should insert a write barrier
ko1
2015-08-12
* class.c (move_refined_method): same as the last commit.
ko1
2015-08-12
* class.c, gc.c vm.c: use ID_TABLE_* instead of ST_*
ko1
2015-08-12
* id_table.h: introduce ID key table.
ko1
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-07
* iseq.c, internal.h (rb_iseq_clone): removed because we don't need to
ko1
2015-07-03
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-06-30
move RB_GC_GUARD responsibility to rb_add_method_iseq
normal
2015-06-28
class.c: preserve encoding
nobu
2015-06-28
class.c: TypeError when superclass mismatch
nobu
2015-06-18
* method.h: constify rb_method_alias_struct::original_me and
ko1
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
[next]