summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [ruby/reline] Move dialog pos to left when goes beyond right edgeaycabta2021-08-291-0/+4
| | | | https://github.com/ruby/reline/commit/f1efa2b062
* [ruby/reline] Support hide/show cursor on Windowsaycabta2021-08-291-2/+9
| | | | https://github.com/ruby/reline/commit/0c870813bd
* [ruby/reline] Hide cursor when rendering dialogaycabta2021-08-293-0/+28
| | | | https://github.com/ruby/reline/commit/a9050cf676
* [ruby/reline] Remove debug codeaycabta2021-08-291-2/+0
| | | | https://github.com/ruby/reline/commit/2389d175f7
* [ruby/reline] Clear after cursoraycabta2021-08-291-1/+1
| | | | https://github.com/ruby/reline/commit/4d7503cd1f
* [ruby/reline] Move cursor to rerender right margin of dialog correctlyaycabta2021-08-291-0/+1
| | | | https://github.com/ruby/reline/commit/554855013b
* [ruby/reline] Create windows.rbusa2021-08-291-1/+2
| | | | | | see issue #317 https://github.com/ruby/reline/commit/aad164de93
* [ruby/reline] Add "sleep 0.01" to Windows event loopaycabta2021-08-291-0/+1
| | | | https://github.com/ruby/reline/commit/dfc89eae53
* [ruby/reline] Add comments about where rerenderingaycabta2021-08-291-0/+4
| | | | https://github.com/ruby/reline/commit/4406069b7e
* [ruby/reline] Use background color instead of border frameaycabta2021-08-291-30/+24
| | | | https://github.com/ruby/reline/commit/8f1db0a076
* [ruby/reline] Suppress warning; unused variableaycabta2021-08-291-2/+2
| | | | https://github.com/ruby/reline/commit/74a6124e8d
* [ruby/reline] Remove an unnecessary variableaycabta2021-08-291-1/+0
| | | | https://github.com/ruby/reline/commit/5435c1aa3f
* [ruby/reline] Implement dialog with autocomplete callbackaycabta2021-08-293-3/+289
| | | | https://github.com/ruby/reline/commit/1401d6165e
* [ruby/reline] Separate calling completion proc with checking argsaycabta2021-08-291-4/+9
| | | | https://github.com/ruby/reline/commit/3203cb97db
* [ruby/irb] Update dependency to "reline >= 0.2.7.pre.1" for use dialog ↵aycabta2021-08-291-1/+1
| | | | | | feature in tests https://github.com/ruby/irb/commit/df04a9a881
* [ruby/irb] Rescue NotFoundError of RDoc::RI::Driver#expand_nameaycabta2021-08-291-1/+5
| | | | https://github.com/ruby/irb/commit/c5f13b23d7
* [ruby/irb] Add show doc dialog for Relineaycabta2021-08-291-0/+42
| | | | https://github.com/ruby/irb/commit/026700499d
* Free previously used tables [Bug #18134]Nobuyoshi Nakada2021-08-292-15/+16
|
* Handle non-succeeding reports mingled with dotsNobuyoshi Nakada2021-08-291-1/+1
|
* Memory::Status#_update should return `self`Nobuyoshi Nakada2021-08-291-0/+1
|
* Make ruby.pc from makeNobuyoshi Nakada2021-08-292-18/+11
| | | | | Expand variables undefined in configure.ac, RUBY_RELEASE_DATE and so on.
* Move DEFFILE to EXTDLDFLAGSNobuyoshi Nakada2021-08-292-2/+1
| | | | So that it is no longer needed in ruby.pc.in.
* Reorder ruby.pc variablesNobuyoshi Nakada2021-08-291-8/+9
| | | | Moved variables obviously independent from others first.
* Update power_assert to 2.0.1Kazuki Tsujimoto2021-08-291-1/+1
|
* Add negative position tests [Bug #18138]Nobuyoshi Nakada2021-08-291-0/+4
|
* Add out of range tests for Array#slice!Nobuyoshi Nakada2021-08-291-0/+13
|
* * 2021-08-29 [ci skip]git2021-08-291-1/+1
|
* Fix length calculation for Array#slice!Mike Dalessio2021-08-291-1/+1
| | | | | | | | | 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)
* Add Windows as a supported OS for Process.clock_gettime [ci skip]Lars Kanis2021-08-281-2/+2
|
* * 2021-08-28 [ci skip]git2021-08-281-1/+1
|
* [Windows CI] Stop VS-2022Nobuyoshi Nakada2021-08-281-3/+3
| | | | We have previewed it, and know it doesn't work well now.
* [Windows CI] Stop on error in VS-2022Nobuyoshi Nakada2021-08-281-1/+0
|
* [Windows CI] Setup envNobuyoshi Nakada2021-08-281-9/+11
|
* Fix memory leak in Variable Width AllocationPeter Zhu2021-08-271-23/+27
| | | | | | 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.
* Update the list of replacing objects under missingNobuyoshi Nakada2021-08-271-4/+10
|
* Use C99-defined signbit macroNobuyoshi Nakada2021-08-275-43/+1
|
* Use C99-defined macros to classify a floating-point numberNobuyoshi Nakada2021-08-2715-205/+11
|
* [Windows CI] Set PATCH pathNobuyoshi Nakada2021-08-271-1/+7
|
* [Windows CI] Make test-all parallel and verboseNobuyoshi Nakada2021-08-271-1/+1
|
* [Windows CI] Group nmake stepNobuyoshi Nakada2021-08-271-3/+7
|
* [Windows CI] Moved parameters to includeNobuyoshi Nakada2021-08-271-12/+13
|
* * 2021-08-27 [ci skip]git2021-08-271-1/+1
|
* [DOC] Fix a typo in Dir.fnmatchHenrik Nyh2021-08-271-1/+1
|
* Use patch installed by msys2/setup-msys2Kazuhiro NISHIYAMA2021-08-261-1/+1
|
* Use bundled libffi on windows-2022Kazuhiro NISHIYAMA2021-08-261-10/+2
|
* Install patchKazuhiro NISHIYAMA2021-08-261-0/+5
| | | | | | | Because patch does not installed on windows-2022. https://github.com/actions/virtual-environments/issues/3949 > Only pure MSYS2 is installed. No additional packages
* Ignore errors on windows-2022Kazuhiro NISHIYAMA2021-08-261-0/+2
| | | | https://github.com/ruby/ruby/pull/4775/checks?check_run_id=3419490832#step:13:38
* Use newer libffi on windows-2022Kazuhiro NISHIYAMA2021-08-261-2/+10
|
* Set VCVARSKazuhiro NISHIYAMA2021-08-261-12/+12
|
* Add Windows Server 2022 with Visual Studio 2022Kazuhiro NISHIYAMA2021-08-261-2/+7
| | | | https://github.blog/changelog/2021-08-23-github-actions-windows-server-2022-with-visual-studio-2022-is-now-available-on-github-hosted-runners-public-beta/