aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add RUNRUBY_USE_GDB envvar for runruby.rb.ko12017-10-211-0/+8
* fix up imemo_allocnobu2017-10-213-5/+10
* vcs.rb: try to extract revision number from tagsnobu2017-10-211-2/+6
* RbConfig::LIMITS is provided by rbconfig/sizeof.akr2017-10-211-0/+1
* declare variables once for each line in pathname.c.akr2017-10-211-15/+68
* Use GetSystemTimePreciseAsFileTime on recent Windowsusa2017-10-211-2/+17
* Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)mame2017-10-216-42/+52
* Pathname#glob method implemented.akr2017-10-213-2/+70
* File.symlink is not potableusa2017-10-211-2/+2
* lib/open3.rb: accept IO-like object for :stdin_data argument.akr2017-10-212-3/+46
* vm.c, vm_insnhelper.h: export symbols of VM serialsk0kubun2017-10-212-4/+6
* [Feature #13712] String#start_with? supports regexpnaruse2017-10-215-5/+98
* [DOC] describe methods used for src and dst argument.akr2017-10-211-1/+6
* lib/open-uri.rb: accept :encoding option as well as encoding in mode string.akr2017-10-212-0/+25
* vm_core.h: export symbols of shared variablesk0kubun2017-10-212-0/+9
* Update NEWS for Hash#sliceglass2017-10-211-0/+1
* hash.c: Add Hash#sliceglass2017-10-212-0/+41
* Replace `to_a[1..-1]` on a MatchData with `captures`knu2017-10-211-1/+1
* Remove redundant calls of String#chrknu2017-10-211-2/+2
* assertion for r60225nobu2017-10-211-0/+3
* Do not literal_flush if float is read correctlyyui-knk2017-10-211-1/+0
* moved node generation for dregex_once to parse.ynobu2017-10-212-10/+6
* Fix build on Windowsyui-knk2017-10-211-3/+3
* * remove trailing spaces.svn2017-10-201-1/+1
* * 2017-10-21svn2017-10-201-1/+1
* Store token first column number on RNodeyui-knk2017-10-203-524/+1025
* Merge rubygems master(ddbf3203f3857649abe95c73edefc7de7e6ecff4).hsbt2017-10-203-9/+25
* Overwrite destination symlink file if `remove_destination` is set.hsbt2017-10-202-3/+20
* * 2017-10-20svn2017-10-201-1/+1
* Make Time.parse respect timezone offset secondsnobu2017-10-202-2/+9
* ruby.c: reject NUL in $0nobu2017-10-192-4/+17
* freeze Complex and Rationalnobu2017-10-194-8/+4
* parse.y: indent at '#'nobu2017-10-193-0/+34
* lexer.rb: no dedent strings in middlenobu2017-10-192-1/+20
* webrick: fix up r60172 and r60210normal2017-10-181-5/+5
* webrick: fix up r60172 and r60208normal2017-10-181-5/+5
* * 2017-10-19svn2017-10-181-1/+1
* webrick: fix up r60172 and revert r60189normal2017-10-181-9/+6
* parse.y: serial comparisonsnobu2017-10-182-5/+23
* parse.y: relopnobu2017-10-181-15/+9
* * 2017-10-18svn2017-10-181-1/+1
* Get rid of shadowing local variablesnobu2017-10-187-19/+22
* tempfile.rb: [DOC] all arguments [ci skip]nobu2017-10-171-1/+2
* node.c: all node typesnobu2017-10-171-82/+92
* node.c: adjust indentnobu2017-10-171-11/+11
* compile.c: compile_fornobu2017-10-171-26/+37
* compile.c: compile_iternobu2017-10-171-32/+38
* Fix warning: assigned but unused variablekazu2017-10-171-2/+2
* Improve some annotation names of output of parsetree-with-commentmame2017-10-171-9/+12
* node.c: Add NODE_OP_CDECL to dump node list.yui-knk2017-10-171-0/+16