summaryrefslogtreecommitdiff
path: root/java/lang/Throwable.java
Commit message (Expand)AuthorAgeFilesLines
* Normalise whitespace.Andrew John Hughes2010-06-031-46/+46
* 2008-05-06 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-05-061-2/+4
* 2008-02-05 Ian Rogers <ian.rogers@manchester.ac.uk>Ian Rogers2008-02-051-2/+2
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-2/+2
* * java/lang/Throwable.java: simplify initializing cause in constructorArchie Cobbs2005-02-191-1/+1
* 2005-02-16 Michael Koch <konqueror@gmx.de>Michael Koch2005-02-161-2/+2
* 2004-12-06 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2004-12-061-7/+3
* 2004-10-22 Michael Koch <konqueror@gmx.de>Michael Koch2004-10-221-2/+1
* * java/lang/Throwable.java (StaticData.nl): Make package private.Mark Wielaard2004-09-261-1/+1
* * java/lang/System.java (properties): Make package private.Mark Wielaard2004-05-201-1/+2
* 2004-04-30 Grzegorz B. Prokopski <gadek@debian.org>Mark Wielaard2004-04-301-2/+16
* * java/net/URLStreamHandler.java (toExternalForm): RemovedTom Tromey2004-04-231-6/+2
* 2004-04-17 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-171-1/+1
* Reverted.Etienne M. Gagnon2004-03-291-15/+1
* 2004-03-27 Grzegorz B. Prokopski <gadek@debian.org>Grzegorz B. Prokopski2004-03-271-1/+15
* * NEWS: Mention the new VMThrowable interface.Mark Wielaard2002-10-041-0/+557
* * gnu/classpath/.cvsignore : Ignore Configuration.javaBrian Jones2000-12-101-182/+0
* Throwable does not yet actually populate itself, so for now we haveJohn Keiser2000-06-251-0/+6
* Change license to libgcc-like terms.Paul Fisher2000-03-161-19/+26
* fillInStackTrace(): remove exception constructors from stack trace.Jochen Hoenicke1999-12-301-14/+22
* More doc fixes (@author, @since, added docs for Float/Double).John Keiser1999-02-081-0/+20
* Added *lots* of comments, fixed copyrights, added @author, @since tags where ...John Keiser1999-02-081-0/+1
* Changed 'detailMessage' back to 'message' now that Japhar calls getMessage().John Keiser1998-11-091-7/+7
* Changed message to detailMessage.John Keiser1998-11-081-6/+6
* serialVersionUID added (1.1 JDK reference)Brian Jones1998-11-081-1/+4
* compile fixesBrian Jones1998-11-071-3/+3
* implemented readObject and writeObject for serializationBrian Jones1998-11-071-85/+121
* Added synchronization so that things don't change on us while printing.John Keiser1998-10-191-0/+4
* Fixed a few typos, added ThreadGroup, moved reflect classes to vm/reference.John Keiser1998-10-171-5/+5
* Weird. CVS did something weird with the last version, merged mine and Brian'sJohn Keiser1998-10-091-53/+0
* Commented Throwable, made all three integrate with Japhar.John Keiser1998-10-091-0/+97
* toString(): must return a stringBrian Jones1998-10-081-2/+2
* initial checkin (just to compile)Brian Jones1998-09-251-0/+53