summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-09test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh
2021-09-09Bundle RBS 1.6.2 (#4817)Soutaro Matsumoto
2021-09-09* 2021-09-09 [ci skip]git
2021-09-09[ruby/date] Ignore warned variablesNobuyoshi Nakada
2021-09-08[Bug #18154] Fix memory leak in String#initializePeter Zhu
2021-09-08[Misc #18153] Install debug symbol files/directories by the optionNobuyoshi Nakada
2021-09-08Update bundled_gems at 2021-09-08git
2021-09-08[ruby/irb] Use "csv" for testaycabta
2021-09-08[ruby/irb] Show lib name first because it's the most common use caseaycabta
2021-09-08[ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta
2021-09-08[ruby/irb] Use gem paths to complete "require"aycabta
2021-09-08[ruby/reline] Render scrollbar when the column of the dialog is movedaycabta
2021-09-08[ruby/reline] Remove variables that have no meaning in calculationsaycabta
2021-09-08[ruby/reline] Remove garbage left behind when rerendering the right side of t...aycabta
2021-09-07Update to ruby/spec@b1e93a2Benoit Daloze
2021-09-07Update to ruby/mspec@e768949Benoit Daloze
2021-09-08[ruby/reline] Move only one line when render a line and then go to the next lineaycabta
2021-09-08[ruby/reline] The #reset_dialog should also use calculated block elem widthaycabta
2021-09-08[ruby/reline] Remove debug printaycabta
2021-09-08[ruby/reline] Calculate block elem width only onceaycabta
2021-09-08[ruby/reline] Ensure that scrollbar is only rerendered when the position is c...aycabta
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
2021-09-07[ruby/pathname] Prefer omit over skipNobuyoshi Nakada
2021-09-07[ruby/reline] Refactor the merging key bindings to make it more readableaycabta
2021-09-07[ruby/reline] Change the comment about key bindings to more appropriateaycabta
2021-09-07[ruby/reline] Use Symbol for method namesaycabta
2021-09-07[ruby/reline] Remove SIG prefix because don't use it in any other signal proc...aycabta
2021-09-07[ruby/reline] Use String for the value to be passed because Signal.trap also ...aycabta
2021-09-07* 2021-09-07 [ci skip]git
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