| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-02 | [ruby/reline] Clear only necessary parts when dialog disappearing | aycabta | |
| https://github.com/ruby/reline/commit/46ff0ff435 | |||
| 2021-09-02 | [ruby/reline] Shrink the dialog height when contents is shorter than it | aycabta | |
| https://github.com/ruby/reline/commit/a18817635f | |||
| 2021-09-02 | [ruby/reline] Fix a misalignment when dialog is shown on top | aycabta | |
| https://github.com/ruby/reline/commit/0527b1a492 | |||
| 2021-09-02 | [ruby/reline] Remove an unnsed constant | aycabta | |
| https://github.com/ruby/reline/commit/44da8a6b9e | |||
| 2021-09-02 | [ruby/reline] Fix a crash when completing empty line | aycabta | |
| https://github.com/ruby/reline/commit/8226ae7e57 | |||
| 2021-09-02 | [ruby/reline] Fix a crash when completing after 2nd line | aycabta | |
| https://github.com/ruby/reline/commit/f9d3480c34 | |||
| 2021-09-02 | Refined test [Bug #18140] | Nobuyoshi Nakada | |
| 2021-09-02 | Get rid of incompatible-pointer-types-discards-qualifiers warning | Nobuyoshi Nakada | |
| 2021-09-02 | Suppress format-pedantic warnings | Nobuyoshi Nakada | |
| 2021-09-01 | Guard array when appending | Aaron 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-01 | Remove heap_is_swept_object function | Peter 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-02 | Stop stale tests [Bug #9718] | Nobuyoshi Nakada | |
| 2021-09-02 | Test against the target class | Nobuyoshi Nakada | |
| 2021-09-02 | Guard array when appending | Aaron 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_options | aycabta | |
| https://github.com/ruby/rdoc/commit/ac85e01756 | |||
| 2021-09-01 | Assert not to be UNDEF visibility | Nobuyoshi 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 correctly | aycabta | |
| https://github.com/ruby/reline/commit/9b812d5151 | |||
| 2021-09-01 | Add a test for Readline.readline without tty | aycabta | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4796 | |||
| 2021-09-01 | Reline::GeneralIO should work fine without tty | aycabta | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4796 | |||
| 2021-09-01 | Extract compile_attrasgn from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_kw_arg from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_errinfo from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_dots from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_colon3 from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_colon2 from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_match from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_yield from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_super from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_op_log from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_op_cdecl from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_op_asgn2 from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Extract compile_op_asgn1 from iseq_compile_each0 | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4795 | |||
| 2021-09-01 | Trim extra whitespace in inaccesible error message | OKURA 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-01 | Show default argument explicitly for Rexexp#match? [ci skip] | Martin Dürst | |
| 2021-09-01 | Fix minor grammar issue in documentation of Regexp#match? [ci skip] | Martin Dürst | |
| 2021-09-01 | * 2021-09-01 [ci skip] | git | |
| 2021-09-01 | Small grammar fixes | Stan Lo | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4792 | |||
| 2021-08-31 | [ruby/zlib] Don't print out warnings when finalizing | Nobuyoshi 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-31 | Match parens for hidden files parenthetical | Hiroshi SHIBATA | |
| Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2021-08-31 | Remove unneeded comments in rational.c | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4474 | |||
| 2021-08-31 | Fix a code in the Array#min documentation. | universato | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4463 | |||
| 2021-08-31 | addr2line: 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 sake | aycabta | |
| https://github.com/ruby/reline/commit/f4bda85a7c | |||
| 2021-08-31 | Move access to dialog_render_info inside nil check | aycabta | |
| 2021-08-31 | Revert "Omit some tests until debugging is complete" | aycabta | |
| This reverts commit 3695d94b25f3e3e0d7a629bf1708ef421a51dd47. | |||
