summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-08* 2021-09-08 [ci skip]git
2021-09-08[ruby/reline] The width of Block Elements in Unicode is East Asian Ambiguousaycabta
https://github.com/ruby/reline/commit/05e8ab8cbb
2021-09-07[ruby/pathname] Prefer omit over skipNobuyoshi Nakada
https://github.com/ruby/pathname/commit/abd0b91044
2021-09-07[ruby/reline] Refactor the merging key bindings to make it more readableaycabta
https://github.com/ruby/reline/commit/59665a22de
2021-09-07[ruby/reline] Change the comment about key bindings to more appropriateaycabta
https://github.com/ruby/reline/commit/4364d9a386
2021-09-07[ruby/reline] Use Symbol for method namesaycabta
https://github.com/ruby/reline/commit/479eee5393
2021-09-07[ruby/reline] Remove SIG prefix because don't use it in any other signal ↵aycabta
processing https://github.com/ruby/reline/commit/37648042e8
2021-09-07[ruby/reline] Use String for the value to be passed because Signal.trap also ↵aycabta
returns String https://github.com/ruby/reline/commit/b908fe4439
2021-09-07* 2021-09-07 [ci skip]git
2021-09-07[ruby/reline] Rescue ArgumentError from Signal.trap(:TSTP) on Windowsaycabta
https://github.com/ruby/reline/commit/8da8182d1c
2021-09-07[ruby/reline] Trap TSTP to handle C-zaycabta
https://github.com/ruby/reline/commit/ebbd0076b8
2021-09-06[ruby/reline] Limit number of chars only when completion source text ↵aycabta
(pointer == -1) https://github.com/ruby/reline/commit/1d7b603811
2021-09-06Removed obsoleted commentHiroshi SHIBATA
2021-09-06Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migrationHiroshi SHIBATA
2021-09-06Simplify conditions for CoreAssertion initializationHiroshi SHIBATA
2021-09-06Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for ↵Hiroshi SHIBATA
test-unit migration
2021-09-06[ruby/irb] Version 1.3.8.pre.8aycabta
https://github.com/ruby/irb/commit/9ff0b1bba0
2021-09-06[ruby/irb] Update dependency, reline >= 0.2.8.pre.8aycabta
https://github.com/ruby/irb/commit/79ad1f5a6d
2021-09-06[ruby/reline] Version 0.2.8.pre.8aycabta
https://github.com/ruby/reline/commit/967e19786d
2021-09-06memory_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-06Schedule to update bundled_gemsNobuyoshi Nakada
2021-09-06Use free instead of xfree to free altstackYusuke 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-06Removed redundant testsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/4811
2021-09-06Removed MiniTest::Assertion from test/rdocHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/4811
2021-09-06[ruby/reline] Add a test for key bindings with Reline::Keyaycabta
https://github.com/ruby/reline/commit/cadbd576c7
2021-09-06[ruby/reline] Add a test for oneshot key bindingsaycabta
https://github.com/ruby/reline/commit/42ebea82b7
2021-09-06[ruby/reline] Rename a temporary test name to appropriate oneaycabta
https://github.com/ruby/reline/commit/26ebecde5c
2021-09-06[ruby/reline] Add a test for Reline::Unicode#take_rangeaycabta
https://github.com/ruby/reline/commit/af7953ff93
2021-09-06[ruby/irb] Pass RI options to helpFilip 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 sequencesaycabta
https://github.com/ruby/irb/commit/4cb5f7e546
2021-09-06[ruby/reline] Set scrollbar coloraycabta
https://github.com/ruby/reline/commit/d7962e420d
2021-09-06[ruby/irb] Use multiple trap_keyaycabta
https://github.com/ruby/irb/commit/416abe2524
2021-09-06[ruby/reline] Cut out read_2nd_character_of_key_sequenceaycabta
https://github.com/ruby/reline/commit/92518d1dee
2021-09-06[ruby/reline] Support multiple trap_keyaycabta
https://github.com/ruby/reline/commit/b0207fa049
2021-09-06[ruby/reline] No need to use max_by when array.size == 1aycabta
https://github.com/ruby/reline/commit/7e56c8af05
2021-09-06[ruby/reline] Use sort.last instead of sort.reverse.firstaycabta
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::Keyaycabta
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 Integeraycabta
https://github.com/ruby/reline/commit/ebc3e0f673
2021-09-06[ruby/reline] Add that Reline::Unicode.take_range is cutting based on widthaycabta
https://github.com/ruby/reline/commit/18405d9594
2021-09-06[ruby/reline] Add comments about optimizing chars in ASCII range of UTF-8aycabta
https://github.com/ruby/reline/commit/3c13d93486
2021-09-06* 2021-09-06 [ci skip]git
2021-09-06Bundle 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-05Replace RBOOL macroS-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 MSVCNobuyoshi Nakada
Not to include parenthesized argument. https://github.com/ruby/fiddle/commit/c2c921e16a Notes: Merged: https://github.com/ruby/ruby/pull/4810