Revision history for FFI-Util
0.17 2018-06-06 09:19:31 -0400
- Administrative: moving to Perl5-FFI org on github
0.16 2015-08-14 06:01:10 -0400
- Officially marked as deprecated. Please consider
using FFI::Platypus instead which has a much richer
interface for dealing with pointers and FFI.
0.15 2015-08-07 08:11:46 -0400
- Dist meta updates only
0.14 2015-02-03 13:48:55 -0500
- Accept multiple dlext
See https://github.com/plicease/FFI-Platypus/issues/29
0.12 2015-01-23 16:48:30 -0500
- remove Module::Build::FFI
it is now part of FFI::Platypus
0.11 2015-01-22 06:46:55 -0500
- CPAN release identical to 0.10
0.10 2015-01-19 03:10:12 -0500
- FFI::Platypus 0.09 compatability
- Non CPAN release
0.09 2015-01-16 12:05:49 -0500
- use FFI::Platypus instead of older FFI library
- maintain old FFI library interop
- Non CPAN release
0.08 2014-11-06 08:23:37 -0500
- add support for 64 bit Strawberry Perl
- Use function call instead of function dispatch for very slight
performance improvement
0.07 2014-04-01 11:06:58 -0400
- documentation tweaks
0.06 2014-02-21 16:11:27 -0500
- avoid hang in diagnostic on FreeBSD caused by
combination of EV and old FFI library
0.05 2014-02-17 13:53:00 -0500
- rm dep on Alien::o2dll for MSWin32
0.04 2014-02-12 15:52:19 -0500
- added ffi_util.h header and FFI_UTIL_EXPORT macro (see Module::Build::FFI)
- workaround for absolute paths and cygwin in old FFI library
0.03 2014-02-05 13:02:48 -0500
- build fixes for MSWin32
0.02 2014-02-04 13:05:48 -0500
- First CPAN release
- added public interface locate_module_share_lib
- added types: size_t time_t dev_t gid_t uid_t
0.01 2013-12-20 17:50:28 -0500
- initial version