aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use Encoding::UTF_8 if RELINE_TEST_ENCODING doesn't existaycabta2019-04-301-3/+1
* Move Win32API to Reline::Win32APIaycabta2019-04-301-37/+35
* Use Encoding::UTF_8 if Encoding.default_external is Encoding::IBM437aycabta2019-04-301-0/+2
* Add Reline as a fallback library for Readlineaycabta2019-04-3026-3/+8103
* Skip the spec on Windows because RUBY_EXE is RUNRUBY and it calls ruby as gra...NAKAMURA Usaku2019-04-301-2/+4
* Revert previous commit; it was meaninglessNAKAMURA Usaku2019-04-301-20/+0
* * expand tabs.git2019-04-301-16/+16
* Use CreateToolhelp32Snapshot instead of NtQueryInformationProcess to get ppid...NAKAMURA Usaku2019-04-301-0/+21
* * 2019-04-30git2019-04-301-1/+1
* Merge .timeKazuhiro NISHIYAMA2019-04-301-4/+1
* Use 10 chars as RUBY_REVISION in snapshot tooKazuhiro NISHIYAMA2019-04-291-1/+1
* avoid passing NULL to memsetUrabe, Shyouhei2019-04-291-8/+6
* glibc says memcpy cannot take NULLUrabe, Shyouhei2019-04-291-1/+1
* glibc says memcpy cannot take NULLUrabe, Shyouhei2019-04-291-0/+14
* suppress some UBSAN sanitizersUrabe, Shyouhei2019-04-291-2/+2
* this variable is not guaranteed alignedUrabe, Shyouhei2019-04-291-1/+1