summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-09test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh
``` [ 4696/20990] TestAst#test_ranges:test/psych/test_scalar_scanner.rb(none):138: warning: ambiguous first argument; put parentheses or a space even after `-' operator ``` http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20210909T123007Z.log.html.gz
2021-09-09Bundle RBS 1.6.2 (#4817)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2021-09-09* 2021-09-09 [ci skip]git
2021-09-09[ruby/date] Ignore warned variablesNobuyoshi Nakada
To suppress warnings at the compilation time. https://github.com/ruby/date/commit/ff21132203
2021-09-08[Bug #18154] Fix memory leak in String#initializePeter Zhu
String#initialize can leak memory when called on a string that is marked with STR_NOFREE because it does not unset the STR_NOFREE flag. Notes: Merged: https://github.com/ruby/ruby/pull/4814
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
The "csv" doesn't conflict with other stdlib names in any Ruby processing system. https://github.com/ruby/irb/commit/49203a1c83
2021-09-08[ruby/irb] Show lib name first because it's the most common use caseaycabta
https://github.com/ruby/irb/commit/74d635758b
2021-09-08[ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta
https://github.com/ruby/irb/commit/d9c0dc043e
2021-09-08[ruby/irb] Use gem paths to complete "require"aycabta
https://github.com/ruby/irb/commit/c870b23455
2021-09-08[ruby/reline] Render scrollbar when the column of the dialog is movedaycabta
https://github.com/ruby/reline/commit/5cea268e56
2021-09-08[ruby/reline] Remove variables that have no meaning in calculationsaycabta
https://github.com/ruby/reline/commit/3b7a1900fd
2021-09-08[ruby/reline] Remove garbage left behind when rerendering the right side of ↵aycabta
the dialog https://github.com/ruby/reline/commit/d89c23e30b
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
https://github.com/ruby/reline/commit/8a966cd962
2021-09-08[ruby/reline] The #reset_dialog should also use calculated block elem widthaycabta
https://github.com/ruby/reline/commit/577df401b9
2021-09-08[ruby/reline] Remove debug printaycabta
https://github.com/ruby/reline/commit/6f82177f2e
2021-09-08[ruby/reline] Calculate block elem width only onceaycabta
https://github.com/ruby/reline/commit/3054a67d05
2021-09-08[ruby/reline] Ensure that scrollbar is only rerendered when the position is ↵aycabta
changed https://github.com/ruby/reline/commit/f629853eae
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