summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-31[ruby/openssl] Fix OpenSSL::Engine build on DebianTom Stuart
2021-03-31[ruby/openssl] pkcs7: keep private key when duplicating PKCS7_SIGNER_INFOKazuki Yamaguchi
2021-03-31Enclose the code that was accidentally a link in "tt"aycabta
2021-03-31* 2021-03-31 [ci skip]git
2021-03-30Text files should end with a newlineNobuyoshi Nakada
2021-03-30mkmf: fixed install directories of header files in extension libraries [Bug #...Nobuyoshi Nakada
2021-03-30Fix `coroutine_type` variable nameKazuhiro NISHIYAMA
2021-03-30Check errno before invoking scheduler in `rb_io_wait_readable/writable`.Samuel Williams
2021-03-30Test incorrect behaviour of `rb_io_wait_readable/writable`.Samuel Williams
2021-03-30Support for native riscv64 coroutines.Samuel Williams
2021-03-30Disable public interface for now.Samuel Williams
2021-03-30Fix handling of timeout accessing scheduler outside of non-blocking context.Samuel Williams
2021-03-30Improve timeout tests.Samuel Williams
2021-03-30Update method name and add documentation.Samuel Williams
2021-03-30Fix native implementation.Samuel Williams
2021-03-30Fixed a compilation errorNobuyoshi Nakada
2021-03-30Prefer `rb_check_funcall`.Samuel Williams
2021-03-30Update lib/timeout.rbSamuel Williams
2021-03-30Add hook for `Timeout.timeout`.Samuel Williams
2021-03-30* 2021-03-30 [ci skip]git
2021-03-30[ruby/irb] Prevent the completion from crashing if rdoc is missingAleksandar Ivanov
2021-03-29Add more tests for defined? with method callsJeremy Evans
2021-03-29Make defined? cache the results of method callsJeremy Evans
2021-03-29[ruby/optparse] bump up to 0.1.1Nobuyoshi Nakada
2021-03-29[ruby/optparse] Fixed error message of unparsed non-optionNobuyoshi Nakada
2021-03-29[ruby/optparse] Completion scripts themselves are not executableNobuyoshi Nakada
2021-03-29[ruby/optparse] Exclude unnecessary files from the packageNobuyoshi Nakada
2021-03-29[ruby/optparse] Change *opts to *params, to avoid confusionBurdetteLamar
2021-03-29[ruby/optparse] Add OptionParser#require_exact accessorJeremy Evans
2021-03-29[ruby/optparse] Use ZDOTDIR env var to locate .zshrcMartin Rey
2021-03-29sync_default_gems.rb: ignore COPYING file [ci skip]Nobuyoshi Nakada
2021-03-29sync_default_gems.rb: IO#puts prints a newline between each argument [ci skip]Nobuyoshi Nakada
2021-03-29[DOC] Improve an example of Array#count comparison [ci skip]Nobuyoshi Nakada
2021-03-29fiber context update for Mac OS.David CARLIER
2021-03-29[ruby/irb] Always add input method when calling Irb.new in testsaycabta
2021-03-29* 2021-03-29 [ci skip]git
2021-03-28[Doc] Fix Array#count comparing strategyKenichi Kamiya
2021-03-28[ruby/io-console] bump up to 0.5.9Nobuyoshi Nakada
2021-03-28sync_default_gems.rb: remove un-committed files [ci skip]Nobuyoshi Nakada
2021-03-28sync_default_gems.rb: search the last merge more strictly [ci skip]Nobuyoshi Nakada
2021-03-28sync_default_gems.rb: escape filter command [ci skip]Nobuyoshi Nakada
2021-03-28sync_default_gems.rb: message when no commits [ci skip]Nobuyoshi Nakada
2021-03-28Force recycle intermediate collection in Hash#transform_keys! [Bug #17735]Kenichi Kamiya
2021-03-28[ruby/pathname] Fix segfault of Pathname#splitKenichi Kamiya
2021-03-28[ruby/pathname] Support Ruby 3.0Hiroshi SHIBATA
2021-03-28sync_default_gems.rb: preserve Co-Authored-By:Nobuyoshi Nakada
2021-03-28Hide an intermediate arrayNobuyoshi Nakada
2021-03-28Clear an intermediate hash [Bug #17735]Nobuyoshi Nakada
2021-03-28Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]Kenichi Kamiya
2021-03-28Remove unneeded rb_ident_hash_new function declarationS-H-GAMELINKS