| Age | Commit message (Expand) | Author |
| 2002-01-08 | For PR libgcj/5031: | Tom Tromey |
| 2002-01-08 | natPlainSocketImpl.cc: Added timeout handling for sockets. | Nic Ferrier |
| 2002-01-08 | natMethod.cc: Don't include alloca.h. | Andreas Tobler |
| 2002-01-06 | configure, [...]: Rebuilt. | Andreas Tobler |
| 2002-01-04 | Thread.java (stop): No longer synchronized. | Tom Tromey |
| 2002-01-02 | ieeefp.h: Fix bug in my hand-application of previous patch. | Tom Tromey |
| 2002-01-02 | 2002-1-1 Andrew Pinski <pinskia@physics.uc.edu> | Andrew Pinski |
| 2002-01-01 | ieeefp.h: Define __IEEE_BIG_ENDIAN for Darwin. | Andreas Tobler |
| 2001-12-21 | ObjectInputStream.java (enableResolveObject): Use correct security check. | Tom Tromey |
| 2001-12-21 | re PR java/5165 (Loading class fields with a ConstantValue attribute) | Tom Tromey |
| 2001-12-21 | re PR libgcj/2428 (Classloader is not set) | Tom Tromey |
| 2001-12-19 | FlowLayout.java (FlowLayout(), [...]): Set gaps to 5. | Tom Tromey |
| 2001-12-18 | CollationElementIterator.java (secondaryOrder): Cast result to `short'. | Tom Tromey |
| 2001-12-16 | For PR java/5088: | Tom Tromey |
| 2001-12-16 | Makefile.in: Rebuilt. | Tom Tromey |
| 2001-12-16 | DataOutputStream (write (byte[], int, int)): Update "written" correctly. | Bryce McKinlay |
| 2001-12-15 | java-tree.h (otable_methods, [...]): New field/global tree definitions. | Bryce McKinlay |
| 2001-12-15 | Collections drop from Classpath: | Bryce McKinlay |
| 2001-12-14 | prims.cc: Some old cleanups. | Hans Boehm |
| 2001-12-11 | String.java (String): New constructor. | Tom Tromey |
| 2001-12-11 | re PR libgcj/5064 (java/lang/natClassLoader.cc doesn't compile on systems wit... | Tom Tromey |
| 2001-12-09 | Makefile.in: Rebuilt. | Tom Tromey |
| 2001-12-07 | ClassLoader.java (defineClass): Rethrow any LinkageError. | Tom Tromey |
| 2001-12-07 | ThreadGroup.java (uncaughtException): Print message to System.err. | Tom Tromey |
| 2001-11-26 | Fix for PR libgcj/2024, plus other class name cleanups: | Tom Tromey |
| 2001-11-25 | re PR libgcj/4583 (problems BigDecimal(double) ctor.) | Tom Tromey |
| 2001-11-16 | Re-merge with Classpath, from Brian Jones: | Tom Tromey |
| 2001-11-16 | Timer.java (TaskQueue.isStopped): Remove method. | Mark Wielaard |
| 2001-11-15 | natString.cc: correct argument order for _Jv_AllocPtrFreeObj | Hans Boehm |
| 2001-11-14 | Constructor.java (toString): Use more efficient form of Modifier.toString(). | Tom Tromey |
| 2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey |
| 2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey |
| 2001-11-13 | re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on cance... | Tom Tromey |
| 2001-11-05 | Class.h (Class): Made _Jv_BytecodeVerifier a friend. | Tom Tromey |
| 2001-11-05 | * java/util/ResourceBundle.java (class Security): Now static. | Bryce McKinlay |
| 2001-11-04 | ResourceBundle.java (getClassContext): Removed. | Bryce McKinlay |
| 2001-11-03 | natResourceBundle.cc (getClassContext): return array of Class instead of arra... | Hans Boehm |
| 2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers |
| 2001-10-29 | re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC) | Tom Tromey |
| 2001-10-26 | Adler32.java: Use correct class name. | Tom Tromey |
| 2001-10-26 | Oops! | Bryce McKinlay |
| 2001-10-26 | VMClassLoader.java (getPrimitiveClass): Now native. | Bryce McKinlay |
| 2001-10-25 | natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf. | Bryce McKinlay |
| 2001-10-24 | * java/lang/reflect/Field.java: Made many methods private. | Tom Tromey |
| 2001-10-24 | * java/sql/Types.java (Types): New constructor. | Tom Tromey |
| 2001-10-24 | Field.java (Field): New constructor. | Tom Tromey |
| 2001-10-24 | PropertyResourceBundle.java (handleGetObject): Now public. | Tom Tromey |
| 2001-10-23 | * java/io/BufferedWriter.java (localFlush): Don't synchronize. | Tom Tromey |
| 2001-10-23 | BufferedWriter (write (String, int, int)): Remove redundant bounds checks. | Bryce McKinlay |
| 2001-10-23 | prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ... | Bryce McKinlay |