aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* The last argument of rb_rescue2() should always be (VALUE)0Benoit Daloze2020-03-281-4/+4
* Show libffi version only if setNobuyoshi Nakada2020-03-211-1/+1
* [ruby/stringio] Bump version to 0.1.1Nobuyoshi Nakada2020-03-151-1/+1
* [ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier2020-03-151-4/+6
* Add workaround for test-bundler failureKazuhiro NISHIYAMA2020-03-121-1/+1
* openssl: sync with upstream repositoryKazuki Yamaguchi2020-03-1011-139/+216
* digest: do not depend on ext/openssl/deprecation.rbKazuki Yamaguchi2020-03-101-2/+1
* Do not set USE_FFI_CLOSURE_ALLOC=1 in fiddle on OpenBSDJeremy Evans2020-03-081-0/+4
* Use osuosl instead of GitHub releasesHiroshi SHIBATA2020-03-071-3/+3
* Switch to download libffi source package to github releases from sourceware.orgHiroshi SHIBATA2020-03-071-3/+3
* Fixed a typoNobuyoshi Nakada2020-03-051-1/+1
* [ruby/fiddle] always use ffi_closure_alloc on WindowsNobuyoshi Nakada2020-03-051-1/+6
* [ruby/fiddle] use ffi_closure_alloc only with 3.2 or laterNobuyoshi Nakada2020-03-041-4/+2
* [ruby/fiddle] ffi_closure_free is available in the bundled libffiNobuyoshi Nakada2020-03-041-1/+3
* [ruby/fiddle] Use ffi_closure_free if availableNobuyoshi Nakada2020-03-042-6/+4
* Revert "Revert "Revert "[ruby/fiddle] Use ffi_closure_free by default. (#20)"""Yusuke Endoh2020-03-042-6/+42
* Revert "Revert "[ruby/fiddle] Use ffi_closure_free by default. (#20)""Yusuke Endoh2020-03-042-42/+6
* Add `#write` and `#binwrite` to IO section [ci skip]Kazuhiro NISHIYAMA2020-03-021-0/+2
* Suppress security alertsTakashi Kokubun2020-02-281-1/+1
* should not expose hidden object.Koichi Sasada2020-02-291-7/+8
* Merge racc from upstream repository.Hiroshi SHIBATA2020-02-271-1/+1
* ext/-test-/cxxanyargs: use try_link instead卜部昌平2020-02-251-1/+1
* Fix wrong documentation for return value of Pathname#fnmatchMasataka Pocke Kuwabara2020-02-251-2/+2
* Introduce disposable call-cache.Koichi Sasada2020-02-221-0/+1
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-221-0/+1
* ext/-test-/cxxanyargs: prevent have_devel check卜部昌平2020-02-201-2/+11
* [ruby/io-console] bump up to 0.5.6Nobuyoshi Nakada2020-02-181-1/+1
* [ruby/io-console] Just ignore the extension on other than CRubyNobuyoshi Nakada2020-02-181-3/+6
* [ruby/openssl] ts: simplify OpenSSL::Timestamp::Request#algorithmKazuki Yamaguchi2020-02-171-6/+1
* [ruby/io-console] [DOC] Improved about `intr:`Nobuyoshi Nakada2020-02-171-7/+10
* ext/openssl/extconf.rb: avoid -Werror=deprecated-declarationsYusuke Endoh2020-02-162-1/+6
* Import openssl-2.2.0 (#2693)Hiroshi SHIBATA2020-02-1640-238/+2454
* Workaround for bison provided by scoop on mswin environmentHiroshi SHIBATA2020-02-151-0/+1
* Fix call-seq of Pathname#{,l}ch{mod,own} [ci skip]Kazuhiro NISHIYAMA2020-02-151-4/+4
* [ruby/io-console] Prefer keyword argumentsNobuyoshi Nakada2020-02-141-0/+4
* Fix readline build dependencyAlan Wu2020-02-091-0/+1
* [ruby/readline-ext] Use rake/extensiokntask to buildaycabta2020-02-091-0/+4
* [ruby/readline-ext] Add spec.extensionsaycabta2020-02-091-0/+1
* [ruby/readline-ext] The ruby/assert.h is adopted by Ruby 2.7 or lateraycabta2020-02-091-1/+0
* [ruby/readline-ext] Remove unnecessary -I$(top_srcdir) when it's an individua...aycabta2020-02-091-1/+0
* Revert "[ruby/readline-ext] Include ruby/assert.h in ruby/ruby.h so that asse...aycabta2020-02-091-1/+0
* more on NULL versus functions.卜部昌平2020-02-071-1/+1
* Add call-seq to Pathname#open from File.openKazuhiro NISHIYAMA2020-02-041-0/+7
* Fix linkage of popen_deadlock testMikhail Novosyolov2020-02-041-0/+1
* fix delete unnecessary return卜部昌平2020-02-011-1/+1
* support C++ std::nullptr_t卜部昌平2020-01-311-0/+122
* Return the makefile contentNobuyoshi Nakada2020-01-311-0/+1
* Move .IGNORE in extconf.rbNARUSE, Yui2020-01-312-3/+1
* Support nmakeNARUSE, Yui2020-01-311-0/+2
* Ignore expected errors on compiling C++ source [Bug #16331]NARUSE, Yui2020-01-311-0/+1