summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-01Pathname: get rid of a -Wcomment warning [DOC]nobu
2017-11-01file.c: infect from argumentsnobu
2017-11-01revert r60596 because it cause faulure on TestFile#test_realpath_taintednessko1
2017-11-01dir.c: cast to suppress a warningnobu
2017-11-01file.c: infect from argumentsnobu
2017-11-01dir: Dir.mkdir and Dir.rmdir release GVLnormal
2017-10-31Pathname: Simplify example [DOC] [ci-skip]marcandre
2017-10-31* 2017-11-01svn
2017-10-31use mode_t where applicable (instead of int)normal
2017-10-31node.h: Rename nd_reserved to nd_locationyui-knk
2017-10-31compile.c: ensure after return in library toplevelnobu
2017-10-31compile.c: compile_returnnobu
2017-10-31null byte at Psych::Emitter.hsbt
2017-10-31Remove unneeded complexitymame
2017-10-31webrick/httpresponse: minor cleanups to reduce memory usenormal
2017-10-31Use NODE_CASE2 if case expressions don't existyui-knk
2017-10-30webrick: support Proc objects as body responsesnormal
2017-10-30dir: Dir.chdir releases GVLnormal
2017-10-30* 2017-10-31svn
2017-10-30Use nd_lineno instead of nd_line for branch coveragesyui-knk
2017-10-30Store lineno on RNodeyui-knk
2017-10-30backward.h: rb_frame_method_id_and_classnobu
2017-10-30rbinstall.rb: show categories of default gemsnobu
2017-10-30stop refine_spec because it causes double free errorko1
2017-10-29Remove duplicated column setyui-knk
2017-10-29parse.y (new_regexp_gen): Set column for NODE_SCOPEyui-knk
2017-10-29string.c: improve docsstomar
2017-10-29lib/set.rb: improve docs for Set#===stomar
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