| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | `th` -> `ec` for block related functions. | ko1 | 2017-10-27 | 1 | -3/+3 |
* | move decl. | ko1 | 2017-10-27 | 1 | -2/+0 |
* | Restore the prototype declaration of rb_vm_bh_to_procval | mame | 2017-10-27 | 1 | -0/+2 |
* | rb_vm_bh_to_procval() accepts `ec` instead of `th`. | ko1 | 2017-10-26 | 1 | -3/+1 |
* | introduce EC_*_TAG() instead of TH_*_TAG() | ko1 | 2017-10-26 | 1 | -4/+4 |
* | some functions accept `ec` instead of `th`. | ko1 | 2017-10-26 | 1 | -2/+2 |
* | Use rb_execution_context_t instead of rb_thread_t | ko1 | 2017-10-26 | 1 | -5/+5 |
* | * remove trailing spaces. | svn | 2017-10-24 | 1 | -1/+1 |
* | Lazy Proc allocation for block parameters | ko1 | 2017-10-24 | 1 | -0/+12 |
* | proc.c: super_method of included method | nobu | 2017-10-06 | 1 | -17/+20 |
* | proc.c: prefer name method result to inspect | nobu | 2017-10-06 | 1 | -11/+5 |
* | proc.c: [DOC] fixup r59720 | rhe | 2017-09-02 | 1 | -1/+1 |
* | Add Method#original_name code example [ci skip] | nobu | 2017-09-02 | 1 | -0/+6 |
* | fix error message. | ko1 | 2017-08-29 | 1 | -1/+1 |
* | Fiber#to_s (#inspect) return richer information. | ko1 | 2017-08-10 | 1 | -23/+20 |
* | vm_eval.c: rb_lambda_call | nobu | 2017-07-18 | 1 | -4/+36 |
* | proc.c: rb_block_min_max_arity | nobu | 2017-07-18 | 1 | -4/+20 |
* | use "enum ruby_tag_type" and TAG_NONE. | ko1 | 2017-06-23 | 1 | -2/+2 |
* | proc.c: infect inspect result | nobu | 2017-06-14 | 1 | -0/+1 |
* | proc.c: skip prepended modules | nobu | 2017-06-14 | 1 | -1/+1 |
* | * proc.c (get_local_variable_ptr): return found env ptr. Returned env | ko1 | 2017-06-12 | 1 | -4/+12 |
* | make Binding object WB protected. | ko1 | 2017-06-01 | 1 | -12/+13 |
* | rename absolute_path to realpath internally and introduce pathobj. | ko1 | 2017-06-01 | 1 | -11/+7 |
* | rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t | normal | 2017-05-09 | 1 | -4/+4 |
* | proc.c: recursion loop | nobu | 2017-04-29 | 1 | -2/+6 |
* | remove branches in dmark and dfree GC callbacks | normal | 2017-03-17 | 1 | -5/+3 |
* | proc.c: preserve class name encoding in Proc#to_s | nobu | 2017-03-08 | 1 | -17/+11 |
* | proc.c: documentation for Proc#{call,yield,[]} | stomar | 2017-03-03 | 1 | -22/+19 |
* | use rb_iseq_check() for USE_LAZY_LOAD. | ko1 | 2017-02-16 | 1 | -5/+3 |
* | doc: improve documentation for Binding [ci skip] | normal | 2017-01-16 | 1 | -18/+19 |
* | proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnum | rhe | 2016-12-20 | 1 | -11/+4 |
* | proc.c: enable Proc#to_s rdoc | nobu | 2016-11-20 | 1 | -8/+8 |
* | proc.c: suppress warning | nobu | 2016-11-20 | 1 | -1/+1 |
* | Fix typo in code doc of proc.c | a_matsuda | 2016-11-08 | 1 | -1/+1 |
* | * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c: | ktsj | 2016-11-05 | 1 | -1/+1 |
* | [DOC] replace Fixnum with Integer [ci skip] | nobu | 2016-10-26 | 1 | -2/+2 |
* | proc.c: follow the original class | nobu | 2016-10-25 | 1 | -1/+1 |
* | * internal.h (ST2FIX): new macro to convert st_index_t to Fixnum. | usa | 2016-10-04 | 1 | -1/+1 |
* | proc.c: trivial optimization | nobu | 2016-09-25 | 1 | -4/+3 |
* | replace fixnum by integer in documents. | akr | 2016-09-08 | 1 | -2/+2 |
* | * proc.c: [DOC] fix Object#define_singleton_method and | sho-h | 2016-09-03 | 1 | -4/+4 |
* | * proc.c (mnew_missing): Remove an unused argument. | yui-knk | 2016-08-18 | 1 | -5/+4 |
* | * vm_core.h: introduce VM_FRAME_RUBYFRAME_P() | ko1 | 2016-08-03 | 1 | -4/+4 |
* | * vm_core.h: introduce VM_FRAME_FLAG_CFRAME to represent cfp->iseq | ko1 | 2016-08-03 | 1 | -1/+1 |
* | * proc.c (env_write): remove unused function. | ko1 | 2016-07-29 | 1 | -10/+0 |
* | * vm.c, internal.h: remove RubyVM::Env class and all of env objects | ko1 | 2016-07-28 | 1 | -45/+36 |
* | * vm_core.h: revisit the structure of frame, block and env. | ko1 | 2016-07-28 | 1 | -200/+319 |
* | Passed block symbol to proc | nobu | 2016-06-28 | 1 | -0/+3 |
* | proc.c: fix RDoc of Proc#===/call/yield/[] | normal | 2016-05-15 | 1 | -0/+11 |
* | proc.c: no temporary args array | nobu | 2016-05-05 | 1 | -10/+1 |