aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2019-05-07git2019-05-071-1/+1
* add new debug_counters about is_pointer_to_heap().Koichi Sasada2019-05-072-0/+11
* Load OptionParser defaults from XDG and Haiku standardsNobuyoshi Nakada2019-05-061-5/+18
* * 2019-05-06git2019-05-061-1/+1
* Revert "UTF-8 is one of byte based encodings"Nobuyoshi Nakada2019-05-061-1/+1
* Improve description of Ruby in READMEMarcus Stollsteimer2019-05-051-3/+4
* Improve documentation for String#{dump,undump}Marcus Stollsteimer2019-05-051-4/+6
* Fix use of numbered parameter inside proc that is default value of optargJeremy Evans2019-05-051-0/+1
* Fix use of numbered parameter inside proc that is default value of optargJeremy Evans2019-05-051-0/+2
* Fix a case where numbered parameters should not be allowedJeremy Evans2019-05-052-0/+3
* Fixed about ARGF.linenoNobuyoshi Nakada2019-05-051-2/+10
* * 2019-05-05git2019-05-051-1/+1
* * expand tabs.git2019-05-051-3/+3
* parse.y: duplicated when clause warningNobuyoshi Nakada2019-05-054-22/+108
* ignore test_RangeErrorMasatoshi SEKI2019-05-041-8/+0
* Fix typos, grammar, and styleMarcus Stollsteimer2019-05-041-12/+11
* Fix grammarMarcus Stollsteimer2019-05-041-2/+2
* Add a pathologic checkNobuyoshi Nakada2019-05-041-0/+3
* * remove trailing spaces.git2019-05-041-2/+2
* add DRb::WeakIdConv (Bug #15711)Masatoshi SEKI2019-05-042-0/+76
* Update broken URL in Float documentation.Hiroshi SHIBATA2019-05-041-1/+1
* * 2019-05-04git2019-05-041-1/+1
* * expand tabs.git2019-05-031-2/+2
* Improve performance of case-conversion methodsNobuyoshi Nakada2019-05-035-57/+200
* Fix typoMarcus Stollsteimer2019-05-031-1/+1
* UTF-8 is one of byte based encodingsNobuyoshi Nakada2019-05-031-2/+2
* * 2019-05-03git2019-05-031-1/+1
* Nil cannot and should not convert to a stringNAKAMURA Usaku2019-05-031-1/+1
* * expand tabs.git2019-05-021-2/+2
* Fix potential memory leakNobuyoshi Nakada2019-05-021-17/+32
* * 2019-05-02git2019-05-021-1/+1
* Fix a typoKazuhiro NISHIYAMA2019-05-021-1/+1
* Silence a (probable) debug printNobuyoshi Nakada2019-05-011-0/+2
* No last commit when up-to-dateNobuyoshi Nakada2019-05-011-1/+3
* Ignore ChangeLogNobuyoshi Nakada2019-05-011-0/+1
* Windows simply causes an error to open invalid pathNAKAMURA Usaku2019-05-011-1/+19
* guard include with has_featureNARUSE, Yui2019-05-011-1/+3
* Add Reline.delete_text that raises NotImplementedErroraycabta2019-05-011-0/+4
* * 2019-05-01git2019-05-011-2/+2
* Add exception support in `Range#first`.manga_osyo2019-05-012-0/+5
* Change Accept-Encoding from `*` to `identity`Kazuhiro NISHIYAMA2019-04-301-1/+1
* Use redirect keyword arguments instead of ">"NAKAMURA Usaku2019-04-302-2/+2
* Use array mode of `system` instead of `shellescape`Nobuyoshi Nakada2019-04-301-2/+3
* String#[] with index to extract matched substring safelyNobuyoshi Nakada2019-04-301-1/+1
* Must use IO::NULL instead of platform dependent filenameNAKAMURA Usaku2019-04-301-1/+1
* Skip on Windows now when using reline because it causes hang of whole testsNAKAMURA Usaku2019-04-301-1/+2
* **Must** use IO::NULL for null deviceNAKAMURA Usaku2019-04-301-1/+1
* `from` is not nil but `""` on shallow clone [ci skip]Kazuhiro NISHIYAMA2019-04-301-1/+1
* Forgotten to removeNAKAMURA Usaku2019-04-301-1/+0
* Use Ripper for IRBaycabta2019-04-308-1211/+192