summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-12-21[ruby/reline] Split off set_signal_handler methodaycabta
2021-12-21[ruby/reline] Remove unnecessary clearing signal handleraycabta
2021-12-20[ruby/logger] Bump version to 1.5.0Hiroshi SHIBATA
2021-12-20[ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta
2021-12-20[ruby/reline] Rename an unused variable name for CIaycabta
2021-12-20[ruby/reline] Add support for overwriting dialog proc with the same nameaycabta
2021-12-20[ruby/reline] Add Reline.dialog_proc(name_sym)aycabta
2021-12-20[ruby/reline] Add spaceaycabta
2021-12-20[ruby/reline] windows jruby issueYO4
2021-12-20[ruby/reline] windows clear screen with \e 2 JYO4
2021-12-20[ruby/reline] windows improve scrollingYO4
2021-12-20[ruby/reline] Revert "Add a space after a comma"aycabta
2021-12-20[ruby/reline] Revert "Add space"aycabta
2021-12-20[ruby/pp] Bump version to 0.3.0Hiroshi SHIBATA
2021-12-20[rubygems/rubygems] Add support in binstubs for trampolining bundlerDavid Rodríguez
2021-12-20[rubygems/rubygems] Error tracing should be printed to stderrDavid Rodríguez
2021-12-19[ruby/irb] Add information about --extra-doc-dir option in the commentsKaíque Kandy Koga
2021-12-19[ruby/reline] Load correct version.rb from gemspecNobuyoshi Nakada
2021-12-19[ruby/reline] Clear dialog in pastingaycabta
2021-12-19Manually sync https://github.com/ruby/error_highlight/commit/d2140d795ad0a063...Yusuke Endoh
2021-12-19Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in evalYusuke Endoh
2021-12-18[ruby/reline] Remove unnecessary "*"aycabta
2021-12-18[ruby/reline] Add a space after a commaaycabta
2021-12-18[ruby/reline] Add spaceaycabta
2021-12-18[ruby/pp] Use etc instead of .so for broader compatibilityCharles Oliver Nutter
2021-12-18[ruby/pp] Only do RubyVM patches if class existsCharles Oliver Nutter
2021-12-18[ruby/benchmark] Freeze VERSIONrm155
2021-12-18[ruby/logger] Changes to datetime formattingBaron Bloomer
2021-12-17[rubygems/rubygems] Improve errors a bit moreDavid Rodríguez
2021-12-17[rubygems/rubygems] Share gem not found logic with transitive dependencies tooDavid Rodríguez
2021-12-17[rubygems/rubygems] Remove unnecessary line breakDavid Rodríguez
2021-12-17[rubygems/rubygems] Fix crash when no matching variants are found for the cur...David Rodríguez
2021-12-17[rubygems/rubygems] Improve error message if only platform doesn't matchDavid Rodríguez
2021-12-17[rubygems/rubygems] Improve resolver error messagesDavid Rodríguez
2021-12-15[rubygems/rubygems] Pass `:bimode` explicitly to `File.open`David Rodríguez
2021-12-15Merge RubyGems and Bundler masterHiroshi SHIBATA
2021-12-15[ruby/cgi] Extract CGI::Session#new_store_fileNobuyoshi Nakada
2021-12-14[ruby/securerandom] Use String#unpack1Nobuyoshi Nakada
2021-12-14[ruby/securerandom] Drop support for old ruby versionsNobuyoshi Nakada
2021-12-14[DOC] Fix a type [ci skip]Nobuyoshi Nakada
2021-12-13[ruby/reline] Remove unnecessary variables, lower_spaceaycabta
2021-12-13[DOC] Improve Random::Formatter description and exampleNobuyoshi Nakada
2021-12-13[DOC] Exclude Bundler only [ci skip]Nobuyoshi Nakada
2021-12-11[ruby/reline] Prefer wait_readable for fiber scheduler.Samuel Williams
2021-12-11[rubygems/rubygems] Add `github` and `ref` options to `bundle add`Vyacheslav Alexeev
2021-12-10[ruby/reline] @convert_meta is true unless 8-bit charactersima1zumi
2021-12-10[ruby/reline] Execute compress_meta_key if convert_meta is onima1zumi
2021-12-10[ruby/reline] unleash real pasting speedYO4
2021-12-10[ruby/reline] unleash pasting speedYO4
2021-12-10[ruby/reline] support input surrogate paird codepointYO4