Fixed usage display for instantiate(1).
Removed extraneous debugging code from pjvm.class.
Added storeObject() to pjvm.class and removed redundant code from
loadObject().



Thursday, 12/06/01 - 11:02 update
-------------------------------------------
Added instantiatate() manpage.
Removed extraneous debugging info from pjvms(1) and instantiate(1).

Monday, 12/03/01 - 12:16 update
-------------------------------------------
Added support for objects to instantiate.
Added support for command-line nesting of object instantiation.
Removed overloaded loadObject().
Corrected redundancy in remaining loadObject().
Added collectGarbage() method to pjvm.class.
Added support for finalizer to pjvms(1).
Corrected erroneous error reporting in instantiate(1).
Fixed bug in listobjects(1) which was causing classes to display instead
of objects.
Fixed bug in listobjects(1), allowing full-length object descriptions to
appear.


Tuesday, 11/27/01 - 5:09 update
-------------------------------------------
Removed getArguments() from pjvm.class.
Added listobjects(1) to Makefile.
Added listobjects(1) manpage.
Modified existing manpages to reference listobjects(1)


Monday, 11/19/01 - 12:10 update
-------------------------------------------
Added further error/debugging output to instantiate(1) on failure to
instantiate object.
Fixed inaccurate detection of parameters in instantiate(1) and pjvms(1).
Added support for strings on command line to instantiate(1).


Wednesday, 11/14/01 - 1:12 update
-------------------------------------------
Corrected options in listmethods(1) to make JVM number and class number
requirements and allow specification of declared methods
Altered listmethods(1) to allow user to specify declared methods only
with -d option
Modified listmethods(1) manpage to reflect the changes
Modified pjvm.class to allow for the user to set a garbage collector
flag when instantiating an object, which will signal the GC to
de-reference the object in question when called
Corrected error in manager(1) which wrote to the wrong buffer when
invalid JVM was selected in listmethods(1)
Corrected problems with local classloading.
Added rudimentary version of instantiate(1).
Added instantiate(1) to Makefile.


Tuesday, 11/06/01 - 9:45 update
-------------------------------------------
Consolidated getParameters() in pjvm.class


Sunday, 11/05/01 - 12:34 update
-------------------------------------------
Added listmethods(1) and listmethods(1) manpage


Saturday, 11/04/01 - 11:07 update
-------------------------------------------
Corrected problem with remote classloading.


Thursday, 11/01/01 - 4:09 update
-------------------------------------------
Corrected error in strtok2(3) detecting end of string and erroneous
return of NULL


Tuesday, 10/30/01 - 7:37 PM update
-------------------------------------------
Corrected logs for strtok2(3)
Added SelectionDialog.java to the archive - will be removed again later
Fixed duplication in listclass output
Completed listconstructors(1) and added to Makefile
Added listconstructors(1) manpage
Made various formatting and style corrections to all manpages
Corrected arguments for killjvm(1) - jvmnumber doesn't require flag
Modified killjvm(1) manpage to reflect changes to killjvm
Corrected arguments for loadclass(1) - jvmnumber doesn't require flag
Modified loadclass(1) manpage to reflect changes to loadclass
