| Commit message (Expand) | Author | Age | Files | Lines |
| * | * java/lang/Thread.java (stop): No longer synchronized. | tromey | 2002-01-04 | 1 | -3/+3 |
| * | * java/lang/ieeefp.h: Fix bug in my hand-application of previous | tromey | 2002-01-02 | 1 | -1/+1 |
| * | 2002-1-1 Andrew Pinski <pinskia@physics.uc.edu> | tromey | 2002-01-02 | 1 | -5/+2 |
| * | 2001-12-29 Andreas Tobler <a.tobler@schweiz.ch> | tromey | 2002-01-01 | 1 | -0/+4 |
| * | * java/io/ObjectInputStream.java (enableResolveObject): Use | tromey | 2001-12-21 | 2 | -5/+11 |
| * | Fix for PR java/5165: | tromey | 2001-12-21 | 1 | -5/+3 |
| * | Fix for PR libgcj/2428: | tromey | 2001-12-21 | 2 | -4/+29 |
| * | * java/awt/FlowLayout.java (FlowLayout(), FlowLayout(int)): Set | tromey | 2001-12-19 | 1 | -26/+34 |
| * | * java/text/CollationElementIterator.java (secondaryOrder): Cast | tromey | 2001-12-18 | 1 | -3/+3 |
| * | For PR java/5088: | tromey | 2001-12-16 | 2 | -21/+19 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-12-16 | 1 | -11/+27 |
| * | * java/io/DataOutputStream (write (byte[], int, int)): Update | bryce | 2001-12-16 | 1 | -1/+1 |
| * | gcc/java: | bryce | 2001-12-15 | 3 | -2/+221 |
| * | Collections drop from Classpath: | bryce | 2001-12-15 | 24 | -6122/+11216 |
| * | * libjava/prims.cc: Some old cleanups. The collector now | hboehm | 2001-12-14 | 1 | -2/+5 |
| * | * java/lang/String.java (String): New constructor. | tromey | 2001-12-11 | 1 | -0/+10 |
| * | Fix for PR libgcj/5064. | tromey | 2001-12-11 | 1 | -3/+6 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-12-09 | 3 | -18/+21 |
| * | * java/lang/ClassLoader.java (defineClass): Rethrow any | tromey | 2001-12-07 | 1 | -1/+1 |
| * | * java/lang/ThreadGroup.java (uncaughtException): Print message to | tromey | 2001-12-07 | 1 | -3/+4 |
| * | Fix for PR libgcj/2024, plus other class name cleanups: | tromey | 2001-11-26 | 2 | -3/+9 |
| * | Fix for PR libgcj/4583: | tromey | 2001-11-25 | 1 | -8/+111 |
| * | Re-merge with Classpath, from Brian Jones: | tromey | 2001-11-16 | 1 | -1/+4 |
| * | * java/util/Timer.java (TaskQueue.isStopped): Remove method. | mark | 2001-11-16 | 1 | -11/+10 |
| * | * java/lang/natString.cc: correct argument order for | hboehm | 2001-11-15 | 1 | -1/+1 |
| * | * java/lang/reflect/Constructor.java (toString): Use more | tromey | 2001-11-14 | 1 | -1/+1 |
| * | Re-merges with Classpath, from various people: | tromey | 2001-11-14 | 2 | -99/+162 |
| * | Re-merges with Classpath, from various people: | tromey | 2001-11-14 | 6 | -88/+215 |
| * | Fix for PR libgcj/4859: | tromey | 2001-11-13 | 1 | -2/+11 |
| * | * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend. | tromey | 2001-11-05 | 1 | -0/+2 |
| * | * java/util/ResourceBundle.java (class Security): Now static. | bryce | 2001-11-05 | 1 | -1/+1 |
| * | * java/util/ResourceBundle.java (getClassContext): Removed. | bryce | 2001-11-04 | 2 | -56/+36 |
| * | 2001-11-02 Hans Boehm <Hans_Boehm@hp.com> | hboehm | 2001-11-03 | 1 | -1/+1 |
| * | * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java, | jsm28 | 2001-10-31 | 37 | -66/+66 |
| * | * java/util/zip/GZIPOutputStream.java (write(int)): New method. | tromey | 2001-10-29 | 1 | -1/+7 |
| * | * java/util/zip/Adler32.java: Use correct class name. (Re-merge | tromey | 2001-10-26 | 1 | -1/+1 |
| * | Oops! | bryce | 2001-10-26 | 1 | -1/+1 |
| * | * java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now | bryce | 2001-10-26 | 10 | -36/+21 |
| * | 2001-10-25 Bryce McKinlay <bryce@waitaki.otago.ac.nz> | bryce | 2001-10-25 | 1 | -3/+2 |
| * | * java/lang/reflect/Field.java: Made many methods private. | tromey | 2001-10-24 | 1 | -10/+10 |
| * | * java/sql/Types.java (Types): New constructor. | tromey | 2001-10-24 | 1 | -1/+6 |
| * | * java/lang/reflect/Field.java (Field): New constructor. | tromey | 2001-10-24 | 2 | -0/+7 |
| * | * java/util/PropertyResourceBundle.java (handleGetObject): Now | tromey | 2001-10-24 | 2 | -4/+4 |
| * | * java/io/BufferedWriter.java (localFlush): Don't synchronize. | tromey | 2001-10-23 | 1 | -5/+3 |
| * | * java/io/BufferedWriter (write (String, int, int)): Remove | bryce | 2001-10-23 | 1 | -6/+0 |
| * | * prims.cc (_Jv_Abort): Always print error message using fprintf, | bryce | 2001-10-23 | 1 | -1/+12 |
| * | * java/util/GregorianCalendar.java (getGregorianChange): Removed | tromey | 2001-10-23 | 1 | -1/+1 |
| * | * java/lang/Double.java: More Classpath merging | mark | 2001-10-20 | 3 | -19/+31 |
| * | * java/io/BufferedWriter.java (write(String,int,int)): Correctly | tromey | 2001-10-18 | 1 | -2/+2 |
| * | * java/security/Security.java (loadProviders): Removed unused | tromey | 2001-10-18 | 1 | -38/+14 |