docs
docs copied to clipboard
Bump ffi from 1.9.10 to 1.13.1
Bumps ffi from 1.9.10 to 1.13.1.
Changelog
Sourced from ffi's changelog.
1.13.1 / 2020-06-09
Changed:
- Revert use of
ucrtbase.dllas default C library on Windows-MINGW.ucrtbase.dllis still used on MSWIN target. #790- Test for
ffi_prep_closure_loc()to make sure we can use this function. This fixes incorrect use of system libffi on MacOS Mojave (10.14). #787- Update types.conf on x86_64-dragonflybsd
1.13.0 / 2020-06-01
Added:
- Add TruffleRuby support. Almost all specs are running on TruffleRuby and succeed. #768
- Add ruby source files to the java gem. This allows to ship the Ruby library code per platform java gem and add it as a default gem to JRuby. #763
- Add FFI::Platform::LONG_DOUBLE_SIZE
- Add bounds checks for writing to an inline char[] . #756
- Add long double as callback return value. #771
- Update type definitions and add types from stdint.h and stddef.h on i386-windows, x86_64-windows, x86_64-darwin, x86_64-linux, arm-linux, powerpc-linux. #749
- Add new type definitions for powerpc-openbsd and sparcv9-openbsd. #775, #778
Changed:
- Raise required ruby version to >= 2.3.
- Lots of cleanups and improvements in library, specs and benchmarks.
- Fix a lot of compiler warnings at the C-extension
- Fix several install issues on MacOS:
- Look for libffi in SDK paths, since recent versions of macOS removed it from
/usr/include. #757- Fix error
ld: library not found for -lgcc_s.10.4- Don't built for i386 architecture as it is deprecated
- Several fixes for MSVC build on Windows. #779
- Use
ucrtbase.dllas default C library on Windows instead of oldmsvcrt.dll. #779- Update builtin libffi to fix a Powerpc issue with parameters of type long
- Allow unmodified sourcing of (the ruby code of) this gem in JRuby and TruffleRuby as a default gem. #747
- Improve check to detect if a module has a #find_type method suitable for FFI. This fixes compatibility with stdlib
mkmf. #776Removed:
- Reject callback with
:stringreturn type at definition, because it didn't work so far and is not save to use. #751, #7821.12.2 / 2020-02-01
- Fix possible segfault at FFI::Struct#[] and []= after GC.compact . #742
1.12.1 / 2020-01-14
Commits
4b053c8Update CHANGELOG for 1.13.1a03ffb6Bump VERSION to 1.13.118370afMerge pull request #790 from larskanis/msvcrt-on-mingw#f2d35a9Add a spec regarding issue #78890f4fcaRevert usage of libc's time() on MINGWcc32fd0Remove unused strcat() mapping in specsf259139Revert to msvcrt.dll as LIBC on MINGW81dad3cMerge pull request #787 from larskanis/ffi_prep_closure_loc2c3979eMerge pull request #789 from ahorek/dragonc9b01d7Update types.conf on x86_64-dragonflybsd- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.