summaryrefslogtreecommitdiff
path: root/java/lang/Void.java
Commit message (Expand)AuthorAgeFilesLines
* 2006-12-10 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-12-101-3/+3
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-2/+2
* 2004-10-15 Michael Koch <konqueror@gmx.de>Michael Koch2004-10-151-4/+6
* 2002-02-23 Eric Blake <ebb9@email.byu.edu>Eric Blake2002-02-241-14/+13
* Add License clarificationMark Wielaard2002-01-221-5/+16
* * doc/vmintegration.texinfo: Add gcj, kissme and small explanation ofMark Wielaard2001-11-111-1/+1
* * java/io/FileWriter.java: Merged with libgcj.Mark Wielaard2001-09-301-15/+24
* Change license to libgcc-like terms.Paul Fisher2000-03-161-19/+26
* changing Class.getPrimitiveClass back to VMClassLoader.getPrimitiveClass, tha...Brian Jones1999-12-101-1/+1
* changed VMCLassLoader.getPrimitiveClass to Class.getPrimitiveClassBrian Jones1999-12-101-1/+1
* Added *lots* of comments, fixed copyrights, added @author, @since tags where ...John Keiser1999-02-081-0/+1
* Added copyright, comments.John Keiser1999-02-051-0/+33
* Fixed a few typos, added ThreadGroup, moved reflect classes to vm/reference.John Keiser1998-10-171-1/+1
* Uses VMClassLoader method for TYPE instead of VMClass.John Keiser1998-10-041-1/+1
* Primitive types use VMClass.getPrimitiveClass() to initialize TYPE now.John Keiser1998-10-041-1/+1
* Add private no-arg constructor to make sure Void cannot be instantiated.Paul Fisher1998-06-051-0/+1
* Added java.lang.Void.Paul Fisher1998-06-051-0/+5