summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2017-11-16provide rb_vm_make_proc/lambda().ko1
2017-11-02proc.c: fix rdoc for Method class documentationstomar
2017-11-02proc.c: further improve docs for {Method,Proc}#aritystomar
2017-11-02proc.c: improve docs for {Method,Proc}#aritystomar
2017-10-28`th` -> `ec` for rb_vm_call()ko1
2017-10-28* proc.c (rb_block_arity): use `ec` directly.ko1
2017-10-28* proc.c (proc_new): use `ec` directly.ko1
2017-10-28`th` -> `ec` for rb_vm_make_binding().ko1
2017-10-28move fields from `th` to `ec`.ko1
2017-10-27`th` -> `ec` for block related functions.ko1
2017-10-27move decl.ko1
2017-10-27Restore the prototype declaration of rb_vm_bh_to_procvalmame
2017-10-26rb_vm_bh_to_procval() accepts `ec` instead of `th`.ko1
2017-10-26introduce EC_*_TAG() instead of TH_*_TAG()ko1
2017-10-26some functions accept `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-10-24* remove trailing spaces.svn
2017-10-24Lazy Proc allocation for block parametersko1
2017-10-06proc.c: super_method of included methodnobu
2017-10-06proc.c: prefer name method result to inspectnobu
2017-09-02proc.c: [DOC] fixup r59720rhe
2017-09-02Add Method#original_name code example [ci skip]nobu
2017-08-29fix error message.ko1
2017-08-10Fiber#to_s (#inspect) return richer information.ko1
2017-07-18vm_eval.c: rb_lambda_callnobu
2017-07-18proc.c: rb_block_min_max_aritynobu
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-06-14proc.c: infect inspect resultnobu
2017-06-14proc.c: skip prepended modulesnobu
2017-06-12* proc.c (get_local_variable_ptr): return found env ptr. Returned envko1
2017-06-01make Binding object WB protected.ko1
2017-06-01rename absolute_path to realpath internally and introduce pathobj.ko1
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-04-29proc.c: recursion loopnobu
2017-03-17remove branches in dmark and dfree GC callbacksnormal
2017-03-08proc.c: preserve class name encoding in Proc#to_snobu
2017-03-03proc.c: documentation for Proc#{call,yield,[]}stomar
2017-02-16use rb_iseq_check() for USE_LAZY_LOAD.ko1
2017-01-16doc: improve documentation for Binding [ci skip]normal
2016-12-20proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnumrhe
2016-11-20proc.c: enable Proc#to_s rdocnobu
2016-11-20proc.c: suppress warningnobu
2016-11-08Fix typo in code doc of proc.ca_matsuda
2016-11-05* eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-10-25proc.c: follow the original classnobu
2016-10-04* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.usa
2016-09-25proc.c: trivial optimizationnobu
2016-09-08replace fixnum by integer in documents.akr
2016-09-03* proc.c: [DOC] fix Object#define_singleton_method andsho-h