| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-04 | Backport https://github.com/ruby/ruby/pull/6193 | Hiroshi SHIBATA | |
| Co-authored-by: Yuta Saito <kateinoigakukun@gmail.com> | |||
| 2022-09-03 | Merge csv-3.2.5 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge csv-3.2.4 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge csv-3.2.3 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.21 and Bundler-2.3.21 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.20 and Bundler-2.3.20 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.19 and Bundler-2.3.19 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.18 and Bundler-2.3.18 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.17 and Bundler-2.3.17 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.16 and Bundler-2.3.16 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.15 and Bundler-2.3.15 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.14 and Bundler-2.3.14 | Hiroshi SHIBATA | |
| 2022-05-18 | Merge RubyGems-3.3.13 and Bundler-2.3.13 | Hiroshi SHIBATA | |
| 2022-05-18 | Merge RubyGems-3.3.12 and Bundler-2.3.12 | Hiroshi SHIBATA | |
| 2022-05-18 | Merge RubyGems-3.3.11 and Bundler-2.3.11 | Hiroshi SHIBATA | |
| 2022-05-18 | Merge RubyGems-3.3.10 and Bundler-2.3.10 | Hiroshi SHIBATA | |
| 2022-05-18 | Merge RubyGems-3.3.9 and Bundler-2.3.9 | Hiroshi SHIBATA | |
| 2022-05-18 | Bump cgi version to 0.3.2 | Hiroshi SHIBATA | |
| 2022-05-18 | Merge RubyGems-3.3.8 and Bundler-2.3.8 | Hiroshi SHIBATA | |
| 2022-05-18 | [ruby/securerandom] Bump up v0.2.0 | Hiroshi SHIBATA | |
| https://github.com/ruby/securerandom/commit/62ca2828f3 | |||
| 2022-02-14 | Merge RubyGems-3.3.7 and Bundler-2.3.7 (#5543) | Hiroshi SHIBATA | |
| 2022-02-08 | Fixed path for ipaddr.rb (#5533) | Hiroshi SHIBATA | |
| 2022-02-08 | Merge ipaddr-1.2.4 (#5526) | Hiroshi SHIBATA | |
| [Bug #18570] | |||
| 2022-02-02 | Merge pull request #5482 from hsbt/rubygems-3-3-bundler-2-3 | Hiroshi SHIBATA | |
| Merge RubyGems 3.3.x and Bundler 2.3.x | |||
| 2022-01-31 | Prefer `wait_readable` rather than `IO.select`. | Samuel Williams | |
| 2022-01-31 | merge revision(s) 92630e2346a221fdfeaa484632938a06765bc6e5: [Backport #18468] | NARUSE, Yui | |
| [ruby/optparse] Fix links to the page directory files [Bug #18468] https://github.com/ruby/optparse/commit/dab72c543d --- doc/optparse/creates_option.rdoc | 4 ++-- doc/optparse/option_params.rdoc | 2 +- doc/optparse/tutorial.rdoc | 4 ++-- lib/optparse.rb | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) | |||
| 2021-12-25 | [ruby/irb] Version 1.4.1 | aycabta | |
| https://github.com/ruby/irb/commit/b1d9c34441 | |||
| 2021-12-25 | [ruby/irb] Support showing doc by dialog in iTerm2 | aycabta | |
| https://github.com/ruby/irb/commit/a4b95d6634 | |||
| 2021-12-25 | [ruby/reline] Version 0.3.0 | aycabta | |
| https://github.com/ruby/reline/commit/3f6ea92268 | |||
| 2021-12-25 | Merge RubyGems-3.3.3 and Bundler-2.3.3 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5342 | |||
| 2021-12-25 | [ruby/irb] Version 1.4.0 | aycabta | |
| https://github.com/ruby/irb/commit/b80ec5821e | |||
| 2021-12-25 | [ruby/irb] Update dependency, reline >= 0.3.0 | aycabta | |
| https://github.com/ruby/irb/commit/f36ad549c4 | |||
| 2021-12-25 | [ruby/reline] Escape newline(s) in dynamic prompt | aycabta | |
| https://github.com/ruby/reline/commit/9b209ee1ea | |||
| 2021-12-25 | [ruby/reline] Escape newline(s) in prompt | aycabta | |
| https://github.com/ruby/reline/commit/b545459fca | |||
| 2021-12-25 | [ruby/reline] Remove unnecessary parameter | aycabta | |
| https://github.com/ruby/reline/commit/20fcd22564 | |||
| 2021-12-24 | Sync did_you_mean | Yuki Nishijima | |
| 2021-12-24 | Fix warning in `Lexer::Elem#[]` | manga_osyo | |
| Changed to use `#pos` `#event` `#tok` `#state` since using Lexer::Elem#[0~4] now gives a warning. see: https://github.com/ruby/ruby/commit/8944009be7418614ce7d4077807ac2b60d4d5d85 https://github.com/ruby/reline/commit/9adbb9af32 | |||
| 2021-12-24 | [ruby/reline] Revert "Change aliased methods to be parivete" | aycabta | |
| Ruby 2.5 doesn't support "private alias_method" idiom but Ruby on Rails 6.x still support 2.5. 😢 This reverts commit https://github.com/ruby/reline/commit/0f075f562b9b. https://github.com/ruby/reline/commit/4ecaa63b26 | |||
| 2021-12-24 | [ruby/reline] Change aliased methods to be parivete | aycabta | |
| https://github.com/ruby/reline/commit/0f075f562b | |||
| 2021-12-24 | [ruby/reline] Add doc about em-kill-line macro | aycabta | |
| https://github.com/ruby/reline/commit/2e46493aff | |||
| 2021-12-24 | [ruby/reline] Implement em_kill_line | aycabta | |
| https://github.com/ruby/reline/commit/9fca6ceb45 | |||
| 2021-12-24 | [ruby/reline] Rename the wrong name "em-kill-line" with the correct name ↵ | aycabta | |
| "unix-line-discard" https://github.com/ruby/reline/commit/da7af35d1f | |||
| 2021-12-24 | [ruby/reline] Add doc about ed-kill-line, kill-line, em-kill-line, and ↵ | aycabta | |
| unix-line-discard https://github.com/ruby/reline/commit/586a48ffe0 | |||
| 2021-12-24 | [ruby/reline] Bind ed-kill-line to C-u on emacs mode | aycabta | |
| https://github.com/ruby/reline/commit/9ab99574f5 | |||
| 2021-12-24 | [ruby/reline] Support S-Tab to move up completion cursor in vi-mode on Unix | aycabta | |
| https://github.com/ruby/reline/commit/ff278cdc88 | |||
| 2021-12-24 | [ruby/readline] Bump version to 0.0.3 | Hiroshi SHIBATA | |
| https://github.com/ruby/readline/commit/996af225ad | |||
| 2021-12-24 | [ruby/rdoc] Version 6.4.0 | aycabta | |
| https://github.com/ruby/rdoc/commit/4797f28df8 | |||
| 2021-12-24 | [rubygems/rubygems] Do not use IO#flock on Solaris | Yusuke Endoh | |
| `io.flock(File::LOCK_EX)` fails on Solaris when the io is opened as read-only. Due to this issue, `make install` of the ruby package failed on Solaris. https://github.com/rubygems/rubygems/commit/5905d17ab2 | |||
| 2021-12-24 | [ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped ↵ | Sutou Kouhei | |
| unexpectedly" This reverts commit https://github.com/ruby/csv/commit/5c6523da0a61. This introduces another pbolem. We should try again later. https://github.com/ruby/csv/commit/43a1d6fff1 Notes: Merged: https://github.com/ruby/ruby/pull/5336 | |||
| 2021-12-24 | [ruby/csv] parser: use row separator explicitly | Sutou Kouhei | |
| It will improve performance a bit. (But I haven't confirmed it yet...) https://github.com/ruby/csv/commit/06a65b0302 Notes: Merged: https://github.com/ruby/ruby/pull/5336 | |||
