summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-04Fix documentation for IO#unget{byte,c}Jeremy Evans
2021-05-05* 2021-05-05 [ci skip]git
2021-05-04Correctly update array capacity after reallocPeter Zhu
2021-05-04Fix -Wundef warnings for RBIMPL_HAS_BUILTINBenoit Daloze
2021-05-04HAVE_* macros should not be defined with value 0Benoit Daloze
2021-05-04Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze
2021-05-04Fix -Wundef warnings for HAVE_RB_EXT_RACTOR_SAFEBenoit Daloze
2021-05-04Fix -Wundef warnings in core extensionsBenoit Daloze
2021-05-04Add RBIMPL_RVALUE_EMBED_LEN_MAX neeeded by internal/bignum.hBenoit Daloze
2021-05-04Fix trivial -Wundef warningsBenoit Daloze
2021-05-04Fix -Wundef warnings in coroutine/*/Context.hBenoit Daloze
2021-05-04vm_dump.c: rename HAVE_BACKTRACE to USE_BACKTRACEBenoit Daloze
2021-05-04Add -Werror=undef to default warnflags for coreBenoit Daloze
2021-05-04test/net/imap/test_imap.rb: wait a moment before socket is closedYusuke Endoh
2021-05-04Suppress maybe-uninitialized warning by mingw gcc 11Nobuyoshi Nakada
2021-05-04spec/ruby/library/net/http/http/fixtures/http_server.rb host naming for WindowsMSP-Greg
2021-05-04Fix test/net/http/test_https.rb host naming for WindowsMSP-Greg
2021-05-03Eagerly allocate instance variable tables along with objectAaron Patterson
2021-05-04* 2021-05-04 [ci skip]git
2021-05-04Workaround failures on WindowsNobuyoshi Nakada
2021-05-03* 2021-05-03 [ci skip]git
2021-05-03Get rid of misleading indentationxtkoba
2021-05-01Adjust struct member offset for i386 Cygwinxtkoba
2021-04-30Fix example for custom warn methodAdam Daniels
2021-05-01* 2021-05-01 [ci skip]git
2021-04-30Correct documentation example on Hash#digNick Kelley
2021-04-30Silence GCC 11 warningsxtkoba
2021-04-30[ruby/irb] Need reline >= 0.1.6ima1zumi
2021-04-29Update Time documentationBurdette Lamar
2021-04-29lldb: Warn when attempting to dump invalid pagesMatt Valentine-House
2021-04-30* 2021-04-30 [ci skip]git
2021-04-30test/net/smtp/test_smtp.rb: wait a moment before socket is closedYusuke Endoh
2021-04-29* 2021-04-29 [ci skip]git
2021-04-28Specify -c to emit pch with clang (#4423)Takashi Kokubun
2021-04-28Removed unused macro HAVE_CONFIG_HNobuyoshi Nakada
2021-04-28NDEBUG is ignored since Ruby 3.0Nobuyoshi Nakada
2021-04-28Guard for < Ruby 3.0Hiroshi SHIBATA
2021-04-28[ruby/ostruct] Add compatibility for to_h with block in Ruby 2.5Marc-Andre Lafortune
2021-04-28[ruby/ostruct] Compatibility with Ruby 2.5Marc-Andre Lafortune
2021-04-28[ruby/optparse] Add EditorConfig fileAlexander Popov
2021-04-28[ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip]Ryuta Kamizono
2021-04-28[ruby/net-http] Initialize OpenSSL early before creating TCPSocketJeremy Evans
2021-04-28[ruby/net-http] Fix the regexp used to clean the hostJean Boussier
2021-04-28[ruby/net-http] Decode user and password from env configured proxyLukas Eipert
2021-04-28[ruby/net-http] Replace Timeout.timeout in Net:HTTP#connectmohamed
2021-04-28[ruby/net-smtp] mod: bump to a new VERSION that could be checked for testings...Tom Freudenberg
2021-04-28[ruby/net-smtp] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
2021-04-28[ruby/net-smtp] Replace Timeout.timeout with socket timeoutmohamed
2021-04-28[ruby/net-smtp] Net::SMTP.start() and #start() accepts ssl_context_params key...Tom Freudenberg
2021-04-28test/net/ftp/test_ftp.rb: Use RubyVM::JIT instead of RubyVM::MJITYusuke Endoh