aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix typoUrabe, Shyouhei2019-04-291-1/+1
* Fixed HERETERM_LENGTH_MAX on IL32LLP64Nobuyoshi Nakada2019-04-291-3/+3
* Refactored rb_strterm_heredoc_tNobuyoshi Nakada2019-04-291-48/+55
* Disallow also CR in here-doc identifierNobuyoshi Nakada2019-04-293-2/+8
* Make only `mesg` can be assigned with default `fname`Nobuyoshi Nakada2019-04-291-1/+3
* parse.y: fix here-doc identifier with newlineNobuyoshi Nakada2019-04-294-16/+14
* Reduce debug outputKazuhiro NISHIYAMA2019-04-291-10/+0
* iseq.c: removed unnecessary zero-fillsNobuyoshi Nakada2019-04-291-2/+3
* NEWS: Moved "Integer#[] with range" to "Core classes updates"Nobuyoshi Nakada2019-04-291-7/+11
* CLOCK_MONOTONIC_RAW_APPROX seems less precise than advertised on macOSBenoit Daloze2019-04-281-1/+1
* Update to ruby/spec@7de852dBenoit Daloze2019-04-28135-4653/+4183
* Update to ruby/mspec@c25d63dBenoit Daloze2019-04-283-71/+5
* Move the check for CentOS CLOCK_MONOTONIC_RAW next to othersBenoit Daloze2019-04-282-18/+21
* Fully support Git in tool/merger.rbTakashi Kokubun2019-04-291-21/+46
* Add more debug print for random CI failure on osx TravisKazuhiro NISHIYAMA2019-04-291-2/+4
* Add "Integer#[] with range" to NEWSYusuke Endoh2019-04-291-1/+8
* * remove trailing spaces.git2019-04-291-2/+2
* tool/merger.rb: Avoid making too-deep indentationTakashi Kokubun2019-04-291-156/+156
* Support `tool/merger.rb removetag` under GitTakashi Kokubun2019-04-291-25/+24
* * 2019-04-29git2019-04-291-1/+1
* Support `tool/merger.rb tag` under Git repositoryTakashi Kokubun2019-04-291-44/+56
* * expand tabs.git2019-04-281-4/+4
* numeric.c: Extend Integer#[] to support range argumentsYusuke Endoh2019-04-282-23/+150
* test/ruby/test_integer.rb: Add a sane test for Integer#[]Yusuke Endoh2019-04-281-0/+14
* Support `tool/merger.rb up` under Git repositoryTakashi Kokubun2019-04-281-53/+69
* Skip CLOCK_UPTIME_RAW_APPROX since it seems less precise than advertised on m...Benoit Daloze2019-04-282-1/+8
* Fix wrong svn optionsTakashi Kokubun2019-04-281-2/+2
* Stop using global variable for reposTakashi Kokubun2019-04-281-5/+6