summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-29Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun
2019-05-29Prevent MJIT compilation from running while movingTakashi Kokubun
2019-05-29Make tool/vcs.rb compliant to BASERUBYTakashi Kokubun
2019-05-29Check the result of file2lastrev.rb if HAVE_BASERUBYTakashi Kokubun
2019-05-29Skip a reline test hanging on Wercker since 3b7862c8e8Takashi Kokubun
2019-05-29Add TESTOPTS=-v for Wercker test-all --jit-waitTakashi Kokubun
2019-05-29Use IO.copy_streamaycabta
2019-05-29Check RUBY_YES_I_AM_NOT_A_NORMAL_USER env to access RubyVM docaycabta
2019-05-29IRB never show RubyVM's docaycabta
2019-05-29Encode completed strings corecctlyaycabta
2019-05-29Test BASERUBY: Ruby 1.9.3 on TravisTakashi Kokubun
2019-05-28Update to ruby/spec@0c5c5c1Benoit Daloze
2019-05-29Remove extra items because Reline::HISTORY is a sized queueaycabta
2019-05-29Use existing instances for LineEditor and Configaycabta
2019-05-28Update to ruby/spec@9a501a8Benoit Daloze
2019-05-29Drop unused Travis config: universal-darwin17Takashi Kokubun
2019-05-29Drop MJIT debug code from GC.compactTakashi Kokubun
2019-05-29* 2019-05-29git
2019-05-29parse.y: warn escaped whitespaceNobuyoshi Nakada
2019-05-28Added missing predicate macrosNobuyoshi Nakada
2019-05-28remove obsolete rb_gc_finalize_deferred().Koichi Sasada
2019-05-28Unify RELINE_TEST_ENCODING settingNobuyoshi Nakada
2019-05-28Set read-only with attrib commandNobuyoshi Nakada
2019-05-28Skip following all digits after `@@`Nobuyoshi Nakada
2019-05-28Clean a garbage [ci skip]Nobuyoshi Nakada
2019-05-27Fix building with 1.8 BASERUBYJeremy Evans
2019-05-28use malloc() instead of calloc().Koichi Sasada
2019-05-28should skip T_ZOMBIE here.Koichi Sasada
2019-05-28should use heap_eden->total_pages.Koichi Sasada
2019-05-28Fix typos in Ripper::Lexer#inspect and Ripper::Lexer#pretty_printNobuyoshi Nakada
2019-05-28Fix condition..."and" is lowest priority operator, than "="aycabta
2019-05-28use only eden_heaps on GC.compact.Koichi Sasada
2019-05-28Suppress warning (uninitialized variable).Koichi Sasada
2019-05-28Removed inconsistency file from upstream repository of rubygems.Hiroshi SHIBATA
2019-05-28* remove trailing spaces.git
2019-05-28Update the certificate files to make the test pass on Debian 10Yusuke Endoh
2019-05-28Avoid doubly building Travis and AppVeyorTakashi Kokubun
2019-05-28parse.y: numbered parameter symbolNobuyoshi Nakada
2019-05-28Use Reline.completer_quote_characters to completeaycabta
2019-05-28Fix reversed row and column get_screen_size on Windowsaycabta
2019-05-28Use Shift+Enter as Meta+Enter on Windowsaycabta
2019-05-28Use VK_MENU instead of VK_LMENU to check ALT on Windowsaycabta
2019-05-28Remove unused variable from IRB::InputCompletoraycabta
2019-05-28Treat :@1, :@@1, @1, and @@1 correctly to check terminationaycabta
2019-05-28Join next line if deletes newline at end of lineaycabta
2019-05-28Exit only when blank inputaycabta
2019-05-28Supress duplicated warningKazuki Tsujimoto
2019-05-28Support OSC and treat \1 \2 correctlyaycabta
2019-05-28Revert "Support OSC and treat \1 \2 correctly"aycabta
2019-05-28* 2019-05-28git