6 Commits

Author SHA1 Message Date
jasper
55c2bcafc0 update to libffi-3.3
tested on amd64 and arm64
2020-02-10 18:06:34 +00:00
jasper
bce81dec20 - update to libffi-3.2.1
(bulk) testing/ok aja@, additional testing by tobiasu@
2015-09-29 07:45:33 +00:00
jasper
5e4b7d02f8 update to libffi-3.1 (not quite the newest, but better than what we currently have)
tested with gnome3 (heavily reliant on ffi/javascript/goi) for the better part of a year
2015-04-06 12:11:39 +00:00
jasper
eebdccbea9 - update to libffi-3.0.13 (an update to 3.1 will be worked on shortly)
- sync homepage

tested by many on nearly every supported architecture, thanks!

feedback/ok miod@
2014-06-04 17:40:27 +00:00
jasper
56c4dcb339 - update libffi to 3.0.9
- remove unneeded patch
2010-09-19 20:19:15 +00:00
jasper
9bf295a421 import libffi 3.0.8
FFI stands for Foreign Function Interface. A foreign function interface
is the popular name for the interface that allows code written in one
language to call code written in another language. The libffi library
really only provides the lowest, machine dependent layer of a fully
featured foreign function interface. A layer must exist above libffi
that handles type conversions for values passed between the two
languages.

successfully tested on seven arches by me. other arches are disabled for now as
they need more work (mips64) or haven't been tested yet.
2009-09-23 20:55:46 +00:00