summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-07[ruby/reline] Rescue ArgumentError from Signal.trap(:TSTP) on Windowsaycabta
2021-09-07[ruby/reline] Trap TSTP to handle C-zaycabta
2021-09-06[ruby/reline] Limit number of chars only when completion source text (pointer...aycabta
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 test-...Hiroshi SHIBATA
2021-09-06[ruby/irb] Version 1.3.8.pre.8aycabta
2021-09-06[ruby/irb] Update dependency, reline >= 0.2.8.pre.8aycabta
2021-09-06[ruby/reline] Version 0.2.8.pre.8aycabta
2021-09-06memory_view.c: Rename private to private_data for C++ (#4812)Kenta Murata
2021-09-06Schedule to update bundled_gemsNobuyoshi Nakada
2021-09-06Use free instead of xfree to free altstackYusuke Endoh
2021-09-06Removed redundant testsHiroshi SHIBATA
2021-09-06Removed MiniTest::Assertion from test/rdocHiroshi SHIBATA
2021-09-06[ruby/reline] Add a test for key bindings with Reline::Keyaycabta
2021-09-06[ruby/reline] Add a test for oneshot key bindingsaycabta
2021-09-06[ruby/reline] Rename a temporary test name to appropriate oneaycabta
2021-09-06[ruby/reline] Add a test for Reline::Unicode#take_rangeaycabta
2021-09-06[ruby/irb] Pass RI options to helpFilip Pyda
2021-09-06[ruby/reline] Memoize path of `.inputrc` [Ref #319]manga_osyo
2021-09-06[ruby/irb] Add comments for Alt+d key sequencesaycabta
2021-09-06[ruby/reline] Set scrollbar coloraycabta
2021-09-06[ruby/irb] Use multiple trap_keyaycabta
2021-09-06[ruby/reline] Cut out read_2nd_character_of_key_sequenceaycabta
2021-09-06[ruby/reline] Support multiple trap_keyaycabta
2021-09-06[ruby/reline] No need to use max_by when array.size == 1aycabta
2021-09-06[ruby/reline] Use sort.last instead of sort.reverse.firstaycabta
2021-09-06[ruby/reline] Use combined_key if it exists when comparing Reline::Key and In...aycabta
2021-09-06[ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed k...aycabta
2021-09-06[ruby/reline] Support for key bindings result Symbol in Reline::Keyaycabta
2021-09-06[ruby/reline] Add Reline::Key#== as an alias to Reline::Key#match?aycabta
2021-09-06[ruby/reline] Support oneshot key bindings config for key_trap of dialog call...aycabta
2021-09-06[ruby/reline] Reline::Key supports the comparison with Integeraycabta
2021-09-06[ruby/reline] Add that Reline::Unicode.take_range is cutting based on widthaycabta
2021-09-06[ruby/reline] Add comments about optimizing chars in ASCII range of UTF-8aycabta
2021-09-06* 2021-09-06 [ci skip]git
2021-09-06Bundle RBS 1.6.0 (#4809)Soutaro Matsumoto
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-09-05[ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)Hiroshi SHIBATA
2021-09-05[ruby/fiddle] Create extconf header for MSVCNobuyoshi Nakada
2021-09-05* 2021-09-05 [ci skip]git
2021-09-05Update bundled_gemsKazuhiro NISHIYAMA
2021-09-04[ruby/irb] Remove commeted out codeaycabta
2021-09-04[ruby/irb] Show doc at the same height as the autocompletion dialogaycabta
2021-09-04[ruby/irb] Render properly if both autocomplete and show doc dialogs are left...aycabta
2021-09-04[ruby/reline] Correct misalignment of scrollbaraycabta
2021-09-04[ruby/reline] Implement scrollbaraycabta
2021-09-04[ruby/irb] Suppress "assigned but unused variable" warningaycabta
2021-09-04[ruby/irb] Add an assertion to check completion "var.method" to get correct "...aycabta