summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-09Include ruby.h before internal headers to suppress -Wundef warningsNobuyoshi Nakada
2021-08-09Omit on Readline 7.0 because it's wrong behaviour for not TTY envaycabta
2021-08-09Rename rb_iterate to get rid of name clash on Sun CNobuyoshi Nakada
2021-08-09Extended logging for debugging readline failures.Samuel Williams
2021-08-09Suppress a clobbered warningNobuyoshi Nakada
2021-08-09Deprecate rb_iterate in C++Nobuyoshi Nakada
2021-08-09Suppress deprecated rb_iterate declaration warnings in C++Nobuyoshi Nakada
2021-08-09Suppress warnings in C++2aNobuyoshi Nakada
2021-08-09Suppress unused-function warning when OPT_THREADED_CODE != 1Nobuyoshi Nakada
2021-08-09Suppress unused-variable warnings when DEBUG_INTEGER_PACKNobuyoshi Nakada
2021-08-09* 2021-08-09 [ci skip]git
2021-08-09Rework the readline test to be more robust.Samuel Williams
2021-08-08Reduce chance to receive EBADF when closing an IO from another thread.Samuel Williams
2021-08-08Make bit flags `reason` unsignedNobuyoshi Nakada
2021-08-08Use #full_message instead of #backtrace_locationsaycabta
2021-08-08Suppress warnings when GC_ENABLE_INCREMENTAL_MARK == 0Nobuyoshi Nakada
2021-08-08* 2021-08-08 [ci skip]git
2021-08-08Show backtrace locations when I/O timed outaycabta
2021-08-07Use TERM=xterm for tests on Solarisaycabta
2021-08-07Set TERM env for some CI environmentsaycabta
2021-08-07Group commands on GitHub ActionsNobuyoshi Nakada
2021-08-07Remove unneeded rb_fiber_transfer_kw declarationS-H-GAMELINKS
2021-08-07Suppress unused-result warningsS.H
2021-08-07Stop force-recycling evacuated array [Bug #18065]Nobuyoshi Nakada
2021-08-06Use Rational for Float#round with ndigits > 14Jeremy Evans
2021-08-07* 2021-08-07 [ci skip]git
2021-08-06Make backtrace generation work outward from current frameJeremy Evans
2021-08-06Make jobserver availableNobuyoshi Nakada
2021-08-06Check the result of tigetstrNobuyoshi Nakada
2021-08-06Fix caching of curses_dlNobuyoshi Nakada
2021-08-06test/reline/test_terminfo.rb: skip when setupterm failsYusuke Endoh
2021-08-06Show Readline::VERSION for debuggingaycabta
2021-08-06* 2021-08-06 [ci skip]git
2021-08-06Omit test_interrupt_in_other_thread with Editlineaycabta
2021-08-06Fix reversal of assertion resultaycabta
2021-08-06Fix control structure to preperly catch Timeout::Erroraycabta
2021-08-06Fix the result of checking the existence of constants being reversedaycabta
2021-08-05Build rubyspec CAPI extensionsNobuyoshi Nakada
2021-08-05Show log when timed outaycabta
2021-08-04Remove an unused variableaycabta
2021-08-05Fix a link [ci skip]Kazuhiro NISHIYAMA
2021-08-05Show WorkingSetSize as RSS on WindowsNobuyoshi Nakada
2021-08-05check GC.enable'd statusKoichi Sasada
2021-08-05Revert "Removed extinit.o from main programs"Yusuke Endoh
2021-08-05Use equivalent `__FILE__`Nobuyoshi Nakada
2021-08-05Tests for Windows can run only on WindowsNobuyoshi Nakada
2021-08-05* 2021-08-05 [ci skip]git
2021-08-04Reenable GC at the end of testPeter Zhu
2021-08-04Fix relative paths from core_assertions.rbNobuyoshi Nakada
2021-08-04Run interrupt test except on Windowsaycabta