aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dir: Dir.chdir releases GVLnormal2017-10-301-1/+13
* * 2017-10-31svn2017-10-301-1/+1
* Use nd_lineno instead of nd_line for branch coveragesyui-knk2017-10-301-13/+17
* Store lineno on RNodeyui-knk2017-10-303-585/+749
* backward.h: rb_frame_method_id_and_classnobu2017-10-302-1/+3
* rbinstall.rb: show categories of default gemsnobu2017-10-301-5/+6
* stop refine_spec because it causes double free errorko12017-10-301-0/+3
* Remove duplicated column setyui-knk2017-10-291-1/+0
* 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