summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-08-04Add a load path to require 'helper'aycabta
2021-08-04Show the log of test_interrupt_in_other_thread when failedaycabta
2021-08-04Check the existence of the test classesaycabta
2021-08-04Add a test for handling SIGINT in other threadaycabta
2021-08-04Handle SIGINT in other thread correctlyaycabta
2021-08-04Use Symbol of signal for trapaycabta
2021-08-04Remove an extraneous escapeNobuyoshi Nakada
2021-08-04* 2021-08-04 [ci skip]git
2021-08-03Fix indentation in string.cPeter Zhu
2021-08-03Fix potential hang when joining threads.Samuel Williams
2021-08-03[DOC] mention how the command is passed to the shell [ci skip]Nobuyoshi Nakada
2021-08-03* 2021-08-03 [ci skip]git
2021-08-03Add keyrest to ruby2_keywords parameters [Bug #18011]Nobuyoshi Nakada
2021-08-02Use codeql-config.yml for codeql-action/initHiroshi SHIBATA
2021-08-02Removed paths-ignore because it's not affect with cppHiroshi SHIBATA
2021-08-02Removed unnecessary configuration for the latest version of actions/checkoutHiroshi SHIBATA
2021-08-02Use `${{}}` for if statementHiroshi SHIBATA
2021-08-02Fix documentation of #<=> and #casecmp [ci skip]Troy Chance
2021-08-02Using RBOOL macroS.H
2021-08-02* 2021-08-02 [ci skip]git
2021-08-02Stop infinite object allocation to get rid of OOM killerNobuyoshi Nakada
2021-08-01gcc 10.3.0 says "__VA_OPT__ is not available until C++2a"Nobuyoshi Nakada
2021-08-01* 2021-08-01 [ci skip]git
2021-08-01Define functions using rb_wait_for_single_fd [Bug #18046]Nobuyoshi Nakada
2021-07-31[ruby/error_highlight] Keep it work if paren exists after receiverMasataka Pocke Kuwabara
2021-07-31* 2021-07-31 [ci skip]git
2021-07-31[DOC] Fix Process::exec documentation [ci skip]Nobuyoshi Nakada
2021-07-30[DOC] Fix Process::exec documentation [ci skip]Nobuyoshi Nakada
2021-07-30Tweak rb_str_modify_expand() + read() spec to try to find out why it fails on...Benoit Daloze
2021-07-30Fix bundled gems locationsNobuyoshi Nakada
2021-07-29Skip test_ensure_after_nomemoryerrorJeremy Evans
2021-07-29Improve performance of Integer#digitsJeremy Evans
2021-07-29Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans
2021-07-29Update to ruby/spec@b65d01fBenoit Daloze
2021-07-29Update to ruby/mspec@9542a88Benoit Daloze
2021-07-30Use test-unit assertionsaycabta
2021-07-30[ruby/reline] Support Terminfo on Cygwin and macOSaycabta
2021-07-30[ruby/reline] Don't check the existence of Terminfo on Windowsaycabta
2021-07-30[ruby/reline] Check TYPE_VARIADICaycabta
2021-07-30[ruby/reline] Define StringWithTiparm instead of singular methodaycabta
2021-07-30[ruby/reline] Fixed Ctrl+Enter key in Windows.SilverPhoenix99