| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-25 | [ruby/readline] Fix any wrong in messages | aycabta | |
| https://github.com/ruby/readline/commit/a2cf437c8f | |||
| 2019-12-25 | [ruby/readline] Version 0.0.1 | aycabta | |
| https://github.com/ruby/readline/commit/d2363cad33 | |||
| 2019-12-25 | [ruby/readline] Add post_install_message | aycabta | |
| https://github.com/ruby/readline/commit/03126372b5 | |||
| 2019-12-25 | [ruby/reline] Version 0.1.1 | aycabta | |
| https://github.com/ruby/reline/commit/923f97d068 | |||
| 2019-12-25 | The behavior of vi_end_of_transmission should be the same of vi_list_or_eof | aycabta | |
| 2019-12-25 | ^D on non-empty line in vi mode behaves like Enter | aycabta | |
| 2019-12-24 | Sync did_you_mean | Yuki Nishijima | |
| 2019-12-25 | Merge Bundler 2.1.2 from bundler/bundler. | Hiroshi SHIBATA | |
| [Misc #16449][ruby-core:96458] | |||
| 2019-12-24 | [ruby/irb] Fix typo | Marcus Stollsteimer | |
| https://github.com/ruby/irb/commit/4bb1340687 | |||
| 2019-12-24 | Remove unused variable | aycabta | |
| 2019-12-24 | The delete-char-or-list shows completed list when called at end of line | aycabta | |
| It doesn't behave the same as the delete-char. | |||
| 2019-12-24 | [ruby/reline] Version 0.1.0 | aycabta | |
| https://github.com/ruby/reline/commit/55d4dfec1e | |||
| 2019-12-24 | [ruby/irb] Version 1.2.1 | aycabta | |
| https://github.com/ruby/irb/commit/8da0c74640 | |||
| 2019-12-24 | [ruby/irb] Remove warning message to bundle on Ruby 2.7.0 | aycabta | |
| https://github.com/ruby/irb/commit/d9a7844f50 | |||
| 2019-12-24 | [ruby/rdoc] Version 6.2.1 | aycabta | |
| https://github.com/ruby/rdoc/commit/c65e14d112 | |||
| 2019-12-24 | Update parsers of RDoc that are generated by Racc | aycabta | |
| 2019-12-24 | [ruby/rdoc] Support newline in the middle of constant definition | aycabta | |
| https://github.com/ruby/rdoc/commit/74d3984324 | |||
| 2019-12-24 | [ruby/rdoc] Treat Proc#call syntax sugar for constant correctly | aycabta | |
| https://github.com/ruby/rdoc/commit/957d041ae0 | |||
| 2019-12-22 | [ruby/prime] Bump version | Marc-Andre Lafortune | |
| 2019-12-22 | [ruby/ostruct] Bump version | Marc-Andre Lafortune | |
| 2019-12-22 | [ruby/ostruct] Create OpenStruct::VERSION | Marc-Andre Lafortune | |
| 2019-12-22 | [ruby/ostruct] Move gemspec | Marc-Andre Lafortune | |
| 2019-12-22 | [ruby/matrix] Bump version | Marc-Andre Lafortune | |
| 2019-12-23 | [ruby/reline] Use IO#raw to read one byte | Nobuyoshi Nakada | |
| https://github.com/ruby/reline/commit/be17740e82 | |||
| 2019-12-22 | Support multibyte input | Nobuyoshi Nakada | |
| 2019-12-22 | [ruby/reline] Support Ctrl+right as em_next_word, and Ctrl+left as ed_prev_word | Yusuke Endoh | |
| https://github.com/ruby/reline/commit/e98ad3b486 | |||
| 2019-12-22 | Remove TODO comment | aycabta | |
| 2019-12-22 | [ruby/irb] Make nesting level up for `1.times do` | Yusuke Endoh | |
| Follow up of the previous commit https://github.com/ruby/irb/commit/ab207353d3 | |||
| 2019-12-22 | [ruby/irb] Fix auto-indent for `1.times do` | Yusuke Endoh | |
| Fixes #47 https://github.com/ruby/irb/commit/6b8eca4635 | |||
| 2019-12-22 | [ruby/reline] Preserve the input buffer across cursor_pos | Yusuke Endoh | |
| The old version of cursor_pos discards the input buffer, which made IRB ignore the input immediately after IRB is invoked. This change keeps the input before cursor_pos by using ungetc. https://github.com/ruby/reline/commit/4a8cca331f | |||
| 2019-12-22 | [ruby/reline] Consider Reline::ANSI.input at prep | Nobuyoshi Nakada | |
| https://github.com/ruby/reline/commit/b111cde3c3 | |||
| 2019-12-20 | Fixed misspellings | Nobuyoshi Nakada | |
| Fixed misspellings reported at [Bug #16437], for default gems. | |||
| 2019-12-20 | Merge RubyGems 3.1.2 | Hiroshi SHIBATA | |
| 2019-12-20 | Add `URI#open` to warning message | Kazuhiro NISHIYAMA | |
| 2019-12-18 | Merge bundler-2.1.1 from bundler/bundler | Hiroshi SHIBATA | |
| 2019-12-17 | [rubygems/rubygems] Move `require uri` to source_list | mihaibuzgau | |
| https://github.com/rubygems/rubygems/commit/c6b4df5bfc | |||
| 2019-12-17 | Use while instead of loop | Kazuhiro NISHIYAMA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2758 | |||
| 2019-12-17 | [rubygems/rubygems] require `uri` in source.rb | mihaibuzgau | |
| https://github.com/rubygems/rubygems/commit/8de4d0272e | |||
| 2019-12-17 | Remove an unnecessary variable | aycabta | |
| 2019-12-17 | Remove unnecessary branches | aycabta | |
| 2019-12-17 | [ruby/reline] Implement completion_append_character | Thomas Leitner | |
| There is already the possibility to set Reline.completion_append_character. However, it is not used by the line editor. https://github.com/ruby/reline/commit/ab798931b9 | |||
| 2019-12-17 | [ruby/reline] Disable any implementation-defined special control characters | Nobuyoshi Nakada | |
| Including dsusp, lnext, and so on. https://github.com/ruby/reline/commit/a44abe586b | |||
| 2019-12-17 | Support change search direction | aycabta | |
| 2019-12-17 | Support forward-search-history by C-s | aycabta | |
| 2019-12-17 | ensure to close the data connection [Bug #16413] | NARUSE, Yui | |
| 2019-12-16 | Make prettyprint’s cycle detection aware of Delegator instances | Richard Viney | |
| Fixes [Bug #13144] Co-Authored-By: Nobuyoshi Nakada <nobu@ruby-lang.org> | |||
| 2019-12-16 | Revert "lib/net/http/response.rb: support raw deflate correctly" | Yusuke Endoh | |
| This reverts commit 5105240b1e851410020b3b3f1a2bead7ffdd4291. In RFC 2616: ``` deflate The "zlib" format defined in RFC 1950 [31] in combination with the "deflate" compression mechanism described in RFC 1951 [29]. ``` So "Content-Encoding: deflate" means zlib format, not raw deflate. [Bug #11268] | |||
| 2019-12-16 | lib/net/http/response.rb: support raw deflate correctly | Yusuke Endoh | |
| Net::HTTP had used `Zlib::Inflate.new(32 + Zlib::MAX_WBITS)` for all content encoding (deflate, zlib, and gzip). But the argument `32 + Zlib::MAX_WBITS` means zlib and gzip decoding with automatic header detection, so (raw) deflate compression had not been supported. This change makes it support raw deflate correctly by passing an argument `-Zlib::MAX_WBITS` (which means raw deflate) to `Zlib::Inflate.new`. All deflate-mode tests are fixed too. [Bug #11268] | |||
| 2019-12-16 | Merge RubyGems 3.1.1 and update the NEWS entry for RubyGems | Hiroshi SHIBATA | |
| 2019-12-15 | Prepare to release rubygems-3.1.0 | Hiroshi SHIBATA | |
