| Commit message (Expand) | Author | Age | Files | Lines |
* | * class.c: [DOC] mention about prepended modules. | ktsj | 2014-07-05 | 1 | -4/+6 |
* | Init functions don't need ID caches | nobu | 2014-07-03 | 1 | -1/+1 |
* | constify parameters | nobu | 2014-06-18 | 1 | -10/+10 |
* | * class.c: [DOC] Fixed grammar and examples of instance_methods. | zzak | 2014-05-25 | 1 | -17/+17 |
* | class.c: always clear tables first | nobu | 2014-05-08 | 1 | -9/+13 |
* | class.c: check for malloc failures | normal | 2014-03-09 | 1 | -4/+4 |
* | adjust indent and style | nobu | 2014-02-27 | 1 | -1/+2 |
* | class.c: do nothing if copying self | nobu | 2014-02-21 | 1 | -1/+1 |
* | class.c: allow nil keyword_hash | nobu | 2014-01-25 | 1 | -0/+2 |
* | class.c: simplify | nobu | 2014-01-25 | 1 | -12/+3 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -4/+4 |
* | class.c: fix option hash | nobu | 2013-12-16 | 1 | -1/+1 |
* | object.c: use RCLASS_M_TBL_WRAPPER for equality checks | tmm1 | 2013-12-12 | 1 | -1/+1 |
* | * internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a convenience | charliesome | 2013-12-09 | 1 | -1/+1 |
* | class.c: rest kwargs | nobu | 2013-12-08 | 1 | -2/+9 |
* | class.c, vm_insnhelper.c: check unknown keywords | nobu | 2013-12-08 | 1 | -0/+7 |
* | class.c: optimization just one key | nobu | 2013-12-08 | 1 | -2/+8 |
* | gc.c: promote long-lived NODE_CREF objects to oldgen | tmm1 | 2013-12-08 | 1 | -1/+1 |
* | class.c: fix uninitialized value | nobu | 2013-12-08 | 1 | -1/+2 |
* | class.c: move kwarg functions | nobu | 2013-12-06 | 1 | -0/+92 |
* | * include/ruby/ruby.h (struct RClass): Add wrapper struct around | tmm1 | 2013-12-03 | 1 | -12/+11 |
* | vm_insnhelper.c: keyword hash functions | nobu | 2013-11-30 | 1 | -2/+5 |
* | * class.c: unify names of vm state version counters to 'serial'. | charliesome | 2013-11-09 | 1 | -1/+1 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -2/+2 |
* | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 | 2013-10-11 | 1 | -5/+5 |
* | revert r43259 because it is possible to mark miss classes defined in C-exts. ... | ko1 | 2013-10-11 | 1 | -0/+5 |
* | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 | 2013-10-11 | 1 | -5/+0 |
* | * class.c (class_alloc): remove mc_tbl | charliesome | 2013-09-24 | 1 | -1/+0 |
* | class.c: exclude refined methods | nobu | 2013-09-10 | 1 | -0/+4 |
* | class.c: remove recursion | nobu | 2013-09-05 | 1 | -13/+16 |
* | vm.c: prototype | nobu | 2013-09-04 | 1 | -1/+2 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -8/+127 |
* | * class.c (rb_prepend_module): make T_ICLASS object shady because | ko1 | 2013-08-12 | 1 | -0/+1 |
* | * include/ruby/ruby.h, gc.c: rename macros and functions: | ko1 | 2013-06-22 | 1 | -1/+1 |
* | * class.c (rb_include_class_new), eval.c (rb_using_refinement): | ko1 | 2013-06-22 | 1 | -1/+3 |
* | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 | 2013-06-21 | 1 | -1/+1 |
* | * include/ruby/ruby.h (struct rb_data_type_struct), gc.c: add | ko1 | 2013-06-19 | 1 | -1/+1 |
* | * class.c, include/ruby/ruby.h: add write barriers for T_CLASS, | ko1 | 2013-06-14 | 1 | -10/+25 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -12/+0 |
* | * class.c (include_modules_at): invalidate method cache if included | charliesome | 2013-06-08 | 1 | -0/+2 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -24/+25 |
* | class.c: rb_singleton_class_get | nobu | 2013-05-13 | 1 | -0/+20 |
* | class.c: adjust indent | nobu | 2013-05-13 | 1 | -1/+1 |
* | class.c: include modules only | nobu | 2013-05-08 | 1 | -1/+3 |
* | class.c: exclude original module | nobu | 2013-05-08 | 1 | -1/+2 |
* | id.def: predefined IDs | nobu | 2013-05-02 | 1 | -3/+1 |
* | * remove trailing spaces. | nobu | 2013-04-24 | 1 | -1/+1 |
* | * class.c: Example of Object#methods by @windwiny [Fixes GH-293] | zzak | 2013-04-24 | 1 | -3/+12 |
* | class.c: suppress wrong warning | nobu | 2013-03-30 | 1 | -1/+9 |
* | class.c: from the origin class | nobu | 2013-03-13 | 1 | -6/+7 |