Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-ffi
From: Takahiro Kambe
Date: 2013-03-11 08:32:27
Message id: 20130311073228.4BA00175DD@cvs.netbsd.org
Log Message:
Update ruby-ffi to 1.4.0.
No official changes are available but here is some of them from commit log
on github.
* Add tests for block-form of Buffer::new and MemoryPointer::new
* spec: Test absolute library path.
* DynamicLibrary.c: Avoiding dlsym(dlopen(0,0), sym).
* spec: Replace absolute_.. with expand_path.
* Use rb_thread_call_without_gvl where available.
* Trap & save exceptions from ruby callbacks.
Files: