summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-05-31Finish with ^D only when input is completely empty in vi insert modeaycabta
2019-05-30Update to ruby/spec@0ba5312Benoit Daloze
2019-05-30Update to ruby/mspec@3cc36d0Benoit Daloze
2019-05-31* 2019-05-31v2_7_0_preview1git
2019-05-31Make the target name unique when BASERUBY=noNobuyoshi Nakada
2019-05-30Touch Unicode headers and the timestamp before packagingNobuyoshi Nakada
2019-05-30Fix missing `gitcmd`Nobuyoshi Nakada
2019-05-30vcs.rb support non-inplace buildNARUSE, Yui
2019-05-30parse.y: adjust here-doc error tokenNobuyoshi Nakada
2019-05-30Include stack elements left after errorsNobuyoshi Nakada
2019-05-30Use rebuilt buffer data to rerender allaycabta
2019-05-30Use start_with? for escaped quote tooaycabta
2019-05-30Use negative lookahead and start_with?aycabta
2019-05-30Fix strange vertical cursor moving when adding a newline at bottomaycabta
2019-05-30* expand tabs.git
2019-05-30reorder bitmap clearing.Koichi Sasada