aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parse.y (new_regexp_gen): Set column for NODE_SCOPEyui-knk2017-10-291-0/+1
* string.c: improve docsstomar2017-10-291-1/+1
* lib/set.rb: improve docs for Set#===stomar2017-10-291-6/+11
* io.c: improve docsstomar2017-10-291-7/+7
* io.c: docs for IO#writestomar2017-10-291-2/+2
* doc/contributors.rdoc: [DOC] updatestomar2017-10-291-1/+1
* complex.c: doc fixstomar2017-10-291-2/+2
* Clarify what is written and read in IO#popen speceregon2017-10-291-1/+1
* Fix spec which can fail if the pipe is closed before flushing in the subprocesseregon2017-10-291-0/+1
* * vm_dump.c (vm_stack_dump_each): accepts `ec`.ko12017-10-291-7/+7
* * node.h (ast_t): renamed to `rb_ast_t`.ko12017-10-298-51/+51
* * eval_jump.c (rb_exec_end_proc): use `GET_EC()`.ko12017-10-291-8/+7
* call `rb_vm_stack_to_heap()`ko12017-10-291-7/+10
* * vm_insnhelper.h (GET_SP_COUNT): removed because nobody use it.ko12017-10-291-2/+0
* * vm_eval.c (current_vm_stack_arg): accepts `ec`.ko12017-10-291-4/+4
* use given `ec`.ko12017-10-291-2/+2
* constify `rb_vm_bh_to_procval()`ko12017-10-293-5/+5
* remove unused functions.ko12017-10-291-30/+0
* use `GET_EC()`.ko12017-10-291-20/+18
* * vm_eval.c (vm_catch_protect): accepts `ec` instead of `th`.ko12017-10-291-11/+11
* * 2017-10-30svn2017-10-291-1/+1
* use `GET_EC()`.ko12017-10-291-4/+4
* use `GET_EC()`.ko12017-10-291-3/+3
* `th` -> `ec` for `rb_iterate0`.ko12017-10-291-11/+11
* `th` -> `ec` for rb_raise_method_missing().ko12017-10-293-11/+11
* `rb_call0()` accepts `ec`.ko12017-10-291-10/+11
* * vm_eval.c (rb_current_receiver): use `GET_EC()`.ko12017-10-291-2/+3
* `th` -> `ec` for vm_call_super().ko12017-10-291-7/+7
* use `GET_VM()` directly.ko12017-10-291-1/+1
* `th` -> `ec` for VM dump related functions.ko12017-10-293-40/+40
* `rb_ec_error_print()`.ko12017-10-295-20/+20
* remove rb_threadptr_during_gc().ko12017-10-292-8/+0
* use `GET_EC()`.ko12017-10-291-5/+5
* rb_ec_stack_check()ko12017-10-293-8/+7
* use `GET_EC()` directly.ko12017-10-291-4/+4
* use `GET_VM()` directly.ko12017-10-291-5/+2
* EXEC_EVENT_HOOK(ec, ...)ko12017-10-2910-52/+53
* `rb_trace_arg_t::ec`ko12017-10-292-33/+33
* `ec` has `thread_ptr`.ko12017-10-292-15/+8
* .gdbinit: follow up changes in r60440ktsj2017-10-291-2/+2
* io.c: honor buffered modenobu2017-10-292-5/+18
* io.c: convert to string at writevnobu2017-10-292-1/+5
* Localize EC functionsnobu2017-10-283-3/+3
* Ignore the libruby check if it cannot be founderegon2017-10-281-3/+3
* Make sure to compile each extension only once in ruby/speceregon2017-10-282-8/+3
* Add note to close_{read,write} tookazu2017-10-281-0/+4
* Use ENV['RUBY_EXE'] as RbConfig.ruby might be incorrecteregon2017-10-281-1/+1
* iseq.c: remove obsolete commentktsj2017-10-281-1/+1
* * properties.svn2017-10-280-0/+0
* * append newline at EOF.svn2017-10-281-1/+1