summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* [ruby/psych] Fix some typos [ci skip]Ryuta Kamizono2021-05-104-7/+7
* [ruby/psych] bump versionAaron Patterson2021-05-101-1/+1
* [ruby/psych] docs: fix simple typo, expessed -> expressedTim Gates2021-05-101-1/+1
* [ruby/psych] Update to latest SnakeYAMLCharles Oliver Nutter2021-05-101-1/+1
* [ruby/psych] Fix custom marshalization with symbolize_names: trueJean Boussier2021-05-101-3/+3
* [ruby/psych] Cache dispatch cache in an instance variableJean Boussier2021-05-101-1/+1
* [ruby/psych] Cache access to Psych.load_tags in Visitor::ToRubyJean Boussier2021-05-101-4/+6
* Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slotsMatt Valentine-House2021-05-061-0/+2
* [ruby/strscan] Replace "iff" with "if and only if" (#18)Gannon McGibbon2021-05-061-3/+3
* [ruby/strscan] Fix segmentation fault of `StringScanner#charpos` when `String...Kenichi Kamiya2021-05-061-4/+1
* Import from https://github.com/ruby/strscan/pull/19Hiroshi SHIBATA2021-05-061-4/+0
* Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze2021-05-042-2/+2
* Fix -Wundef warnings for HAVE_RB_EXT_RACTOR_SAFEBenoit Daloze2021-05-044-4/+4
* Fix -Wundef warnings in core extensionsBenoit Daloze2021-05-042-3/+3
* Removed unused macro HAVE_CONFIG_HNobuyoshi Nakada2021-04-285-9/+0
* NDEBUG is ignored since Ruby 3.0Nobuyoshi Nakada2021-04-281-1/+4
* Fix Monitor to lock per Fiber, like Mutex [Bug #17827]Benoit Daloze2021-04-271-5/+5
* [ruby/gdbm] Add dependency to gdbm package on mingwLars Kanis2021-04-271-0/+1
* [ruby/pathname] gemspec: Explicitly list 0 executablesOlle Jonsson2021-04-271-1/+1
* Fix compiler warnings in objspace_dump.c when assertions are turned onPeter Zhu2021-04-261-5/+5
* Fix some typos by spell checkerRyuta Kamizono2021-04-267-12/+12
* [Doc] Fix a typo s/algorthm/algorithm/wonda-tea-coffee2021-04-251-1/+1
* [ci skip] Fix a typo s/certificiate/certificate/wonda-tea-coffee2021-04-251-1/+1
* [Doc] Fix a typo s/daguten/dakuten/wonda-tea-coffee2021-04-251-3/+3
* [Doc] Fix a typo s/arround/around/wonda-tea-coffee2021-04-251-1/+1
* [ruby/io-console] Move FFI console under libCharles Oliver Nutter2021-04-221-8/+8
* [ruby/io-console] Enable building the C extension on TruffleRuby.Duncan MacGregor2021-04-221-1/+1
* [ruby/io-wait] gemspec: Explicitly list 0 executablesOlle Jonsson2021-04-211-1/+1
* [ruby/zlib] gemspec: Remove unused filesOlle Jonsson2021-04-201-2/+2
* [ruby/gdbm] gemspec: Set executables to the empty listOlle Jonsson2021-04-201-1/+1
* [ruby/dbm] gemspec: add README & LICENSEOlle Jonsson2021-04-201-1/+1
* [ruby/date] Bump version to 3.1.1Hiroshi SHIBATA2021-04-201-1/+1
* dependency updates卜部昌平2021-04-1390-204/+0
* [ruby/openssl] Use #ifdef consistently for HAVE_RB_EXT_RACTOR_SAFETom Stuart2021-03-312-3/+3
* [ruby/openssl] Fix OpenSSL::Engine build on DebianTom Stuart2021-03-311-14/+14
* [ruby/openssl] pkcs7: keep private key when duplicating PKCS7_SIGNER_INFOKazuki Yamaguchi2021-03-311-48/+33
* Enclose the code that was accidentally a link in "tt"aycabta2021-03-311-1/+1
* Text files should end with a newlineNobuyoshi Nakada2021-03-301-1/+1
* [ruby/io-console] bump up to 0.5.9Nobuyoshi Nakada2021-03-281-1/+1
* [ruby/pathname] Fix segfault of Pathname#splitKenichi Kamiya2021-03-281-1/+1
* rb_enc_interned_str: handle autoloaded encodingsJean Boussier2021-03-222-0/+18
* Adjusted indents [ci skip]Nobuyoshi Nakada2021-03-171-5/+5
* zlib: fix Gzip{Writer,Reader}.new fails with a O_TMPFILE fileSorah Fukumori2021-03-171-4/+14
* [ruby/openssl] bn: check -1 return from BIGNUM functionsKazuki Yamaguchi2021-03-161-12/+22
* [ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada2021-03-161-11/+11
* [ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans2021-03-161-0/+6
* [ruby/openssl] pkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) formKazuki Yamaguchi2021-03-161-42/+2
* [ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi2021-03-162-70/+3
* [ruby/openssl] ssl: retry write on EPROTOTYPE on macOSKazuki Yamaguchi2021-03-161-0/+15
* [ruby/openssl] x509store: update rdoc for X509::Store and X509::StoreContextKazuki Yamaguchi2021-03-161-13/+111