JNA commits

RevisionAuthorDateDescription
750twalljava06 Jan 2009 17:22:22

fix misleading error message

749xylo21 Dec 2008 09:17:16

added a comment on contrib/x11 to the release notes

748xylo20 Dec 2008 13:04:23

in contrib/x11: tidy up build.xml

747xylo20 Dec 2008 12:53:43

added a build.xml

746xylo20 Dec 2008 11:22:21

add the "x11" contribution containing an object oriented interface to X11

745twalljava16 Dec 2008 10:42:55

synch with libffi 3.0.6 CVS - affects darwin, freebsd

744twalljava13 Nov 2008 12:17:23

clean up release notes

743twalljava03 Nov 2008 08:46:17

clean up relnotes

742twalljava03 Nov 2008 08:42:03

add small struct return by value test
Fix issue #94

741xylo02 Nov 2008 13:35:59

in X11: added some methods related to key handling of the X server and added the XTest library/extension

739wmeissner30 Oct 2008 16:22:28

3.0.9 release

738wmeissner30 Oct 2008 16:17:14

Bump version to 3.0.9 and update release-notes

737wmeissner28 Oct 2008 20:30:54

Fix for issue #93 and JRUBY-3084.

This alters the library search algorithm slightly:
1) Searches jna.library.path and any custom (per-library) paths for a
matching library.
2) If that fails, tries to load the mapped library name, using
dlopen/LoadLibrary.
3) If that fails, add all paths back into the search path and try to locate
the library in jna.platform.library.path with all the normal fallbacks.