aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Suppress a clobbered warningNobuyoshi Nakada2021-08-091-4/+3
* Deprecate rb_iterate in C++Nobuyoshi Nakada2021-08-091-0/+2
* Suppress deprecated rb_iterate declaration warnings in C++Nobuyoshi Nakada2021-08-092-2/+10
* Suppress warnings in C++2aNobuyoshi Nakada2021-08-093-5/+6
* Suppress unused-function warning when OPT_THREADED_CODE != 1Nobuyoshi Nakada2021-08-091-0/+1
* Suppress unused-variable warnings when DEBUG_INTEGER_PACKNobuyoshi Nakada2021-08-091-0/+2
* * 2021-08-09 [ci skip]git2021-08-091-1/+1
* Rework the readline test to be more robust.Samuel Williams2021-08-091-46/+43
* Reduce chance to receive EBADF when closing an IO from another thread.Samuel Williams2021-08-081-19/+27
* Make bit flags `reason` unsignedNobuyoshi Nakada2021-08-081-26/+26
* Use #full_message instead of #backtrace_locationsaycabta2021-08-081-1/+1
* Suppress warnings when GC_ENABLE_INCREMENTAL_MARK == 0Nobuyoshi Nakada2021-08-081-8/+7
* * 2021-08-08 [ci skip]git2021-08-081-1/+1
* Show backtrace locations when I/O timed outaycabta2021-08-081-2/+2
* Use TERM=xterm for tests on Solarisaycabta2021-08-071-1/+1
* Set TERM env for some CI environmentsaycabta2021-08-072-2/+3
* Group commands on GitHub ActionsNobuyoshi Nakada2021-08-075-1/+43
* Remove unneeded rb_fiber_transfer_kw declarationS-H-GAMELINKS2021-08-071-2/+0
* Suppress unused-result warningsS.H2021-08-071-2/+6
* Stop force-recycling evacuated array [Bug #18065]Nobuyoshi Nakada2021-08-071-1/+0
* Use Rational for Float#round with ndigits > 14Jeremy Evans2021-08-064-0/+19
* * 2021-08-07 [ci skip]git2021-08-071-1/+1
* Make backtrace generation work outward from current frameJeremy Evans2021-08-062-295/+209
* Make jobserver availableNobuyoshi Nakada2021-08-061-1/+1
* Check the result of tigetstrNobuyoshi Nakada2021-08-062-1/+14
* Fix caching of curses_dlNobuyoshi Nakada2021-08-061-2/+3
* test/reline/test_terminfo.rb: skip when setupterm failsYusuke Endoh2021-08-061-0/+2
* Show Readline::VERSION for debuggingaycabta2021-08-061-1/+1
* * 2021-08-06 [ci skip]git2021-08-061-1/+1
* Omit test_interrupt_in_other_thread with Editlineaycabta2021-08-061-0/+1
* Fix reversal of assertion resultaycabta2021-08-061-1/+1
* Fix control structure to preperly catch Timeout::Erroraycabta2021-08-061-25/+27
* Fix the result of checking the existence of constants being reversedaycabta2021-08-061-1/+1
* Build rubyspec CAPI extensionsNobuyoshi Nakada2021-08-051-0/+4
* Show log when timed outaycabta2021-08-051-1/+1
* Remove an unused variableaycabta2021-08-041-1/+1
* Fix a link [ci skip]Kazuhiro NISHIYAMA2021-08-051-0/+1
* Show WorkingSetSize as RSS on WindowsNobuyoshi Nakada2021-08-052-6/+18
* check GC.enable'd statusKoichi Sasada2021-08-054-12/+38
* Revert "Removed extinit.o from main programs"Yusuke Endoh2021-08-052-4/+3
* Use equivalent `__FILE__`Nobuyoshi Nakada2021-08-051-1/+1
* Tests for Windows can run only on WindowsNobuyoshi Nakada2021-08-051-1/+1
* * 2021-08-05 [ci skip]git2021-08-051-1/+1
* Reenable GC at the end of testPeter Zhu2021-08-041-0/+2
* Fix relative paths from core_assertions.rbNobuyoshi Nakada2021-08-042-4/+4
* Run interrupt test except on Windowsaycabta2021-08-041-0/+1
* Add a load path to require 'helper'aycabta2021-08-041-2/+3
* Show the log of test_interrupt_in_other_thread when failedaycabta2021-08-041-1/+1
* Check the existence of the test classesaycabta2021-08-041-2/+2
* Add a test for handling SIGINT in other threadaycabta2021-08-041-0/+76