summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-30Change Accept-Encoding from `*` to `identity`Kazuhiro NISHIYAMA
2019-04-30Use redirect keyword arguments instead of ">"NAKAMURA Usaku
2019-04-30Use array mode of `system` instead of `shellescape`Nobuyoshi Nakada
2019-04-30String#[] with index to extract matched substring safelyNobuyoshi Nakada
2019-04-30Must use IO::NULL instead of platform dependent filenameNAKAMURA Usaku
2019-04-30Skip on Windows now when using reline because it causes hang of whole testsNAKAMURA Usaku
2019-04-30**Must** use IO::NULL for null deviceNAKAMURA Usaku
2019-04-30`from` is not nil but `""` on shallow clone [ci skip]Kazuhiro NISHIYAMA
2019-04-30Forgotten to removeNAKAMURA Usaku
2019-04-30Use Ripper for IRBaycabta
2019-04-30Use Encoding::UTF_8 if RELINE_TEST_ENCODING doesn't existaycabta
2019-04-30Move Win32API to Reline::Win32APIaycabta
2019-04-30Use Encoding::UTF_8 if Encoding.default_external is Encoding::IBM437aycabta
2019-04-30Add Reline as a fallback library for Readlineaycabta
2019-04-30Skip the spec on Windows because RUBY_EXE is RUNRUBY and it calls ruby as gra...NAKAMURA Usaku
2019-04-30Revert previous commit; it was meaninglessNAKAMURA Usaku
2019-04-30* expand tabs.git
2019-04-30Use CreateToolhelp32Snapshot instead of NtQueryInformationProcess to get ppid...NAKAMURA Usaku
2019-04-30* 2019-04-30git
2019-04-30Merge .timeKazuhiro NISHIYAMA
2019-04-29Use 10 chars as RUBY_REVISION in snapshot tooKazuhiro NISHIYAMA
2019-04-29avoid passing NULL to memsetUrabe, Shyouhei
2019-04-29glibc says memcpy cannot take NULLUrabe, Shyouhei
2019-04-29glibc says memcpy cannot take NULLUrabe, Shyouhei
2019-04-29suppress some UBSAN sanitizersUrabe, Shyouhei
2019-04-29this variable is not guaranteed alignedUrabe, Shyouhei
2019-04-29fix typoUrabe, Shyouhei
2019-04-29Fixed HERETERM_LENGTH_MAX on IL32LLP64Nobuyoshi Nakada
2019-04-29Refactored rb_strterm_heredoc_tNobuyoshi Nakada
2019-04-29Disallow also CR in here-doc identifierNobuyoshi Nakada
2019-04-29Make only `mesg` can be assigned with default `fname`Nobuyoshi Nakada
2019-04-29parse.y: fix here-doc identifier with newlineNobuyoshi Nakada
2019-04-29Reduce debug outputKazuhiro NISHIYAMA
2019-04-29iseq.c: removed unnecessary zero-fillsNobuyoshi Nakada
2019-04-29NEWS: Moved "Integer#[] with range" to "Core classes updates"Nobuyoshi Nakada
2019-04-28CLOCK_MONOTONIC_RAW_APPROX seems less precise than advertised on macOSBenoit Daloze
2019-04-28Update to ruby/spec@7de852dBenoit Daloze
2019-04-28Update to ruby/mspec@c25d63dBenoit Daloze
2019-04-28Move the check for CentOS CLOCK_MONOTONIC_RAW next to othersBenoit Daloze
2019-04-29Fully support Git in tool/merger.rbTakashi Kokubun
2019-04-29Add more debug print for random CI failure on osx TravisKazuhiro NISHIYAMA
2019-04-29Add "Integer#[] with range" to NEWSYusuke Endoh
2019-04-29* remove trailing spaces.git
2019-04-29tool/merger.rb: Avoid making too-deep indentationTakashi Kokubun
2019-04-29Support `tool/merger.rb removetag` under GitTakashi Kokubun
2019-04-29* 2019-04-29git
2019-04-29Support `tool/merger.rb tag` under Git repositoryTakashi Kokubun
2019-04-28* expand tabs.git
2019-04-28numeric.c: Extend Integer#[] to support range argumentsYusuke Endoh
2019-04-28test/ruby/test_integer.rb: Add a sane test for Integer#[]Yusuke Endoh