| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-29 | [ruby/reline] Completion journey starts with one of candidates | aycabta | |
| First one is just original string. https://github.com/ruby/reline/commit/ccb70cc240 | |||
| 2021-08-29 | [ruby/reline] Fix typo | aycabta | |
| https://github.com/ruby/reline/commit/6370353c71 | |||
| 2021-08-29 | [ruby/reline] Move cursor correctly when current line is auto wrapped | aycabta | |
| https://github.com/ruby/reline/commit/14c8fade54 | |||
| 2021-08-29 | [ruby/reline] Update dialog backup before clearing | aycabta | |
| https://github.com/ruby/reline/commit/a39e2c8813 | |||
| 2021-08-29 | [ruby/reline] Show autocomplete correctly when starts from prev line | aycabta | |
| https://github.com/ruby/reline/commit/f31a76ff31 | |||
| 2021-08-29 | [ruby/reline] Remove unnecessary metadata between lines | aycabta | |
| https://github.com/ruby/reline/commit/83928249e3 | |||
| 2021-08-29 | [ruby/reline] Combine vertical processing into @dialog_vertical_offset | aycabta | |
| https://github.com/ruby/reline/commit/600b93620c | |||
| 2021-08-29 | [ruby/reline] Drop too much contents before processing | aycabta | |
| https://github.com/ruby/reline/commit/94f7027edc | |||
| 2021-08-29 | [ruby/reline] Display autocomplete below original line if end point was wrapped | aycabta | |
| https://github.com/ruby/reline/commit/49f3392d59 | |||
| 2021-08-29 | [ruby/reline] Scroll properly to create margin | aycabta | |
| https://github.com/ruby/reline/commit/064d54f8f1 | |||
| 2021-08-29 | [ruby/reline] Move dialog pos to left when goes beyond right edge | aycabta | |
| https://github.com/ruby/reline/commit/f1efa2b062 | |||
| 2021-08-29 | [ruby/reline] Support hide/show cursor on Windows | aycabta | |
| https://github.com/ruby/reline/commit/0c870813bd | |||
| 2021-08-29 | [ruby/reline] Hide cursor when rendering dialog | aycabta | |
| https://github.com/ruby/reline/commit/a9050cf676 | |||
| 2021-08-29 | [ruby/reline] Remove debug code | aycabta | |
| https://github.com/ruby/reline/commit/2389d175f7 | |||
| 2021-08-29 | [ruby/reline] Clear after cursor | aycabta | |
| https://github.com/ruby/reline/commit/4d7503cd1f | |||
| 2021-08-29 | [ruby/reline] Move cursor to rerender right margin of dialog correctly | aycabta | |
| https://github.com/ruby/reline/commit/554855013b | |||
| 2021-08-29 | [ruby/reline] Create windows.rb | usa | |
| see issue #317 https://github.com/ruby/reline/commit/aad164de93 | |||
| 2021-08-29 | [ruby/reline] Add "sleep 0.01" to Windows event loop | aycabta | |
| https://github.com/ruby/reline/commit/dfc89eae53 | |||
| 2021-08-29 | [ruby/reline] Add comments about where rerendering | aycabta | |
| https://github.com/ruby/reline/commit/4406069b7e | |||
| 2021-08-29 | [ruby/reline] Use background color instead of border frame | aycabta | |
| https://github.com/ruby/reline/commit/8f1db0a076 | |||
| 2021-08-29 | [ruby/reline] Suppress warning; unused variable | aycabta | |
| https://github.com/ruby/reline/commit/74a6124e8d | |||
| 2021-08-29 | [ruby/reline] Remove an unnecessary variable | aycabta | |
| https://github.com/ruby/reline/commit/5435c1aa3f | |||
| 2021-08-29 | [ruby/reline] Implement dialog with autocomplete callback | aycabta | |
| https://github.com/ruby/reline/commit/1401d6165e | |||
| 2021-08-29 | [ruby/reline] Separate calling completion proc with checking args | aycabta | |
| https://github.com/ruby/reline/commit/3203cb97db | |||
| 2021-08-29 | [ruby/irb] Update dependency to "reline >= 0.2.7.pre.1" for use dialog ↵ | aycabta | |
| feature in tests https://github.com/ruby/irb/commit/df04a9a881 | |||
| 2021-08-29 | [ruby/irb] Rescue NotFoundError of RDoc::RI::Driver#expand_name | aycabta | |
| https://github.com/ruby/irb/commit/c5f13b23d7 | |||
| 2021-08-29 | [ruby/irb] Add show doc dialog for Reline | aycabta | |
| https://github.com/ruby/irb/commit/026700499d | |||
| 2021-08-29 | Free previously used tables [Bug #18134] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4788 | |||
| 2021-08-29 | Handle non-succeeding reports mingled with dots | Nobuyoshi Nakada | |
| 2021-08-29 | Memory::Status#_update should return `self` | Nobuyoshi Nakada | |
| 2021-08-29 | Make ruby.pc from make | Nobuyoshi Nakada | |
| Expand variables undefined in configure.ac, RUBY_RELEASE_DATE and so on. | |||
| 2021-08-29 | Move DEFFILE to EXTDLDFLAGS | Nobuyoshi Nakada | |
| So that it is no longer needed in ruby.pc.in. | |||
| 2021-08-29 | Reorder ruby.pc variables | Nobuyoshi Nakada | |
| Moved variables obviously independent from others first. | |||
| 2021-08-29 | Update power_assert to 2.0.1 | Kazuki Tsujimoto | |
| 2021-08-29 | Add negative position tests [Bug #18138] | Nobuyoshi Nakada | |
| 2021-08-29 | Add out of range tests for Array#slice! | Nobuyoshi Nakada | |
| 2021-08-29 | * 2021-08-29 [ci skip] | git | |
| 2021-08-29 | Fix length calculation for Array#slice! | Mike Dalessio | |
| Commit 4f24255 introduced a bug which allows a length to be passed to rb_ary_new4 which is too large, resulting in invalid memory access. For example: (1..1000).to_a.slice!(-2, 1000) Notes: Merged: https://github.com/ruby/ruby/pull/4787 | |||
| 2021-08-28 | Add Windows as a supported OS for Process.clock_gettime [ci skip] | Lars Kanis | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4782 | |||
| 2021-08-28 | * 2021-08-28 [ci skip] | git | |
| 2021-08-28 | [Windows CI] Stop VS-2022 | Nobuyoshi Nakada | |
| We have previewed it, and know it doesn't work well now. | |||
| 2021-08-28 | [Windows CI] Stop on error in VS-2022 | Nobuyoshi Nakada | |
| 2021-08-28 | [Windows CI] Setup env | Nobuyoshi Nakada | |
| 2021-08-27 | Fix memory leak in Variable Width Allocation | Peter Zhu | |
| Force recycled objects could create a freelist for the page. At the start of sweeping we should append to the freelist to avoid permanently losing the slots on the freelist. Notes: Merged: https://github.com/ruby/ruby/pull/4786 | |||
| 2021-08-27 | Update the list of replacing objects under missing | Nobuyoshi Nakada | |
| 2021-08-27 | Use C99-defined signbit macro | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4783 | |||
| 2021-08-27 | Use C99-defined macros to classify a floating-point number | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4783 | |||
| 2021-08-27 | [Windows CI] Set PATCH path | Nobuyoshi Nakada | |
| 2021-08-27 | [Windows CI] Make test-all parallel and verbose | Nobuyoshi Nakada | |
| 2021-08-27 | [Windows CI] Group nmake step | Nobuyoshi Nakada | |
