Release Name: 0.4.0
Notes:
Ruby-FFI is a ruby extension for programmatically loading dynamic
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes
on Ruby and JRuby. Discover why should you write your next extension
using Ruby-FFI {here}[http://kenai.com/projects/ruby-ffi/pages/WhyUseFFI].
Changes:
== 0.4.0 / 2009-08-05
* Major improvements
* Add support for boolean types
* Add support for methods as callbacks
* Add FFI::IO.read as described in JRUBY-3636
* Minor improvements
* Add Pointer::NULL constant
* Add AbstractMemory#get_array_of_string()
* Implement Pointer.new(address) and Pointer.new(:type, address)
* Bug fixes
* Fix RUBY_FFI-38
* Fix issues related to 1.9.1 build
* Fix issues related to OSX build
* Fix issues related to FreeBSD build
* Fix issues related to OpenSolaris build
|