summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
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
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-31* object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]zzak
2013-05-25* proc.c (rb_method_entry_min_max_arity): fix missing break in switch.mame
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-13proc.c: Kernel#singleton_methodnobu
2013-05-02id.def: predefined IDsnobu
2013-05-01proc.c: use predefined IDsnobu
2013-04-30proc.c: frozen core methodsnobu
2013-04-30proc.c: remove unnecessary static functionnobu