summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2014-07-26* proc.c (method_super_method): [DOC] Method#super_methodzzak
2014-07-26proc.c: method_super_methodnobu
2014-07-26eval_error.c: rb_print_inaccessiblenobu
2014-07-01vm.c: rb_vm_env_local_variablesnobu
2014-07-01proc.c: Binding#receivernobu
2014-07-01proc.c: fix infinite loopnobu
2014-06-23Backtrace for SystemStackErrornobu
2014-06-19proc.c: Implement Method#currynobu
2014-06-18constify parametersnobu
2014-04-14proc.c: use already included ancestor iclassnobu
2014-04-12string.c: clear env self in symbol procnobu
2014-04-11proc.c: fix super in bound UnboundMethodnobu
2014-04-04eval_intern.h: VAR_INITIALIZEDnobu
2014-03-14[DOC] add links to `Object#hash`nobu
2014-03-02* proc.c: Complete rdoc of Proc#arity regarding keyword arguments.marcandre
2014-03-02* proc.c: Modify rdoc of Proc#arity to fit with current behavior.marcandre
2014-03-02* proc.c: Tweak rdoc for consistent whitespacemarcandre
2014-01-19* gc.c: fix typo by @windwiny [fix GH-506]hsbt
2013-12-29proc.c: fix inherited method ownernobu
2013-12-25* proc.c: Having any mandatory keyword argument increases min arity [#9299]marcandre
2013-12-25* proc.c: Having optional keyword arguments makes maximum arity +1, not unlim...marcandre
2013-12-25proc.c: fix arity of rest keywords argumentnobu
2013-12-24proc.c: Binding#local_variablesnobu
2013-12-24vm.c: check cbasenobu
2013-12-24proc.c: make method by define_method publicnobu
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-14proc.c: method by respond_to_missing?nobu
2013-12-13proc.c: fix inherited ownernobu
2013-12-13proc.c, vm_method.c: fix super and aliasnobu
2013-12-13proc.c: local variablenobu
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-07* proc.c: catch up last commit.ko1
2013-10-07* iseq.c, internal.h: change to public (but internal) functionsko1
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1
2013-09-18proc.c: allocate wrapper object firstnobu
2013-08-31proc.c: preserve encodingsnobu
2013-08-31proc.c: local variablenobu
2013-08-14* proc.c (rb_mod_define_method): now they return the symbols of theusa
2013-08-10* proc.c: [DOC] rdoc code formattingzzak
2013-08-09proc.c: tabifynobu
2013-08-09* proc.c: add Binding#local_variable_get/set/defined?ko1
2013-08-08proc.c: constifiynobu
2013-08-07* cont.c (rb_fiber_start): use RARRAY_RAWPTR() instead ofko1
2013-07-22vm_eval.c: Check_TypedStructnobu
2013-07-20* proc.c (proc_to_s): use PRIsVALUE to preserve the result encoding.ktsj
2013-07-16* proc.c (rb_block_arity): raise ArgumentError if no block given.glass
2013-07-15* proc.c (rb_block_arity): create internal API rb_block_arity().glass
2013-06-21* include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for secondko1
2013-06-19* include/ruby/ruby.h (struct rb_data_type_struct), gc.c: addko1
2013-06-17* include/ruby/intern.h, proc.c (rb_method_call_with_block):ktsj