aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* `res.response_body_permitted?` is not definedKazuhiro NISHIYAMA2022-01-051-1/+1
* [rubygems/rubygems] Fix race conditon on JRubyDavid Rodríguez2022-01-051-3/+0
* [ruby/error_highlight] Fix the spurious TypeError.Christian Boos2022-01-041-0/+1
* [ruby/optparse] Use `require_relative` for internal requires (https://github....David Rodríguez2022-01-046-6/+6
* [rubygems/rubygems] Append a newline to the checksum fileNobuyoshi Nakada2022-01-041-1/+1
* [rubygems/rubygems] Fix checksumNobuyoshi Nakada2022-01-041-1/+1
* Kernel#=~: delete卜部昌平2022-01-031-1/+1
* [ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta2022-01-021-0/+3
* [ruby/reline] Version 0.3.1aycabta2022-01-021-1/+1
* [ruby/reline] Implement Reline::Terminfo.tigetnumaycabta2022-01-021-1/+19
* [ruby/reline] Fix the difinition of tigetflag() in comment...aycabta2022-01-021-2/+2
* [ruby/reline] Remove unnecessary qualifiers on definition of commentsaycabta2022-01-011-2/+2
* [ruby/reline] Implement Reline::Terminfo.tigetflagaycabta2022-01-011-1/+20
* [ruby/reline] windows fix scrollYO42021-12-301-1/+1
* [ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi2021-12-301-1/+1
* [ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ru...Samuel Williams2021-12-291-2/+1
* [rubygems/rubygems] Fix `bundle update --bundler` no longer updating lockfileDavid Rodríguez2021-12-281-1/+6
* [rubygems/rubygems] Don't crash when updating to an unsupported `rubygems-upd...David Rodríguez2021-12-271-1/+3
* [rubygems/rubygems] Don't redownload `rubygems-update` package if already thereDavid Rodríguez2021-12-271-2/+1
* [ruby/drb] Fix method names "regist" as "register"Nobuyoshi Nakada2021-12-272-4/+6
* Track RubyGems 3.4.0dev and Bundler 2.4.0devHiroshi SHIBATA2021-12-278-21/+38
* [rubygems/rubygems] Remove the rest of the `RUBY_VERSION` monkeypatchingDavid Rodríguez2021-12-271-1/+1
* [rubygems/rubygems] Make SpecificationPolicy autoload constantMasataka Pocke Kuwabara2021-12-272-1/+1
* Check if `Kernel#untaint` is defined instead of version comparisonNobuyoshi Nakada2021-12-274-8/+8
* [ruby/irb] Version 1.4.1aycabta2021-12-251-1/+1
* [ruby/irb] Support showing doc by dialog in iTerm2aycabta2021-12-251-1/+2
* [ruby/reline] Version 0.3.0aycabta2021-12-251-1/+1
* Merge RubyGems-3.3.3 and Bundler-2.3.3Hiroshi SHIBATA2021-12-254-5/+3
* [ruby/irb] Version 1.4.0aycabta2021-12-251-2/+2
* [ruby/irb] Update dependency, reline >= 0.3.0aycabta2021-12-251-1/+1
* [ruby/reline] Escape newline(s) in dynamic promptaycabta2021-12-251-1/+1
* [ruby/reline] Escape newline(s) in promptaycabta2021-12-251-1/+1
* [ruby/reline] Remove unnecessary parameteraycabta2021-12-251-11/+11
* Sync did_you_meanYuki Nishijima2021-12-247-11/+70
* Fix warning in `Lexer::Elem#[]`manga_osyo2021-12-241-4/+4
* [ruby/reline] Revert "Change aliased methods to be parivete"aycabta2021-12-241-35/+35
* [ruby/reline] Change aliased methods to be pariveteaycabta2021-12-241-35/+35
* [ruby/reline] Add doc about em-kill-line macroaycabta2021-12-241-0/+4
* [ruby/reline] Implement em_kill_lineaycabta2021-12-241-0/+11
* [ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...aycabta2021-12-241-5/+5
* [ruby/reline] Add doc about ed-kill-line, kill-line, em-kill-line, and unix-l...aycabta2021-12-241-0/+9
* [ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta2021-12-241-1/+1
* [ruby/reline] Support S-Tab to move up completion cursor in vi-mode on Unixaycabta2021-12-241-1/+6
* [ruby/readline] Bump version to 0.0.3Hiroshi SHIBATA2021-12-241-1/+1
* [ruby/rdoc] Version 6.4.0aycabta2021-12-241-1/+1
* [rubygems/rubygems] Do not use IO#flock on SolarisYusuke Endoh2021-12-241-1/+8
* [ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped unex...Sutou Kouhei2021-12-241-51/+34
* [ruby/csv] parser: use row separator explicitlySutou Kouhei2021-12-241-3/+5
* [ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedlySutou Kouhei2021-12-241-34/+51
* [ruby/csv] Fix a bug that all of ARGF contents may not be consumedSutou Kouhei2021-12-241-1/+4