aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2017-11-02svn2017-11-011-1/+1
* * properties.svn2017-11-010-0/+0
* * remove trailing spaces, append newline at EOF.svn2017-11-01653-327/+327
* Update bundled bundler to 1.16.0.hsbt2017-11-011025-3164/+13886
* compile.c: refactored compile_returnnobu2017-11-011-9/+15
* test_syntax.rb: all assertionsnobu2017-11-011-6/+7
* Pathname: get rid of a -Wcomment warning [DOC]nobu2017-11-011-1/+1
* file.c: infect from argumentsnobu2017-11-012-1/+21
* revert r60596 because it cause faulure on TestFile#test_realpath_taintednessko12017-11-012-18/+1
* dir.c: cast to suppress a warningnobu2017-11-011-1/+1
* file.c: infect from argumentsnobu2017-11-012-1/+18
* dir: Dir.mkdir and Dir.rmdir release GVLnormal2017-11-011-5/+34
* Pathname: Simplify example [DOC] [ci-skip]marcandre2017-10-311-1/+1
* * 2017-11-01svn2017-10-311-2/+2
* 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