aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* use mode_t where applicable (instead of int)normal2017-10-312-12/+12
* node.h: Rename nd_reserved to nd_locationyui-knk2017-10-311-5/+5
* compile.c: ensure after return in library toplevelnobu2017-10-312-19/+21
* compile.c: compile_returnnobu2017-10-311-56/+62
* null byte at Psych::Emitter.hsbt2017-10-312-8/+8
* Remove unneeded complexitymame2017-10-311-4/+0
* webrick/httpresponse: minor cleanups to reduce memory usenormal2017-10-311-16/+15
* Use NODE_CASE2 if case expressions don't existyui-knk2017-10-315-12/+22
* webrick: support Proc objects as body responsesnormal2017-10-302-0/+58
* 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