| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-12 | [ruby/reline] Version 0.2.7 | aycabta | |
| https://github.com/ruby/reline/commit/040d29b4c0 | |||
| 2021-08-12 | [ruby/irb] Version 1.3.7 | aycabta | |
| https://github.com/ruby/irb/commit/98610236ec | |||
| 2021-08-12 | [ruby/irb] Update dependency, reline >= 0.2.7 | aycabta | |
| https://github.com/ruby/irb/commit/5a0c8dc9e6 | |||
| 2021-08-10 | Update parser files of RDoc generated by the latest Racc | aycabta | |
| 2021-08-10 | Update parser files of RDoc generated by the latest KPeg | aycabta | |
| 2021-08-10 | [ruby/rdoc] Use HEAD of kpeg | aycabta | |
| I compared the results between the latest release of kpeg gem (1.1.0) and HEAD of kpeg gem with `time` command, and the execution time is reduced from 38.35s sec to 35.06 sec. ref. https://github.com/evanphx/kpeg/pull/43 https://github.com/ruby/rdoc/commit/682bcb48ce | |||
| 2021-08-10 | [ruby/rdoc] Add "rake clean" task to erase generated parser files | aycabta | |
| https://github.com/ruby/rdoc/commit/4e3e635afa | |||
| 2021-08-10 | Import copied Rakefile from original RDoc repository | aycabta | |
| 2021-08-10 | [ruby/rdoc] Move dev dependency of gettext to Gemfile | aycabta | |
| https://github.com/ruby/rdoc/commit/a177377b6f | |||
| 2021-08-10 | [ruby/rdoc] Use single quote in Gemfile | aycabta | |
| https://github.com/ruby/rdoc/commit/e4b68d414c | |||
| 2021-08-10 | Import copied Gemfile from original RDoc repository | aycabta | |
| 2021-08-06 | Check the result of tigetstr | Nobuyoshi Nakada | |
| 2021-08-06 | Fix caching of curses_dl | Nobuyoshi Nakada | |
| 2021-08-06 | Fix the result of checking the existence of constants being reversed | aycabta | |
| 2021-08-04 | Handle SIGINT in other thread correctly | aycabta | |
| Co-authored-by: Koichi Sasada <ko1@atdot.net> Notes: Merged: https://github.com/ruby/ruby/pull/4704 | |||
| 2021-08-04 | Use Symbol of signal for trap | aycabta | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4704 | |||
| 2021-07-31 | [ruby/error_highlight] Keep it work if paren exists after receiver | Masataka Pocke Kuwabara | |
| https://github.com/ruby/error_highlight/commit/b79d679bbd | |||
| 2021-07-30 | [ruby/reline] Support Terminfo on Cygwin and macOS | aycabta | |
| https://github.com/ruby/reline/commit/b0b75fcd27 | |||
| 2021-07-30 | [ruby/reline] Don't check the existence of Terminfo on Windows | aycabta | |
| https://github.com/ruby/reline/commit/320f09055c | |||
| 2021-07-30 | [ruby/reline] Check TYPE_VARIADIC | aycabta | |
| https://github.com/ruby/reline/commit/8e62e46e33 | |||
| 2021-07-30 | [ruby/reline] Define StringWithTiparm instead of singular method | aycabta | |
| https://github.com/ruby/reline/commit/de234dc875 | |||
| 2021-07-30 | [ruby/reline] Fixed Ctrl+Enter key in Windows. | SilverPhoenix99 | |
| https://github.com/ruby/reline/commit/0c38e39023 | |||
| 2021-07-30 | [ruby/reline] Check empty .inputrc | aycabta | |
| https://github.com/ruby/reline/commit/b60b3b76cd | |||
| 2021-07-30 | [ruby/reline] Add original C function declarations comment for each function | aycabta | |
| https://github.com/ruby/reline/commit/9a25ee9f12 | |||
| 2021-07-30 | [ruby/reline] Fix reline on OpenBSD | Jeremy Evans | |
| OpenBSD doesn't support tiparm, only tparm. I'm not sure if the two are compatible, but this at least this allows me to run irb on OpenBSD. https://github.com/ruby/reline/commit/0ce2b34e2b | |||
| 2021-07-30 | [ruby/reline] Added support for Numpad divide key on Windows. | SilverPhoenix99 | |
| https://github.com/ruby/reline/commit/84577da0c4 | |||
| 2021-07-30 | [ruby/reline] Support Enter key of numpad on Windows | aycabta | |
| The yamatanooroti gem can't emulate numpad key pressing... https://github.com/ruby/reline/commit/8e9da1aeaf | |||
| 2021-07-30 | [ruby/reline] Windows cmd: Don't type anything when pressing ALT keys alone | Lars Kanis | |
| Fixes #298 https://github.com/ruby/reline/commit/72acfcd27a | |||
| 2021-07-30 | [ruby/reline] Add TODO comment to implement tigetflag() and tigetnum() | aycabta | |
| https://github.com/ruby/reline/commit/a0d946a398 | |||
| 2021-07-30 | [ruby/reline] Add require 'reline/terminfo' to use Reline::Terminfo.enabled? | aycabta | |
| https://github.com/ruby/reline/commit/7ef9805b35 | |||
| 2021-07-29 | Update the latest version of readline.gemspec | Hiroshi SHIBATA | |
| 2021-07-29 | [ruby/net-http] Enforce write timeout when body_stream is used | Miguel Teixeira | |
| The existing implementation of `Net::HTTP#write_timeout` relies on `Net::BefferedIO` to trigger the `Net::WriteTimeout` error. This commit changes `send_request_with_body_stream` to remove the optimization that was making `Net::HTTP#write_timeout` not work when `body_stream` is used. Open issue: https://bugs.ruby-lang.org/issues/17933 https://github.com/ruby/net-http/commit/a0fab1ab52 | |||
| 2021-07-29 | [ruby/set] Improve What's Here links | BurdetteLamar | |
| https://github.com/ruby/set/commit/76b056c3b9 | |||
| 2021-07-29 | [ruby/set] Improve What's Here links | BurdetteLamar | |
| https://github.com/ruby/set/commit/dd787a3988 | |||
| 2021-07-29 | [ruby/set] gemspec: This gem exposes 0 executables | Olle Jonsson | |
| This change removes unused configuration. https://github.com/ruby/set/commit/6c2338d699 | |||
| 2021-07-29 | [ruby/set] Update documentation for intersect?/disjoint? | Jeremy Evans | |
| https://github.com/ruby/set/commit/35b69e9d69 | |||
| 2021-07-29 | [ruby/set] Allow the use of any enumerable in intersect?/disjoint? | Jeremy Evans | |
| https://github.com/ruby/set/commit/1a73ab9047 | |||
| 2021-07-29 | [ruby/set] Allow Set#intersect? and #disjoint? to accept array argument | Jeremy Evans | |
| Implements [Feature #17838] https://github.com/ruby/set/commit/d9b389bafa | |||
| 2021-07-28 | [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/23) | Burdette Lamar | |
| - Removed a largish block of repeated text. - Added sections "Top List and Base List" and "Methods for Defining Options" (on, define, etc.). - Linked from class OptionParser doc to the tutorial. https://github.com/ruby/optparse/commit/7f3195b9db | |||
| 2021-07-28 | [ruby/optparse] nodoc private methods | Nobuyoshi Nakada | |
| https://github.com/ruby/optparse/commit/f23d750d14 | |||
| 2021-07-28 | Update to latest uri | Benoit Daloze | |
| * https://github.com/ruby/uri/commit/bc47bf71df2b2e9cea09d0b2684ceac7355e42a0 * To include the fix from https://github.com/ruby/uri/pull/27 | |||
| 2021-07-28 | [ruby/readline] Improve the gem's description | Marcus Stollsteimer | |
| Improve the language in the gem's summary and description; also remove U+00A0 (no-break space) characters from post-install box. https://github.com/ruby/readline/commit/5037cf7ffc | |||
| 2021-07-28 | [ruby/resolv-replace] gemspec: Drop executables directive | Olle Jonsson | |
| This gem exposes no executables. https://github.com/ruby/resolv-replace/commit/fa405185f7 | |||
| 2021-07-28 | [ruby/resolv] Bump version to 0.2.1 | Hiroshi SHIBATA | |
| https://github.com/ruby/resolv/commit/095f1c003f | |||
| 2021-07-28 | [ruby/getoptlong] RDoc: escape to avoid links to the word Set | Olle Jonsson | |
| We would like to avoid linking to the Set class for these words. https://github.com/ruby/getoptlong/commit/33b56d6141 | |||
| 2021-07-28 | [ruby/getoptlong] gemspec: Drop executables directives | Olle Jonsson | |
| This gem exposes 0 executables. https://github.com/ruby/getoptlong/commit/4522163cbd | |||
| 2021-07-27 | [ruby/find] Add Errno::EINVAL to list of ignored errors | Jeremy Evans | |
| This error can occur on Windows for certain filenames on certain code pages. Fixes [Bug #14591] https://github.com/ruby/find/commit/0a474d1027 | |||
| 2021-07-27 | Remove probably unintented symlinks | Nobuyoshi Nakada | |
| 2021-07-27 | Deal with Unicode ranges in the file emoji-sequences.txt | Martin Dürst | |
| Detect Unicode ranges and loop over them. This fixes issue #18028. | |||
| 2021-07-27 | Fix test failure for parallel testing | Hiroshi SHIBATA | |
