Commit | Line | Data |
35ef589f |
1 | 2000-12-18 Bradley M. Kuhn <bkuhn@ebb.org> |
2 | |
3 | * JNI/JNI.pm: Updated version to 0.1 |
4 | |
5 | 2000-12-16 Bradley M. Kuhn <bkuhn@ebb.org> |
6 | |
7 | * JNI/JNI.pm (AUTOLOAD): Added check to make sure fiels only |
8 | appear once in CLASSPATH. |
9 | |
10 | 2000-12-07 Bradley M. Kuhn <bkuhn@ebb.org> |
11 | |
12 | * JNI/JNI.xs: Added a requirement that -DJPL_DEBUG be defined for |
13 | JNI.xs to print out jpldebug options |
14 | |
15 | 2000-12-06 Bradley M. Kuhn <bkuhn@ebb.org> |
16 | |
17 | * JNI/JNI.pm: removed some stray C-m's floating in the file |
18 | |
19 | * README.JUST-JNI: Added instructions concerning Kaffe. |
20 | |
21 | * JNI/JNI.xs (GetJavaVM): Added support for Kaffe's options, and |
22 | made sure version number gets set. Also did error checking on |
23 | creating the JVM. |
24 | Fixed bug on option processing. |
25 | |
26 | * JNI/Makefile.PL: Added support to configure Kaffe, including |
27 | automatic creation of JNI/Config.pm (a new file). |
28 | |
29 | * JNI/JNI.pm (AUTOLOAD): Added support for Kaffe. |
30 | |