summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-29io.c: improve docsstomar
2017-10-29io.c: docs for IO#writestomar
2017-10-29doc/contributors.rdoc: [DOC] updatestomar
2017-10-29complex.c: doc fixstomar
2017-10-29Clarify what is written and read in IO#popen speceregon
2017-10-29Fix spec which can fail if the pipe is closed before flushing in the subprocesseregon
2017-10-29* vm_dump.c (vm_stack_dump_each): accepts `ec`.ko1
2017-10-29* node.h (ast_t): renamed to `rb_ast_t`.ko1
2017-10-29* eval_jump.c (rb_exec_end_proc): use `GET_EC()`.ko1
2017-10-29call `rb_vm_stack_to_heap()`ko1
2017-10-29* vm_insnhelper.h (GET_SP_COUNT): removed because nobody use it.ko1
2017-10-29* vm_eval.c (current_vm_stack_arg): accepts `ec`.ko1
2017-10-29use given `ec`.ko1
2017-10-29constify `rb_vm_bh_to_procval()`ko1
2017-10-29remove unused functions.ko1
2017-10-29use `GET_EC()`.ko1
2017-10-29* vm_eval.c (vm_catch_protect): accepts `ec` instead of `th`.ko1
2017-10-29* 2017-10-30svn
2017-10-29use `GET_EC()`.ko1
2017-10-29use `GET_EC()`.ko1
2017-10-29`th` -> `ec` for `rb_iterate0`.ko1
2017-10-29`th` -> `ec` for rb_raise_method_missing().ko1
2017-10-29`rb_call0()` accepts `ec`.ko1
2017-10-29* vm_eval.c (rb_current_receiver): use `GET_EC()`.ko1
2017-10-29`th` -> `ec` for vm_call_super().ko1
2017-10-29use `GET_VM()` directly.ko1
2017-10-29`th` -> `ec` for VM dump related functions.ko1
2017-10-29`rb_ec_error_print()`.ko1
2017-10-29remove rb_threadptr_during_gc().ko1
2017-10-29use `GET_EC()`.ko1
2017-10-29rb_ec_stack_check()ko1
2017-10-29use `GET_EC()` directly.ko1
2017-10-29use `GET_VM()` directly.ko1
2017-10-29EXEC_EVENT_HOOK(ec, ...)ko1
2017-10-29`rb_trace_arg_t::ec`ko1
2017-10-29`ec` has `thread_ptr`.ko1
2017-10-29.gdbinit: follow up changes in r60440ktsj
2017-10-29io.c: honor buffered modenobu
2017-10-29io.c: convert to string at writevnobu
2017-10-28Localize EC functionsnobu
2017-10-28Ignore the libruby check if it cannot be founderegon
2017-10-28Make sure to compile each extension only once in ruby/speceregon
2017-10-28Add note to close_{read,write} tookazu
2017-10-28Use ENV['RUBY_EXE'] as RbConfig.ruby might be incorrecteregon
2017-10-28iseq.c: remove obsolete commentktsj
2017-10-28* properties.svn
2017-10-28* append newline at EOF.svn
2017-10-28Update to ruby/spec@a6b8805eregon
2017-10-28* 2017-10-29svn
2017-10-28Update to ruby/mspec@90925d6eregon