summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-02* 2019-05-02git
2019-05-02Fix a typoKazuhiro NISHIYAMA
2019-05-01Silence a (probable) debug printNobuyoshi Nakada
2019-05-01No last commit when up-to-dateNobuyoshi Nakada
2019-05-01Ignore ChangeLogNobuyoshi Nakada
2019-05-01Windows simply causes an error to open invalid pathNAKAMURA Usaku
2019-05-01guard include with has_featureNARUSE, Yui
2019-05-01Add Reline.delete_text that raises NotImplementedErroraycabta
2019-05-01* 2019-05-01git
2019-05-01Add exception support in `Range#first`.manga_osyo
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