aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/runtime/NativeLibrary.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in commentKenneth Russel2006-12-041-1/+1
* Removed native code for DRIHack and replaced it with code using theKenneth Russel2006-11-241-0/+8
* Fixed run-time breakage due to NativeLibrary usage in JOAL. AddedKenneth Russel2006-09-031-8/+19
* Changed NativeLibrary.open() to accept boolean argument indicating Kenneth Russel2006-08-271-11/+50
* Added NativeLibrary helper class to com.sun.gluegen.runtime package, Kenneth Russel2006-08-011-0/+305