| Age | Commit message (Expand) | Author |
| 2003-09-24 | * java/lang/System.java: Add GCJ LOCAL note about encoding aliases. | Nathanael Nerode |
| 2003-09-23 | Float.java, [...]: Add GCJ LOCAL markers. | Nathanael Nerode |
| 2003-09-22 | re PR libgcj/12350 (StringBuffer.substring handles shared flag incorrected.) | Ralph Loader |
| 2003-09-22 | InetAddress.java: Moves around some code, reformats and adds documentation. | Michael Koch |
| 2003-09-22 | 2003-09-22 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-09-20 | Component.java: Indentation cleanup from Classpath. | Tom Tromey |
| 2003-09-20 | Reference.java (clear): Set referent to null and synchronize. | David Daney |
| 2003-09-19 | GtkDialogPeer.java (create()): Create a top-level GTK window. | Thomas Fitzsimmons |
| 2003-09-19 | win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ... | Mohan Embar |
| 2003-09-19 | DatagramSocket.java (getLocalAddress): Renamed result variable to localAddr. | Michael Koch |
| 2003-09-18 | Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javado... | Sascha Brawer |
| 2003-09-18 | Timer.java (finalize): Added "throws Throwable". | Michael Koch |
| 2003-09-18 | 2003-09-18 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-09-18 | Reported by Guilhem Lavaux and Julian Dolby | Mark Wielaard |
| 2003-09-18 | TimeZone.java: Initialize lazily. | Ingo Proetel |
| 2003-09-18 | 2003-09-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters |
| 2003-09-18 | LineNumberReader (read): Don't reset pos & limit when markPos is 0. | David P Grove |
| 2003-09-17 | [multiple changes] | Graydon Hoare |
| 2003-09-12 | URLStreamHandler.java (parseURL): If original file ends with "/", so must can... | Tom Tromey |
| 2003-09-11 | Toolkit.java (getSystemEventQueue): Call SecurityManager if one is installed. | Sascha Brawer |
| 2003-09-11 | natFilePosix.cc (getCanonicalPath): Handle case where file does not exist. | Tom Tromey |
| 2003-09-10 | Arrays.java (equals(all variants)): Quit using NullPointerException catching ... | David Daney |
| 2003-09-10 | DatagramSocket.java, [...]: Use gnu.java.net.Plain*SocketImpl instead of java... | Michael Koch |
| 2003-09-02 | GtkDialogPeer.java (create): Add width and height arguments to GtkWindowPeer.... | Thomas Fitzsimmons |
| 2003-08-31 | Logger.java: provide class and method information | Ingo Proetel |
| 2003-08-29 | win32.cc: fixed tab... | Mohan Embar |
| 2003-08-29 | natInetAddressWin32.cc, [...]: Readded code enclosed in DISABLE_JAVA_NET defi... | Mohan Embar |
| 2003-08-28 | Makefile.in: Rebuilt. | Tom Tromey |
| 2003-08-28 | natInetAddressWin32.cc, [...]: Removed code enclosed in DISABLE_JAVA_NET defi... | Michael Koch |
| 2003-08-26 | StrictMath.java: Typo fix. | Tom Tromey |
| 2003-08-26 | Acl.java: Fix broken p tag. | Mark Wielaard |
| 2003-08-26 | Reference.java (get): Indentation fix. | Tom Tromey |
| 2003-08-26 | re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws j... | Tom Tromey |
| 2003-08-26 | Proxy.java (ProxyData): `pack' now a String. | Tom Tromey |
| 2003-08-25 | Makefile.am: added gnu/awt/xlib/XOffScreenImage.java. | Scott Gilbertson |
| 2003-08-21 | re PR libgcj/12013 (Calling Reference.clear() can cause runtime to crash.) | David Daney |
| 2003-08-21 | Makefile.am (gtk_awt_peer_sources): Add gnu/java/awt/peer/GLightweightPeer.java. | Scott Gilbertson |
| 2003-08-20 | natReference.cc (finalize_referred_to_object): Set `list->reference' to DELET... | Tom Tromey |
| 2003-08-19 | re PR libgcj/11575 ([win32] Problem with RandomAccessFile) | Danny Smith |
| 2003-08-18 | re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result... | Tom Tromey |
| 2003-08-13 | Font.java: Stub out more recent API. | Graydon Hoare |
| 2003-08-13 | Color.java (getAlpha): Prevent sign-extended alpha values. | Graydon Hoare |
| 2003-08-12 | 2003-08-10 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters |
| 2003-08-11 | EventQueue.java (currentEvent, lastWhen): New fields. | Tom Tromey |
| 2003-08-10 | re PR libgcj/11778 (System.out PrintStream does too much buffering) | Bryce McKinlay |
| 2003-08-08 | [multiple changes] | Andrew Haley |
| 2003-08-07 | re PR libgcj/10868 (java.net.ServerSocket's constructors create and leak extr... | Bryce McKinlay |
| 2003-08-07 | natPlainSocketImplPosix.cc (connect): Pass the FD as a ready-to-write argumen... | Jacob Gladish |
| 2003-08-07 | Thread.java (Thread): Check for null "name" from start of private constructor... | Bryce McKinlay |
| 2003-08-06 | FilePermission.java (equals): Use correct index for last character of path. | Tom Tromey |