summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-12-22Support multibyte inputNobuyoshi Nakada
2019-12-22[ruby/reline] Support Ctrl+right as em_next_word, and Ctrl+left as ed_prev_wordYusuke Endoh
2019-12-22Remove TODO commentaycabta
2019-12-22[ruby/irb] Make nesting level up for `1.times do`Yusuke Endoh
2019-12-22[ruby/irb] Fix auto-indent for `1.times do`Yusuke Endoh
2019-12-22[ruby/reline] Preserve the input buffer across cursor_posYusuke Endoh
2019-12-22[ruby/reline] Consider Reline::ANSI.input at prepNobuyoshi Nakada
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-12-20Merge RubyGems 3.1.2Hiroshi SHIBATA
2019-12-20Add `URI#open` to warning messageKazuhiro NISHIYAMA
2019-12-18Merge bundler-2.1.1 from bundler/bundlerHiroshi SHIBATA
2019-12-17[rubygems/rubygems] Move `require uri` to source_listmihaibuzgau
2019-12-17Use while instead of loopKazuhiro NISHIYAMA
2019-12-17[rubygems/rubygems] require `uri` in source.rbmihaibuzgau
2019-12-17Remove an unnecessary variableaycabta
2019-12-17Remove unnecessary branchesaycabta
2019-12-17[ruby/reline] Implement completion_append_characterThomas Leitner
2019-12-17[ruby/reline] Disable any implementation-defined special control charactersNobuyoshi Nakada
2019-12-17Support change search directionaycabta
2019-12-17Support forward-search-history by C-saycabta
2019-12-17ensure to close the data connection [Bug #16413]NARUSE, Yui
2019-12-16Make prettyprint’s cycle detection aware of Delegator instancesRichard Viney
2019-12-16Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh
2019-12-16lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh
2019-12-16Merge RubyGems 3.1.1 and update the NEWS entry for RubyGemsHiroshi SHIBATA
2019-12-15Prepare to release rubygems-3.1.0Hiroshi SHIBATA
2019-12-15Vendor thor 1.0.0David Rodríguez
2019-12-15Prepare to release bundler-2.1.0Hiroshi SHIBATA
2019-12-13Drop delegate dependencyYuki Nishijima
2019-12-13warn should be a global functionNobuyoshi Nakada
2019-12-13Prepare to release RubyGems 3.1.0 final version.Hiroshi SHIBATA
2019-12-13Show a menu before a documentaycabta
2019-12-12Suppress to crash IRB if completed list has nilaycabta
2019-12-11[ruby/forwardable] Bump version to 1.3.1Jeremy Evans
2019-12-11[ruby/forwardable] Make def_*_delegator return name of method defined (Fixes ...Jeremy Evans
2019-12-11Add a message for CompatibilityErroraycabta
2019-12-11Support Readline.completion_quote_character by Relineaycabta
2019-12-10[ruby/logger] bump version to 1.4.2Hiroshi SHIBATA
2019-12-10[ruby/logger] Document that shift_age of 0 disables log file rotationJeremy Evans
2019-12-10[ruby/logger] Raise ArgumentError for invalid shift_ageJeremy Evans
2019-12-10[ruby/logger] Honor Logger#level overridesGeorge Claghorn
2019-12-10fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui
2019-12-10Change encoding of completion stringsaycabta
2019-12-10Import racc-1.4.1 from ruby/racc.Hiroshi SHIBATA
2019-12-10base64.rb: improve performance of Base64.urlsafe_encode64Konstantin Papkovskiy
2019-12-10lib/net/http.rb: align the indentationYusuke Endoh
2019-12-10Stop Thread.new in `DRb::TimerIdConv::TimerHolder2#on_gc`Kazuhiro NISHIYAMA
2019-12-10Support completion with case-insensitive fashionaycabta
2019-12-09fix typo of 54072e329cab7207fba133caba4fc12b45add8f9NARUSE, Yui
2019-12-09Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui