| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-03 | [ruby/rdoc] s/minitest/test-unit/g | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/73c030c7b0 | |||
| 2021-09-03 | [ruby/rdoc] Removed duplicated doc | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/0dd36a5c35 | |||
| 2021-09-03 | [ruby/rdoc] minitest is not need to run rubygems test now | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/27c5f946d2 | |||
| 2021-09-03 | [ruby/cgi] Use Time#strftime | Nobuyoshi Nakada | |
| https://github.com/ruby/cgi/commit/caf1d0755d | |||
| 2021-09-03 | Remove unneeded comment | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4803 | |||
| 2021-09-03 | [ruby/irb] Use Reline::Key for trap_key in dialog callback | aycabta | |
| https://github.com/ruby/irb/commit/b05ce3c72d | |||
| 2021-09-03 | [ruby/irb] Add TODO comment to remove disabling autocomplete later | aycabta | |
| https://github.com/ruby/irb/commit/856f001b60 | |||
| 2021-09-03 | [ruby/irb] Disable autocomplete in yamatanooroti test | aycabta | |
| https://github.com/ruby/irb/commit/cb9c9c64df | |||
| 2021-09-03 | [ruby/irb] Add message to show full doc | aycabta | |
| https://github.com/ruby/irb/commit/6370a5d974 | |||
| 2021-09-03 | [ruby/irb] Add Alt+d trap from show doc dialog to show full doc | aycabta | |
| https://github.com/ruby/irb/commit/368327b082 | |||
| 2021-09-03 | [ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+key | aycabta | |
| https://github.com/ruby/reline/commit/dc2cf90fa6 | |||
| 2021-09-03 | [ruby/reline] Add Reline::Key#match? | aycabta | |
| https://github.com/ruby/reline/commit/8f6aa3af2e | |||
| 2021-09-03 | [ruby/reline] Add key accessor for dialog callbacks | aycabta | |
| https://github.com/ruby/reline/commit/c949e44a14 | |||
| 2021-09-03 | [ruby/readline-ext] Omit Editline on without tty test | aycabta | |
| https://github.com/ruby/readline-ext/commit/a2835ce957 | |||
| 2021-09-03 | [ruby/reline] Swap the order of initialization for readability | aycabta | |
| https://github.com/ruby/reline/commit/d53749b208 | |||
| 2021-09-03 | [ruby/reline] Fix autocomplete dialog width | aycabta | |
| https://github.com/ruby/reline/commit/9868432687 | |||
| 2021-09-03 | * 2021-09-03 [ci skip] | git | |
| 2021-09-03 | [ruby/reline] Autocompletion ignites when target char length is 3 or longer | aycabta | |
| https://github.com/ruby/reline/commit/261830fda3 | |||
| 2021-09-02 | Extract always_finite_type_p and handle flonum cases | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4801 | |||
| 2021-09-02 | Fix typo in test name | Peter Zhu | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4800 | |||
| 2021-09-02 | [ruby/irb] Version 1.3.8.pre.6 | aycabta | |
| https://github.com/ruby/irb/commit/7dc98df80b | |||
| 2021-09-02 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.6 | aycabta | |
| https://github.com/ruby/irb/commit/7896296ae2 | |||
| 2021-09-02 | [ruby/reline] Version 0.2.8.pre.6 | aycabta | |
| https://github.com/ruby/reline/commit/175d5ad4c4 | |||
| 2021-09-02 | [ruby/irb] Detect the variable class to show doc | aycabta | |
| https://github.com/ruby/irb/commit/33b9bec954 | |||
| 2021-09-02 | [ruby/reline] Add a space | aycabta | |
| https://github.com/ruby/reline/commit/3d70e07331 | |||
| 2021-09-02 | Make internal predicate functions to return simple boolean | Nobuyoshi Nakada | |
| 2021-09-02 | Refactor f_infinite_p function | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4794 | |||
| 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 | |||
