summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-02Make psych.so deterministicJeremy Evans
2019-06-02Add Reline test for unknown macroaycabta
2019-06-02Add new test for Reline within pipeaycabta
2019-06-02Add comments to key bindings vars of Reline::Configaycabta
2019-06-02Reline.readmultiline always needs block to confirm terminationaycabta
2019-06-02Suppress error of macro not foundaycabta
2019-06-01Update String#crypt tests to work on OpenBSDJeremy Evans
2019-06-02NEWS: move GC.compactNobuyoshi Nakada
2019-06-02NEWS: markup class and method namesNobuyoshi Nakada
2019-06-02* 2019-06-02git
2019-06-02delegate.rb: markup method namesNobuyoshi Nakada
2019-06-01Ignore warnings about mismatched indentations.Hiroshi SHIBATA
2019-06-01Ignore warnings about argument prefix with operator symbol.Hiroshi SHIBATA
2019-06-01Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA
2019-06-01Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA
2019-06-01Add a benchmark using IRB::ColorTakashi Kokubun
2019-06-01Merge rubygems master from upstream.Hiroshi SHIBATA
2019-06-01Add myself as OpenBSD platform maintainerJeremy Evans
2019-06-01Reset Config at Reline::Config::Test#teardownaycabta
2019-06-01Remove an unnecessary argumentaycabta
2019-06-01Just use `File.readlines`Nobuyoshi Nakada
2019-06-01* expand tabs.git
2019-06-01Make opt_aref instruction support Integer#[]Yusuke Endoh
2019-06-01Use inputrc data for keystroke settingaycabta
2019-06-01Fix FrozenError when assigning frozen class to constantNobuyoshi Nakada
2019-06-01appveyor.yml again!MSP-Greg
2019-05-31Update to ruby/spec@cfe908cBenoit Daloze
2019-05-31Update to ruby/mspec@a57a9afBenoit Daloze
2019-06-01Seprate raw keystroke config for each platformsNobuyoshi Nakada
2019-06-01* 2019-06-01git
2019-06-01Support Home and End key to move to beg and endaycabta
2019-05-31Use IO#sync= instead of a monkey patchaycabta
2019-05-31Flush I/O immediately if RELINE_STDERR_TTY is setaycabta
2019-05-31Bump irb version to 1.1.0.pre.1.Hiroshi SHIBATA
2019-05-31[DOC] JIS X 0301 has been updatedNobuyoshi Nakada
2019-05-31Let irb use an empty file as irbrcNobuyoshi Nakada
2019-05-31UNIX domain socket name length has a certain limitNobuyoshi Nakada
2019-05-31Use UNALIGNED_MEMBER_PTRNobuyoshi Nakada
2019-05-31Keep vm->orig_progname aliveAlan Wu
2019-05-31Also GCC 9 provides -Waddress-of-packed-memberNobuyoshi Nakada
2019-05-31STATIC_ASSERT for VM_METHOD_TYPE_MINIMUM_BITSNobuyoshi Nakada
2019-05-31Add --limit option and default it to 20Nobuyoshi Nakada
2019-05-31Prefer the current branch or tag nameNobuyoshi Nakada
2019-05-31Define RUBY_FULL_REVISIONNobuyoshi Nakada
2019-05-30Fix visibility of some methods when using DelegateClassJeremy Evans
2019-05-30Allow DelegateClass() to module_eval given blockJeremy Evans
2019-05-31Fix typo :bug: [ci skip]Takashi Kokubun
2019-05-31Set git config to commit mjit-debugTakashi Kokubun
2019-05-31Warn compile_error only when input is finishedTakashi Kokubun
2019-05-31Abstract away Ripper::Lexer#scan in IRB::Color#scanTakashi Kokubun