| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-06 | [ruby/reline] Rename a temporary test name to appropriate one | aycabta | |
| https://github.com/ruby/reline/commit/26ebecde5c | |||
| 2021-09-06 | [ruby/reline] Add a test for Reline::Unicode#take_range | aycabta | |
| https://github.com/ruby/reline/commit/af7953ff93 | |||
| 2021-09-06 | [ruby/irb] Pass RI options to help | Filip Pyda | |
| https://github.com/ruby/irb/commit/9b98d1afab | |||
| 2021-09-06 | [ruby/reline] Memoize path of `.inputrc` [Ref #319] | manga_osyo | |
| When `ENV["HOME"] = "foo"` on irb, an exception is raised when retrieving the path of `.inputrc`. Memoize the path of `.inputrc` and don't get the path after the second time. https://github.com/ruby/reline/commit/7b90b16165 | |||
| 2021-09-06 | [ruby/irb] Add comments for Alt+d key sequences | aycabta | |
| https://github.com/ruby/irb/commit/4cb5f7e546 | |||
| 2021-09-06 | [ruby/reline] Set scrollbar color | aycabta | |
| https://github.com/ruby/reline/commit/d7962e420d | |||
| 2021-09-06 | [ruby/irb] Use multiple trap_key | aycabta | |
| https://github.com/ruby/irb/commit/416abe2524 | |||
| 2021-09-06 | [ruby/reline] Cut out read_2nd_character_of_key_sequence | aycabta | |
| https://github.com/ruby/reline/commit/92518d1dee | |||
| 2021-09-06 | [ruby/reline] Support multiple trap_key | aycabta | |
| https://github.com/ruby/reline/commit/b0207fa049 | |||
| 2021-09-06 | [ruby/reline] No need to use max_by when array.size == 1 | aycabta | |
| https://github.com/ruby/reline/commit/7e56c8af05 | |||
| 2021-09-06 | [ruby/reline] Use sort.last instead of sort.reverse.first | aycabta | |
| https://github.com/ruby/reline/commit/67f1d8d2d2 | |||
| 2021-09-06 | [ruby/reline] Use combined_key if it exists when comparing Reline::Key and ↵ | aycabta | |
| Integer https://github.com/ruby/reline/commit/8fca5f6f9c | |||
| 2021-09-06 | [ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed ↵ | aycabta | |
| key sequences https://github.com/ruby/reline/commit/731103f9c9 | |||
| 2021-09-06 | [ruby/reline] Support for key bindings result Symbol in Reline::Key | aycabta | |
| https://github.com/ruby/reline/commit/cf78a38064 | |||
| 2021-09-06 | [ruby/reline] Add Reline::Key#== as an alias to Reline::Key#match? | aycabta | |
| https://github.com/ruby/reline/commit/1fc3276c01 | |||
| 2021-09-06 | [ruby/reline] Support oneshot key bindings config for key_trap of dialog ↵ | aycabta | |
| callbacks https://github.com/ruby/reline/commit/5f1141b693 | |||
| 2021-09-06 | [ruby/reline] Reline::Key supports the comparison with Integer | aycabta | |
| https://github.com/ruby/reline/commit/ebc3e0f673 | |||
| 2021-09-06 | [ruby/reline] Add that Reline::Unicode.take_range is cutting based on width | aycabta | |
| https://github.com/ruby/reline/commit/18405d9594 | |||
| 2021-09-06 | [ruby/reline] Add comments about optimizing chars in ASCII range of UTF-8 | aycabta | |
| https://github.com/ruby/reline/commit/3c13d93486 | |||
| 2021-09-06 | * 2021-09-06 [ci skip] | git | |
| 2021-09-06 | Bundle RBS 1.6.0 (#4809) | Soutaro Matsumoto | |
| * Bundle RBS 1.6.0 * Specify bundled rbs commit hash to fix test ref https://github.com/ruby/rbs/pull/778 * Bundle RBS 1.6.1 Co-authored-by: Masataka Pocke Kuwabara <kuwabara@pocke.me> Notes: Merged-By: soutaro <matsumoto@soutaro.com> | |||
| 2021-09-05 | Replace RBOOL macro | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4791 | |||
| 2021-09-05 | [ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69) | Hiroshi SHIBATA | |
| https://github.com/ruby/fiddle/commit/e08c4c635e Co-authored-by: Sutou Kouhei <kou@clear-code.com> Notes: Merged: https://github.com/ruby/ruby/pull/4810 | |||
| 2021-09-05 | [ruby/fiddle] Create extconf header for MSVC | Nobuyoshi Nakada | |
| Not to include parenthesized argument. https://github.com/ruby/fiddle/commit/c2c921e16a Notes: Merged: https://github.com/ruby/ruby/pull/4810 | |||
| 2021-09-05 | * 2021-09-05 [ci skip] | git | |
| 2021-09-05 | Update bundled_gems | Kazuhiro NISHIYAMA | |
| 2021-09-04 | [ruby/irb] Remove commeted out code | aycabta | |
| https://github.com/ruby/irb/commit/7dda1f803e | |||
| 2021-09-04 | [ruby/irb] Show doc at the same height as the autocompletion dialog | aycabta | |
| https://github.com/ruby/irb/commit/a9db71e6bc | |||
| 2021-09-04 | [ruby/irb] Render properly if both autocomplete and show doc dialogs are ↵ | aycabta | |
| left of the cursor https://github.com/ruby/irb/commit/0090203107 | |||
| 2021-09-04 | [ruby/reline] Correct misalignment of scrollbar | aycabta | |
| https://github.com/ruby/reline/commit/7924b4cfc6 | |||
| 2021-09-04 | [ruby/reline] Implement scrollbar | aycabta | |
| https://github.com/ruby/reline/commit/4c7fc42151 | |||
| 2021-09-04 | [ruby/irb] Suppress "assigned but unused variable" warning | aycabta | |
| https://github.com/ruby/irb/commit/a1ddf64c69 | |||
| 2021-09-04 | [ruby/irb] Add an assertion to check completion "var.method" to get correct ↵ | aycabta | |
| "class.method" https://github.com/ruby/irb/commit/cc1ddb37a9 | |||
| 2021-09-04 | [ruby/irb] Retrieve completed receiver that is a module or class correctly | aycabta | |
| https://github.com/ruby/irb/commit/b2324727e1 | |||
| 2021-09-04 | [ruby/irb] Use autocomplete with show doc dialog that uses Reline::Key in tests | aycabta | |
| https://github.com/ruby/irb/commit/142fc53e9c | |||
| 2021-09-04 | [ruby/irb] Version 1.3.8.pre.7 | aycabta | |
| https://github.com/ruby/irb/commit/02c4a8d3b6 | |||
| 2021-09-04 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.7 | aycabta | |
| https://github.com/ruby/irb/commit/39593fb4d0 | |||
| 2021-09-04 | [ruby/reline] Version 0.2.8.pre.7 | aycabta | |
| https://github.com/ruby/reline/commit/c77c3c6fae | |||
| 2021-09-04 | [ruby/reline] Show even if it's only one candidate until a perfect match | aycabta | |
| https://github.com/ruby/reline/commit/fe7e34e79f | |||
| 2021-09-04 | * 2021-09-04 [ci skip] | git | |
| 2021-09-04 | Expand upstream issue numbers to URLs in ChangeLog | Nobuyoshi Nakada | |
| 2021-09-03 | Add some punctuations as regexp separators to fix commit logs | Nobuyoshi Nakada | |
| 2021-09-03 | Get rid of duplicate typedef | Nobuyoshi Nakada | |
| 2021-09-03 | Removed needless Gemfile in ruby repo. | Hiroshi SHIBATA | |
| 2021-09-03 | [ruby/rdoc] Add tests for `--template-stylesheets` option | Nobuyoshi Nakada | |
| Also flattens `@options.template_stylesheets` when parsing the command lines. Fixes #205 Fixes #828 too https://github.com/ruby/rdoc/commit/857002a763 | |||
| 2021-09-03 | [ruby/rdoc] Try to load WEBrick for testing | Vít Ondruch | |
| This is in similar vein Rake is optionally loaded in: https://github.com/ruby/rdoc/blob/5437418baf8eeb984fe7e74b181d3da1b174d0f7/test/rdoc/test_rdoc_task.rb#L3-L6 https://github.com/ruby/rdoc/commit/5f3901ae60 | |||
| 2021-09-03 | [ruby/rdoc] s/minitest/test-unit/g | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/73c030c7b0 | |||
| 2021-09-03 | [ruby/rdoc] Removed duplicated doc | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/0dd36a5c35 | |||
| 2021-09-03 | [ruby/rdoc] minitest is not need to run rubygems test now | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/27c5f946d2 | |||
| 2021-09-03 | [ruby/cgi] Use Time#strftime | Nobuyoshi Nakada | |
| https://github.com/ruby/cgi/commit/caf1d0755d | |||
