aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
Commit message (Expand)AuthorAgeFilesLines
* no ID cache in Init functionsnobu2018-02-161-0/+1
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-2/+2
* proc: fix super_method segfault after bindnormal2018-01-301-0/+1
* use predefined IDskazu2018-01-221-1/+1
* Speedup `block.call` [Feature #14330]ko12018-01-071-0/+3
* explicit cast to void* required for %pshyouhei2018-01-021-1/+1
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-21/+4
* proc.c: empty iseq namesnobu2017-12-281-1/+4
* proc.c (bind_location): Add Binding#source_locationmame2017-12-261-0/+20
* Add Method#=== that invokes #calla_matsuda2017-12-121-0/+1
* Make Module#{define|alias|undef|remove}_method public [#14133]marcandre2017-11-291-1/+1
* provide rb_vm_make_proc/lambda().ko12017-11-161-1/+1
* proc.c: fix rdoc for Method class documentationstomar2017-11-021-1/+1
* proc.c: further improve docs for {Method,Proc}#aritystomar2017-11-021-11/+13
* proc.c: improve docs for {Method,Proc}#aritystomar2017-11-021-10/+18
* `th` -> `ec` for rb_vm_call()ko12017-10-281-10/+10
* * proc.c (rb_block_arity): use `ec` directly.ko12017-10-281-7/+7
* * proc.c (proc_new): use `ec` directly.ko12017-10-281-3/+3
* `th` -> `ec` for rb_vm_make_binding().ko12017-10-281-2/+2
* move fields from `th` to `ec`.ko12017-10-281-1/+1
* `th` -> `ec` for block related functions.ko12017-10-271-3/+3
* move decl.ko12017-10-271-2/+0
* Restore the prototype declaration of rb_vm_bh_to_procvalmame2017-10-271-0/+2
* rb_vm_bh_to_procval() accepts `ec` instead of `th`.ko12017-10-261-3/+1
* introduce EC_*_TAG() instead of TH_*_TAG()ko12017-10-261-4/+4
* some functions accept `ec` instead of `th`.ko12017-10-261-2/+2
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-5/+5
* * remove trailing spaces.svn2017-10-241-1/+1
* Lazy Proc allocation for block parametersko12017-10-241-0/+12
* proc.c: super_method of included methodnobu2017-10-061-17/+20
* proc.c: prefer name method result to inspectnobu2017-10-061-11/+5
* proc.c: [DOC] fixup r59720rhe2017-09-021-1/+1
* Add Method#original_name code example [ci skip]nobu2017-09-021-0/+6
* fix error message.ko12017-08-291-1/+1
* Fiber#to_s (#inspect) return richer information.ko12017-08-101-23/+20
* vm_eval.c: rb_lambda_callnobu2017-07-181-4/+36
* proc.c: rb_block_min_max_aritynobu2017-07-181-4/+20
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-2/+2
* proc.c: infect inspect resultnobu2017-06-141-0/+1
* proc.c: skip prepended modulesnobu2017-06-141-1/+1
* * proc.c (get_local_variable_ptr): return found env ptr. Returned envko12017-06-121-4/+12
* make Binding object WB protected.ko12017-06-011-12/+13
* rename absolute_path to realpath internally and introduce pathobj.ko12017-06-011-11/+7
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-4/+4
* proc.c: recursion loopnobu2017-04-291-2/+6
* remove branches in dmark and dfree GC callbacksnormal2017-03-171-5/+3
* proc.c: preserve class name encoding in Proc#to_snobu2017-03-081-17/+11
* proc.c: documentation for Proc#{call,yield,[]}stomar2017-03-031-22/+19
* use rb_iseq_check() for USE_LAZY_LOAD.ko12017-02-161-5/+3
* doc: improve documentation for Binding [ci skip]normal2017-01-161-18/+19