aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnumrhe2016-12-201-11/+4
* proc.c: enable Proc#to_s rdocnobu2016-11-201-8/+8
* proc.c: suppress warningnobu2016-11-201-1/+1
* Fix typo in code doc of proc.ca_matsuda2016-11-081-1/+1
* * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj2016-11-051-1/+1
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-2/+2
* proc.c: follow the original classnobu2016-10-251-1/+1
* * internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.usa2016-10-041-1/+1
* proc.c: trivial optimizationnobu2016-09-251-4/+3
* replace fixnum by integer in documents.akr2016-09-081-2/+2
* * proc.c: [DOC] fix Object#define_singleton_method andsho-h2016-09-031-4/+4
* * proc.c (mnew_missing): Remove an unused argument.yui-knk2016-08-181-5/+4