summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-21Use GetSystemTimePreciseAsFileTime on recent Windowsusa
2017-10-21Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)mame
2017-10-21Pathname#glob method implemented.akr
2017-10-21File.symlink is not potableusa
2017-10-21lib/open3.rb: accept IO-like object for :stdin_data argument.akr
2017-10-21vm.c, vm_insnhelper.h: export symbols of VM serialsk0kubun
2017-10-21[Feature #13712] String#start_with? supports regexpnaruse
2017-10-21[DOC] describe methods used for src and dst argument.akr
2017-10-21lib/open-uri.rb: accept :encoding option as well as encoding in mode string.akr
2017-10-21vm_core.h: export symbols of shared variablesk0kubun
2017-10-21Update NEWS for Hash#sliceglass
2017-10-21hash.c: Add Hash#sliceglass
2017-10-21Replace `to_a[1..-1]` on a MatchData with `captures`knu
2017-10-21Remove redundant calls of String#chrknu
2017-10-21assertion for r60225nobu
2017-10-21Do not literal_flush if float is read correctlyyui-knk
2017-10-21moved node generation for dregex_once to parse.ynobu
2017-10-21Fix build on Windowsyui-knk
2017-10-20* remove trailing spaces.svn
2017-10-20* 2017-10-21svn
2017-10-20Store token first column number on RNodeyui-knk
2017-10-20Merge rubygems master(ddbf3203f3857649abe95c73edefc7de7e6ecff4).hsbt
2017-10-20Overwrite destination symlink file if `remove_destination` is set.hsbt
2017-10-20* 2017-10-20svn
2017-10-20Make Time.parse respect timezone offset secondsnobu
2017-10-19ruby.c: reject NUL in $0nobu
2017-10-19freeze Complex and Rationalnobu
2017-10-19parse.y: indent at '#'nobu
2017-10-19lexer.rb: no dedent strings in middlenobu
2017-10-18webrick: fix up r60172 and r60210normal
2017-10-18webrick: fix up r60172 and r60208normal
2017-10-18* 2017-10-19svn
2017-10-18webrick: fix up r60172 and revert r60189normal
2017-10-18parse.y: serial comparisonsnobu
2017-10-18parse.y: relopnobu
2017-10-18* 2017-10-18svn
2017-10-18Get rid of shadowing local variablesnobu
2017-10-17tempfile.rb: [DOC] all arguments [ci skip]nobu
2017-10-17node.c: all node typesnobu
2017-10-17node.c: adjust indentnobu
2017-10-17compile.c: compile_fornobu
2017-10-17compile.c: compile_iternobu
2017-10-17Fix warning: assigned but unused variablekazu
2017-10-17Improve some annotation names of output of parsetree-with-commentmame
2017-10-17node.c: Add NODE_OP_CDECL to dump node list.yui-knk
2017-10-17Fix the leak in `TestRDocGeneratorDarkfish#test_generated_method_with_html_ta...mame
2017-10-17Suppress leak of file descriptorsmame
2017-10-16Layout fixes in rdoc of lib/tempfile.rb [ci skip]nobu
2017-10-16* 2017-10-17svn
2017-10-16spec/ruby/optional/capi/io_spec.rb: speling ficsnormal