summaryrefslogtreecommitdiff
path: root/vm/reference/java
Commit message (Expand)AuthorAgeFilesLines
...
* * doc/vmintegration.texinfo: Add gcj, kissme and small explanation ofMark Wielaard2001-11-111-8/+73
* * native/jni/awt: renamed native/jni/gtk-peerBrian Jones2001-11-051-1/+1
* Typos in last commitEric Blake2001-10-202-2/+2
* 2001-10-19 Eric Blake <ebb9@email.byu.edu>Eric Blake2001-10-203-768/+1034
* * gnu/Makefile.am: removed tools from SUBDIRSBrian Jones2001-09-211-5/+0
* (setSecurityManager): Fixed reference to wrong 'securityManager'John Leuner2001-08-171-1/+1
* * vm/reference/java/lang/reflect/Constructor.java: Comment fix.Tom Tromey2001-08-031-3/+2
* * vm/reference/java/lang/Runtime.java (Runtime): useBrian Jones2001-07-262-3/+10
* * vm/reference/java/lang/Thread.java: Implements Runnable.Tom Tromey2001-05-311-2/+2
* * vm/reference/java/lang/Class.java: 1.2 updatesMark Wielaard2001-01-091-0/+94
* * gnu/classpath/.cvsignore : Ignore Configuration.javaBrian Jones2000-12-102-0/+159
* Fixes from Weldon Washburn [mailto:weldon.washburn@intel.com]:John Keiser2000-08-311-7/+16
* Remove dependency of Runtime on System. (This makes bootup possible.)John Keiser2000-06-251-6/+34
* Thread.yield() is staticMark Wielaard2000-06-181-1/+1
* ignore MakefileBrian Jones2000-06-143-0/+3
* added example to use ThreadLocalsMark Wielaard2000-05-301-0/+1
* Minor syntax error (method should be static).John Keiser1999-12-121-1/+1
* changing Class.getPrimitiveClass back to VMClassLoader.getPrimitiveClass, tha...Brian Jones1999-12-102-11/+12
* changed VMCLassLoader.getPrimitiveClass to Class.getPrimitiveClassBrian Jones1999-12-102-403/+444
* Stub out getContextClassLoader - hope it compilesAaron M. Renn1999-11-181-0/+4
* Copyright, Doc FixesJohn Keiser1999-02-1110-326/+326
* Make the run() method actually run the code it is supposed to!Aaron M. Renn1998-12-251-515/+517
* Added a private no arg constructor. Also renamed and added some variablesAaron M. Renn1998-12-251-6/+19
* Add yield method. Make start() directly native and eliminateAaron M. Renn1998-12-251-4/+6
* Added some additional needed SecurityManager checks and renamed aAaron M. Renn1998-12-251-5/+27
* Remove name and superclass variables and simply make the getName() andAaron M. Renn1998-12-251-18/+7
* initial checkinBrian Jones1998-12-226-0/+24
* removed 'final' keyword for API complianceBrian Jones1998-11-241-243/+243
* void setSigners(Object[]) instead of public (readded)Brian Jones1998-11-241-371/+368
* removed "public setSigners(Object[]) function" to be consistent with API.Brian Jones1998-11-241-368/+371
* Added private constructor for Japhar's use.John Keiser1998-11-091-0/+4
* Removed private_data fields.John Keiser1998-11-082-423/+420
* Set values of MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITYJohn Keiser1998-11-021-3/+3
* Changed many things to native that were not native before.John Keiser1998-11-011-12/+12
* Removed debugging stuff that shouldn't have made it into CVS in theJohn Keiser1998-11-011-28/+0
* No longer manages state -- that is done natively.John Keiser1998-11-011-52/+13
* Changed some fields for Japhar.John Keiser1998-11-011-0/+1
* Changes for Japhar.John Keiser1998-11-012-4/+36
* Moved some files that are VM-specific over from the main tree.John Keiser1998-10-175-1/+1334
* Made a previously public method non-public and added another method.John Keiser1998-10-091-1/+7
* First rev. of changes for Japhar. Incidentally, I have the Japhar native sideJohn Keiser1998-10-046-68/+276
* Now VMClassLoader has the primitive class thingy. Class is in here, now, too.John Keiser1998-10-042-6/+431
* Silly me, I forgot VMClass.java was going away.John Keiser1998-10-041-283/+0
* Added getPrimitiveClass().John Keiser1998-10-041-1/+14
* method should have been staticJohn Keiser1998-09-221-1/+1
* Typos (whoops)John Keiser1998-09-224-693/+11
* Initial set of VM interface classes. Must be customized on a per-VM basis.John Keiser1998-09-226-0/+1292