summaryrefslogtreecommitdiff
path: root/native/vmi
diff options
context:
space:
mode:
authorJohn Keiser <shalom@gnu.org>1998-08-09 17:17:00 +0000
committerJohn Keiser <shalom@gnu.org>1998-08-09 17:17:00 +0000
commit80e15e2002a78694311398ef9f3bc3f583b663ef (patch)
treeb4b42595fa8d1b63d375cff2f112e7443f3a1411 /native/vmi
parentd755bb518d8014ed4b608594b781fcdb8e84e400 (diff)
downloadclasspath-80e15e2002a78694311398ef9f3bc3f583b663ef.tar.gz
Made docs standard, made a few updates as well.
Diffstat (limited to 'native/vmi')
-rwxr-xr-xnative/vmi/ChangeLog (renamed from native/vmi/README)7
-rwxr-xr-xnative/vmi/DEPENDENCIES14
-rwxr-xr-xnative/vmi/STATUS3
3 files changed, 5 insertions, 19 deletions
diff --git a/native/vmi/README b/native/vmi/ChangeLog
index 4f5d1a9a2..44b0c3465 100755
--- a/native/vmi/README
+++ b/native/vmi/ChangeLog
@@ -1,6 +1,9 @@
-README for JCL VMI library:
+Sun Aug 9 11:08:14 MDT 1998 - John Keiser (jkeiser@iname.com)
+
+Added this ChangeLog. No change to VMI proper.
+
+20 June 1998 - John Keiser (jkeiser@iname.com)
-20 June 1998: John Keiser
Initial Revision
This is the catchall library that does all the VM-specific
diff --git a/native/vmi/DEPENDENCIES b/native/vmi/DEPENDENCIES
deleted file mode 100755
index a4c3d51b8..000000000
--- a/native/vmi/DEPENDENCIES
+++ /dev/null
@@ -1,14 +0,0 @@
-DEPENDENCIES for JCL VMI library:
-
-Japhar 1.1:
-- Most functions depend on Japhar JVMDI.
-- However, JNI and JCL functions are called by some of the
- non-JVMDI functions.
-- Additionally:
- - VMI_GetFrameObject() depends on the StackFrame
- structure in Japhar's interp.h.
- - VMI_GetThisFrame() and VMI_GetThisThreadObject() depend
- on the JThreadInfo structure and the
- THREAD_getJavaInfo() function in Japhar's
- native-threads.h.
-
diff --git a/native/vmi/STATUS b/native/vmi/STATUS
deleted file mode 100755
index 97365ca80..000000000
--- a/native/vmi/STATUS
+++ /dev/null
@@ -1,3 +0,0 @@
-STATUS for JCL VMI library:
-
-Japhar 1.1: all current VMI functions implemented. Compiled, untested.