aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun2019-05-294-51/+5
* Prevent MJIT compilation from running while movingTakashi Kokubun2019-05-291-0/+4
* Make tool/vcs.rb compliant to BASERUBYTakashi Kokubun2019-05-291-1/+2
* Check the result of file2lastrev.rb if HAVE_BASERUBYTakashi Kokubun2019-05-291-2/+5
* Skip a reline test hanging on Wercker since 3b7862c8e8Takashi Kokubun2019-05-291-0/+1
* Add TESTOPTS=-v for Wercker test-all --jit-waitTakashi Kokubun2019-05-291-1/+1
* Use IO.copy_streamaycabta2019-05-291-3/+1
* Check RUBY_YES_I_AM_NOT_A_NORMAL_USER env to access RubyVM docaycabta2019-05-291-1/+1
* IRB never show RubyVM's docaycabta2019-05-292-1/+49
* Encode completed strings corecctlyaycabta2019-05-291-1/+1
* Test BASERUBY: Ruby 1.9.3 on TravisTakashi Kokubun2019-05-291-0/+9
* Update to ruby/spec@0c5c5c1Benoit Daloze2019-05-281-7/+3
* Remove extra items because Reline::HISTORY is a sized queueaycabta2019-05-292-1/+42
* Use existing instances for LineEditor and Configaycabta2019-05-293-5/+9
* Update to ruby/spec@9a501a8Benoit Daloze2019-05-2841-639/+699
* Drop unused Travis config: universal-darwin17Takashi Kokubun2019-05-291-11/+0
* Drop MJIT debug code from GC.compactTakashi Kokubun2019-05-291-2/+0
* * 2019-05-29git2019-05-291-1/+1
* parse.y: warn escaped whitespaceNobuyoshi Nakada2019-05-293-22/+91
* Added missing predicate macrosNobuyoshi Nakada2019-05-281-0/+3
* remove obsolete rb_gc_finalize_deferred().Koichi Sasada2019-05-282-8/+0
* Unify RELINE_TEST_ENCODING settingNobuyoshi Nakada2019-05-281-2/+1
* Set read-only with attrib commandNobuyoshi Nakada2019-05-281-2/+1
* Skip following all digits after `@@`Nobuyoshi Nakada2019-05-281-8/+6
* Clean a garbage [ci skip]Nobuyoshi Nakada2019-05-281-1/+1
* Fix building with 1.8 BASERUBYJeremy Evans2019-05-274-8/+9
* use malloc() instead of calloc().Koichi Sasada2019-05-281-3/+7
* should skip T_ZOMBIE here.Koichi Sasada2019-05-281-1/+10
* should use heap_eden->total_pages.Koichi Sasada2019-05-281-2/+3
* Fix typos in Ripper::Lexer#inspect and Ripper::Lexer#pretty_printNobuyoshi Nakada2019-05-281-2/+2
* Fix condition..."and" is lowest priority operator, than "="aycabta2019-05-281-1/+1
* use only eden_heaps on GC.compact.Koichi Sasada2019-05-281-3/+16
* Suppress warning (uninitialized variable).Koichi Sasada2019-05-281-1/+1
* Removed inconsistency file from upstream repository of rubygems.Hiroshi SHIBATA2019-05-281-27/+0
* * remove trailing spaces.git2019-05-281-1/+1
* Update the certificate files to make the test pass on Debian 10Yusuke Endoh2019-05-286-141/+308
* Avoid doubly building Travis and AppVeyorTakashi Kokubun2019-05-282-6/+8
* parse.y: numbered parameter symbolNobuyoshi Nakada2019-05-282-1/+9
* Use Reline.completer_quote_characters to completeaycabta2019-05-284-27/+36
* Fix reversed row and column get_screen_size on Windowsaycabta2019-05-281-1/+1
* Use Shift+Enter as Meta+Enter on Windowsaycabta2019-05-281-1/+7
* Use VK_MENU instead of VK_LMENU to check ALT on Windowsaycabta2019-05-281-2/+2
* Remove unused variable from IRB::InputCompletoraycabta2019-05-281-1/+0
* Treat :@1, :@@1, @1, and @@1 correctly to check terminationaycabta2019-05-281-0/+15
* Join next line if deletes newline at end of lineaycabta2019-05-281-0/+8
* Exit only when blank inputaycabta2019-05-281-1/+1
* Supress duplicated warningKazuki Tsujimoto2019-05-281-0/+3
* Support OSC and treat \1 \2 correctlyaycabta2019-05-281-12/+53
* Revert "Support OSC and treat \1 \2 correctly"aycabta2019-05-281-53/+12
* * 2019-05-28git2019-05-281-1/+1