| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-06 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.8 | aycabta | |
| https://github.com/ruby/irb/commit/79ad1f5a6d | |||
| 2021-09-06 | [ruby/reline] Version 0.2.8.pre.8 | aycabta | |
| https://github.com/ruby/reline/commit/967e19786d | |||
| 2021-09-06 | memory_view.c: Rename private to private_data for C++ (#4812) | Kenta Murata | |
| * memory_view.c: Rename private to private_data for C++ * doc/memory_view.md: Update document * Fix doc/memory_view.md Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Notes: Merged-By: mrkn <mrkn@ruby-lang.org> | |||
| 2021-09-06 | Schedule to update bundled_gems | Nobuyoshi Nakada | |
| 2021-09-06 | Use free instead of xfree to free altstack | Yusuke Endoh | |
| The altstack memory of a thread may be free'ed even after the VM is destructed. After that, GC is no longer available, so calling xfree may lead to a segfault. This changeset uses the bare free function to free the altstack memory instead of xfree. [Bug #18126] | |||
| 2021-09-06 | Removed redundant tests | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4811 | |||
| 2021-09-06 | Removed MiniTest::Assertion from test/rdoc | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4811 | |||
| 2021-09-06 | [ruby/reline] Add a test for key bindings with Reline::Key | aycabta | |
| https://github.com/ruby/reline/commit/cadbd576c7 | |||
| 2021-09-06 | [ruby/reline] Add a test for oneshot key bindings | aycabta | |
| https://github.com/ruby/reline/commit/42ebea82b7 | |||
| 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 | |
