| Commit message (Expand) | Author | Age | Files | Lines |
| * | * java/awt/Point.java (toString): Use getClass().getName(). | tromey | 2002-01-16 | 1 | -7/+92 |
| * | * java/util/IdentityHashMap.java (IdentityHashMap): Removed | tromey | 2002-01-16 | 1 | -4/+2 |
| * | * java/awt/Label.java: Merged with Classpath. | tromey | 2002-01-16 | 1 | -77/+222 |
| * | * java/awt/AWTPermission.java: Updated copyright. | tromey | 2002-01-16 | 1 | -5/+23 |
| * | * java/awt/LayoutManager2.java: Merged with Classpath. | tromey | 2002-01-16 | 4 | -90/+344 |
| * | Start of AWT merge with Classpath: | tromey | 2002-01-16 | 55 | -1207/+5544 |
| * | 2002-01-15 Tom Tromey <tromey@redhat.com> | tromey | 2002-01-16 | 2 | -14/+18 |
| * | * java/net/DatagramSocket.java (getReceiveBufferSize): new 1.2 method. | mark | 2002-01-13 | 1 | -16/+76 |
| * | * java/net/InetAddress.java (ANY_IF): moved from ServerSocket. | mark | 2002-01-12 | 5 | -153/+707 |
| * | * java/lang/natSystem.cc (init_properties): Only look for default | tromey | 2002-01-11 | 1 | -3/+4 |
| * | For PR libgcj/5031: | tromey | 2002-01-08 | 1 | -1/+6 |
| * | 2002-01-08 Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk> | tromey | 2002-01-08 | 2 | -15/+367 |
| * | 2002-01-07 Andreas Tobler <a.tobler@schweiz.ch> | tromey | 2002-01-08 | 1 | -9/+5 |
| * | 2002-01-06 Andreas Tobler <a.tobler@schweiz.ch> | tromey | 2002-01-06 | 1 | -22/+17 |
| * | * 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 |