| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c: fix typo by @windwiny [fix GH-506] | hsbt | 2014-01-19 | 1 | -2/+2 |
* | proc.c: fix inherited method owner | nobu | 2013-12-29 | 1 | -5/+8 |
* | * proc.c: Having any mandatory keyword argument increases min arity [#9299] | marcandre | 2013-12-25 | 1 | -1/+1 |
* | * proc.c: Having optional keyword arguments makes maximum arity +1, not unlim... | marcandre | 2013-12-25 | 1 | -2/+3 |
* | proc.c: fix arity of rest keywords argument | nobu | 2013-12-25 | 1 | -1/+1 |
* | proc.c: Binding#local_variables | nobu | 2013-12-24 | 1 | -0/+53 |
* | vm.c: check cbase | nobu | 2013-12-24 | 1 | -3/+3 |
* | proc.c: make method by define_method public | nobu | 2013-12-24 | 1 | -1/+8 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -1/+1 |
* | proc.c: method by respond_to_missing? | nobu | 2013-12-14 | 1 | -0/+1 |
* | proc.c: fix inherited owner | nobu | 2013-12-13 | 1 | -5/+5 |
* | proc.c, vm_method.c: fix super and alias | nobu | 2013-12-13 | 1 | -1/+1 |
* | proc.c: local variable | nobu | 2013-12-13 | 1 | -5/+7 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+3 |
* | * proc.c: catch up last commit. | ko1 | 2013-10-07 | 1 | -3/+3 |
* | * iseq.c, internal.h: change to public (but internal) functions | ko1 | 2013-10-07 | 1 | -3/+3 |
* | * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR(). | ko1 | 2013-09-25 | 1 | -2/+2 |
* | proc.c: allocate wrapper object first | nobu | 2013-09-18 | 1 | -15/+21 |
* | proc.c: preserve encodings | nobu | 2013-08-31 | 1 | -8/+8 |
* | proc.c: local variable | nobu | 2013-08-31 | 1 | -4/+6 |
* | * proc.c (rb_mod_define_method): now they return the symbols of the | usa | 2013-08-14 | 1 | -3/+3 |
* | * proc.c: [DOC] rdoc code formatting | zzak | 2013-08-10 | 1 | -23/+23 |
* | proc.c: tabify | nobu | 2013-08-09 | 1 | -2/+2 |
* | * proc.c: add Binding#local_variable_get/set/defined? | ko1 | 2013-08-09 | 1 | -0/+161 |
* | proc.c: constifiy | nobu | 2013-08-08 | 1 | -1/+1 |
* | * cont.c (rb_fiber_start): use RARRAY_RAWPTR() instead of | ko1 | 2013-08-07 | 1 | -4/+2 |
* | vm_eval.c: Check_TypedStruct | nobu | 2013-07-22 | 1 | -2/+2 |
* | * proc.c (proc_to_s): use PRIsVALUE to preserve the result encoding. | ktsj | 2013-07-20 | 1 | -3/+2 |
* | * proc.c (rb_block_arity): raise ArgumentError if no block given. | glass | 2013-07-16 | 1 | -1/+3 |
* | * proc.c (rb_block_arity): create internal API rb_block_arity(). | glass | 2013-07-15 | 1 | -11/+38 |
* | * 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 |
* | * include/ruby/intern.h, proc.c (rb_method_call_with_block): | ktsj | 2013-06-17 | 1 | -5/+18 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -1/+0 |
* | * object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322] | zzak | 2013-05-31 | 1 | -1/+1 |
* | * proc.c (rb_method_entry_min_max_arity): fix missing break in switch. | mame | 2013-05-25 | 1 | -0/+1 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -1/+1 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -3/+3 |
* | proc.c: Kernel#singleton_method | nobu | 2013-05-13 | 1 | -4/+57 |
* | id.def: predefined IDs | nobu | 2013-05-02 | 1 | -2/+1 |
* | proc.c: use predefined IDs | nobu | 2013-05-01 | 1 | -3/+3 |
* | proc.c: frozen core methods | nobu | 2013-04-30 | 1 | -2/+2 |
* | proc.c: remove unnecessary static function | nobu | 2013-04-30 | 1 | -15/+9 |
* | * array.c: Document synonymous methods, by windwiny [GH-277] | zzak | 2013-04-12 | 1 | -0/+1 |
* | proc.c: consider noex in define_method | nobu | 2013-03-31 | 1 | -1/+7 |
* | * proc.c (bm_free): need to clean up the mark flag of a free and | nari | 2013-03-24 | 1 | -0/+1 |
* | * proc.c: Typo in Proc.arity found by Jack Nagel [Bug #8094] | zzak | 2013-03-14 | 1 | -1/+1 |
* | proc.c: revert r39224 | nobu | 2013-03-05 | 1 | -1/+0 |
* | * proc.c (rb_binding_new_with_cfp): create binding object even if | ko1 | 2013-02-16 | 1 | -2/+10 |
* | proc.c: skip prepends | nobu | 2013-02-13 | 1 | -0/+1 |