summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2021-05-10[ruby/psych] Fix some typos [ci skip]Ryuta Kamizono
2021-05-10[ruby/psych] bump versionAaron Patterson
2021-05-10[ruby/psych] docs: fix simple typo, expessed -> expressedTim Gates
2021-05-10[ruby/psych] Update to latest SnakeYAMLCharles Oliver Nutter
2021-05-10[ruby/psych] Fix custom marshalization with symbolize_names: trueJean Boussier
2021-05-10[ruby/psych] Cache dispatch cache in an instance variableJean Boussier
2021-05-10[ruby/psych] Cache access to Psych.load_tags in Visitor::ToRubyJean Boussier
2021-05-06Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slotsMatt Valentine-House
2021-05-06[ruby/strscan] Replace "iff" with "if and only if" (#18)Gannon McGibbon
2021-05-06[ruby/strscan] Fix segmentation fault of `StringScanner#charpos` when `String...Kenichi Kamiya
2021-05-06Import from https://github.com/ruby/strscan/pull/19Hiroshi SHIBATA
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-04-28Removed unused macro HAVE_CONFIG_HNobuyoshi Nakada
2021-04-28NDEBUG is ignored since Ruby 3.0Nobuyoshi Nakada
2021-04-27Fix Monitor to lock per Fiber, like Mutex [Bug #17827]Benoit Daloze
2021-04-27[ruby/gdbm] Add dependency to gdbm package on mingwLars Kanis
2021-04-27[ruby/pathname] gemspec: Explicitly list 0 executablesOlle Jonsson
2021-04-26Fix compiler warnings in objspace_dump.c when assertions are turned onPeter Zhu
2021-04-26Fix some typos by spell checkerRyuta Kamizono
2021-04-25[Doc] Fix a typo s/algorthm/algorithm/wonda-tea-coffee
2021-04-25[ci skip] Fix a typo s/certificiate/certificate/wonda-tea-coffee
2021-04-25[Doc] Fix a typo s/daguten/dakuten/wonda-tea-coffee
2021-04-25[Doc] Fix a typo s/arround/around/wonda-tea-coffee
2021-04-22[ruby/io-console] Move FFI console under libCharles Oliver Nutter
2021-04-22[ruby/io-console] Enable building the C extension on TruffleRuby.Duncan MacGregor
2021-04-21[ruby/io-wait] gemspec: Explicitly list 0 executablesOlle Jonsson
2021-04-20[ruby/zlib] gemspec: Remove unused filesOlle Jonsson
2021-04-20[ruby/gdbm] gemspec: Set executables to the empty listOlle Jonsson
2021-04-20[ruby/dbm] gemspec: add README & LICENSEOlle Jonsson
2021-04-20[ruby/date] Bump version to 3.1.1Hiroshi SHIBATA
2021-04-13dependency updates卜部昌平
2021-03-31[ruby/openssl] Use #ifdef consistently for HAVE_RB_EXT_RACTOR_SAFETom Stuart
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-30Text files should end with a newlineNobuyoshi Nakada
2021-03-28[ruby/io-console] bump up to 0.5.9Nobuyoshi Nakada
2021-03-28[ruby/pathname] Fix segfault of Pathname#splitKenichi Kamiya
2021-03-22rb_enc_interned_str: handle autoloaded encodingsJean Boussier
2021-03-17Adjusted indents [ci skip]Nobuyoshi Nakada
2021-03-17zlib: fix Gzip{Writer,Reader}.new fails with a O_TMPFILE fileSorah Fukumori
2021-03-16[ruby/openssl] bn: check -1 return from BIGNUM functionsKazuki Yamaguchi
2021-03-16[ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada
2021-03-16[ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans
2021-03-16[ruby/openssl] pkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) formKazuki Yamaguchi
2021-03-16[ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi
2021-03-16[ruby/openssl] ssl: retry write on EPROTOTYPE on macOSKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: update rdoc for X509::Store and X509::StoreContextKazuki Yamaguchi