summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-06Revert "UTF-8 is one of byte based encodings"Nobuyoshi Nakada
2019-05-05Improve description of Ruby in READMEMarcus Stollsteimer
2019-05-05Improve documentation for String#{dump,undump}Marcus Stollsteimer
2019-05-05Fix use of numbered parameter inside proc that is default value of optargJeremy Evans
2019-05-05Fix use of numbered parameter inside proc that is default value of optargJeremy Evans
2019-05-05Fix a case where numbered parameters should not be allowedJeremy Evans
2019-05-05Fixed about ARGF.linenoNobuyoshi Nakada
2019-05-05* 2019-05-05git
2019-05-05* expand tabs.git
2019-05-05parse.y: duplicated when clause warningNobuyoshi Nakada
2019-05-04ignore test_RangeErrorMasatoshi SEKI
2019-05-04Fix typos, grammar, and styleMarcus Stollsteimer
2019-05-04Fix grammarMarcus Stollsteimer
2019-05-04Add a pathologic checkNobuyoshi Nakada
2019-05-04* remove trailing spaces.git
2019-05-04add DRb::WeakIdConv (Bug #15711)Masatoshi SEKI
2019-05-04Update broken URL in Float documentation.Hiroshi SHIBATA
2019-05-04* 2019-05-04git
2019-05-03* expand tabs.git
2019-05-03Improve performance of case-conversion methodsNobuyoshi Nakada
2019-05-03Fix typoMarcus Stollsteimer
2019-05-03UTF-8 is one of byte based encodingsNobuyoshi Nakada
2019-05-03* 2019-05-03git
2019-05-03Nil cannot and should not convert to a stringNAKAMURA Usaku
2019-05-02* expand tabs.git
2019-05-02Fix potential memory leakNobuyoshi Nakada
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