summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-02[ruby/reline] Clear only necessary parts when dialog disappearingaycabta
https://github.com/ruby/reline/commit/46ff0ff435
2021-09-02[ruby/reline] Shrink the dialog height when contents is shorter than itaycabta
https://github.com/ruby/reline/commit/a18817635f
2021-09-02[ruby/reline] Fix a misalignment when dialog is shown on topaycabta
https://github.com/ruby/reline/commit/0527b1a492
2021-09-02[ruby/reline] Remove an unnsed constantaycabta
https://github.com/ruby/reline/commit/44da8a6b9e
2021-09-02[ruby/reline] Fix a crash when completing empty lineaycabta
https://github.com/ruby/reline/commit/8226ae7e57
2021-09-02[ruby/reline] Fix a crash when completing after 2nd lineaycabta
https://github.com/ruby/reline/commit/f9d3480c34
2021-09-02Refined test [Bug #18140]Nobuyoshi Nakada
2021-09-02Get rid of incompatible-pointer-types-discards-qualifiers warningNobuyoshi Nakada
2021-09-02Suppress format-pedantic warningsNobuyoshi Nakada
2021-09-01Guard array when appendingAaron Patterson
This prevents early collection of the array. The GC doesn't see the array on the stack when Ruby is compiled with optimizations enabled Thanks @jhaberman for the test case [ruby-core:105099] [Bug #18140]
2021-09-01Remove heap_is_swept_object functionPeter Zhu
is_swept_object just calls heap_is_swept_object so remove heap_is_swept_object. Notes: Merged: https://github.com/ruby/ruby/pull/4799
2021-09-02Stop stale tests [Bug #9718]Nobuyoshi Nakada
2021-09-02Test against the target classNobuyoshi Nakada
2021-09-02Guard array when appendingAaron Patterson
This prevents early collection of the array. The GC doesn't see the array on the stack when Ruby is compiled with optimizations enabled [ruby-core:105099] [Bug #18140]
2021-09-02* 2021-09-02 [ci skip]git
2021-09-02[ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_optionsaycabta
https://github.com/ruby/rdoc/commit/ac85e01756
2021-09-01Assert not to be UNDEF visibilityNobuyoshi Nakada
Any defined methods, bound to any classes/modules and not being UNDEFINED_METHOD_ENTRY_P, should not be METHOD_VISI_UNDEF.
2021-09-01[ruby/reline] Use padding_space_with_escape_sequences to padding spaces in ↵aycabta
reset_dialog https://github.com/ruby/reline/commit/7d582f4982
2021-09-01[ruby/reline] Cut out a method that calcs width including the escape ↵aycabta
sequence and padding with spaces https://github.com/ruby/reline/commit/46c9d944e5
2021-09-01[ruby/reline] Calc width including escape sequences and padding with spaces ↵aycabta
correctly https://github.com/ruby/reline/commit/21c795e97f
2021-09-01[ruby/reline] Calc width including escape sequences and clear dialog correctlyaycabta
https://github.com/ruby/reline/commit/9b812d5151
2021-09-01Add a test for Readline.readline without ttyaycabta
Notes: Merged: https://github.com/ruby/ruby/pull/4796
2021-09-01Reline::GeneralIO should work fine without ttyaycabta
Notes: Merged: https://github.com/ruby/ruby/pull/4796
2021-09-01Extract compile_attrasgn from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_kw_arg from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_errinfo from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_dots from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_colon3 from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_colon2 from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_match from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_yield from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_super from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_op_log from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_op_cdecl from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_op_asgn2 from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Extract compile_op_asgn1 from iseq_compile_each0Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4795
2021-09-01Trim extra whitespace in inaccesible error messageOKURA Masafumi
One whitespace is already included in `inaccessible_mesg_for` macro. This extra whitespace is included since 72ff61f4a8ae7a8bf05b0bd6f91b3b290645627c Notes: Merged: https://github.com/ruby/ruby/pull/4447
2021-09-01Show default argument explicitly for Rexexp#match? [ci skip]Martin Dürst
2021-09-01Fix minor grammar issue in documentation of Regexp#match? [ci skip]Martin Dürst
2021-09-01* 2021-09-01 [ci skip]git
2021-09-01Small grammar fixesStan Lo
Notes: Merged: https://github.com/ruby/ruby/pull/4792
2021-08-31[ruby/zlib] Don't print out warnings when finalizingNobuyoshi Nakada
https://github.com/ruby/zlib/commit/44a56d36e7
2021-08-31[ruby/zlib] Revert "Don't print out warnings when freeing."Nobuyoshi Nakada
https://github.com/ruby/zlib/commit/931aa7a272
2021-08-31Match parens for hidden files parentheticalHiroshi SHIBATA
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2021-08-31Remove unneeded comments in rational.cS-H-GAMELINKS
Notes: Merged: https://github.com/ruby/ruby/pull/4474
2021-08-31Fix a code in the Array#min documentation.universato
Notes: Merged: https://github.com/ruby/ruby/pull/4463
2021-08-31addr2line: DragonFlyBSD build update.David CARLIER
same code path as FreeBSD's. Notes: Merged: https://github.com/ruby/ruby/pull/4309
2021-08-31[ruby/reline] Remove one unnecessary nest for simplicity's sakeaycabta
https://github.com/ruby/reline/commit/f4bda85a7c
2021-08-31Move access to dialog_render_info inside nil checkaycabta
2021-08-31Revert "Omit some tests until debugging is complete"aycabta
This reverts commit 3695d94b25f3e3e0d7a629bf1708ef421a51dd47.