| Commit message (Expand) | Author | Age | Files | Lines |
* | Component.java: Indentation cleanup from Classpath. | Tom Tromey | 2003-09-20 | 1 | -0/+9 |
* | UnicastRef.java: make constructor public and check if serverobject is compati... | Ingo Proetel | 2003-09-20 | 1 | -0/+6 |
* | Reference.java (clear): Set referent to null and synchronize. | David Daney | 2003-09-20 | 1 | -0/+5 |
* | NIODatagramSocket.java, [...]: New files. | Michael Koch | 2003-09-19 | 1 | -0/+9 |
* | GtkDialogPeer.java (create()): Create a top-level GTK window. | Thomas Fitzsimmons | 2003-09-19 | 1 | -0/+30 |
* | win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ... | Mohan Embar | 2003-09-19 | 1 | -0/+21 |
* | DatagramSocket.java (getLocalAddress): Renamed result variable to localAddr. | Michael Koch | 2003-09-19 | 1 | -0/+7 |
* | Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javado... | Sascha Brawer | 2003-09-18 | 1 | -0/+5 |
* | * javax/naming/InitialContext.java: Reindented. | Tom Tromey | 2003-09-18 | 1 | -0/+4 |
* | NamingManager.java (getURLContext, [...]): Always use current thread's contex... | Dalibor Topic | 2003-09-18 | 1 | -0/+7 |
* | Timer.java (finalize): Added "throws Throwable". | Michael Koch | 2003-09-18 | 1 | -0/+4 |
* | 2003-09-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-09-18 | 1 | -0/+19 |
* | Reported by Guilhem Lavaux and Julian Dolby | Mark Wielaard | 2003-09-18 | 1 | -0/+6 |
* | TimeZone.java: Initialize lazily. | Ingo Proetel | 2003-09-18 | 1 | -0/+9 |
* | 2003-09-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 2003-09-18 | 1 | -0/+5 |
* | LineNumberReader (read): Don't reset pos & limit when markPos is 0. | David P Grove | 2003-09-18 | 1 | -0/+5 |
* | [multiple changes] | Michael Koch | 2003-09-18 | 1 | -0/+44 |
* | GdkGraphics2D.java, [...]: New files. | Graydon Hoare | 2003-09-17 | 1 | -0/+8 |
* | [multiple changes] | Graydon Hoare | 2003-09-17 | 1 | -0/+11 |
* | configure.in: Standardized help text case of --enable-hash-synchronization Ne... | Mohan Embar | 2003-09-17 | 1 | -0/+12 |
* | GtkEmbeddedWindowPeer.java (construct): Remove method declaration. | Thomas Fitzsimmons | 2003-09-17 | 1 | -0/+11 |
* | Makefile.am: (MOSTLYCLEANFILES) Removed libtool objects. | Mohan Embar | 2003-09-17 | 1 | -0/+10 |
* | URLStreamHandler.java (parseURL): If original file ends with "/", so must can... | Tom Tromey | 2003-09-12 | 1 | -0/+7 |
* | acconfig.h: Removed most items. | Michael Koch | 2003-09-11 | 1 | -0/+7 |
* | Toolkit.java (getSystemEventQueue): Call SecurityManager if one is installed. | Sascha Brawer | 2003-09-11 | 1 | -0/+6 |
* | natFilePosix.cc (getCanonicalPath): Handle case where file does not exist. | Tom Tromey | 2003-09-11 | 1 | -0/+5 |
* | Fix mingw32 builds. | Anthony Green | 2003-09-11 | 1 | -0/+7 |
* | acconfig.h (__NO_MATH_INLINES): Removed. | Michael Koch | 2003-09-10 | 1 | -0/+8 |
* | Arrays.java (equals(all variants)): Quit using NullPointerException catching ... | David Daney | 2003-09-10 | 1 | -0/+5 |
* | DatagramSocket.java, [...]: Use gnu.java.net.Plain*SocketImpl instead of java... | Michael Koch | 2003-09-10 | 1 | -0/+36 |
* | * libtool.m4 (LD): Correct powerpc64 host match. | Alan Modra | 2003-09-09 | 1 | -0/+4 |
* | * configure.host: Removed erroneous comment. | Tom Tromey | 2003-09-04 | 1 | -0/+2 |
* | natEmbeddedWindow.cc (setWindowPeer): Removed lvalue cast; use correct rvalue... | Tom Tromey | 2003-09-04 | 1 | -0/+6 |
* | GtkDialogPeer.java (create): Add width and height arguments to GtkWindowPeer.... | Thomas Fitzsimmons | 2003-09-02 | 1 | -0/+22 |
* | Logger.java: provide class and method information | Ingo Proetel | 2003-08-31 | 1 | -0/+6 |
* | win32.cc: fixed tab... | Mohan Embar | 2003-08-29 | 1 | -0/+117 |
* | natInetAddressWin32.cc, [...]: Readded code enclosed in DISABLE_JAVA_NET defi... | Mohan Embar | 2003-08-29 | 1 | -0/+10 |
* | Makefile.am: Fixed problems with parallel makes. | Mohan Embar | 2003-08-29 | 1 | -0/+8 |
* | Makefile.in: Rebuilt. | Tom Tromey | 2003-08-28 | 1 | -0/+39 |
* | natInetAddressWin32.cc, [...]: Removed code enclosed in DISABLE_JAVA_NET defi... | Michael Koch | 2003-08-28 | 1 | -0/+8 |
* | Makefile.am: (write_entries_to_file) New parameterized function for writing e... | Mohan Embar | 2003-08-27 | 1 | -0/+17 |
* | StrictMath.java: Typo fix. | Tom Tromey | 2003-08-26 | 1 | -0/+17 |
* | Acl.java: Fix broken p tag. | Mark Wielaard | 2003-08-26 | 1 | -0/+12 |
* | Makefile.in: Rebuilt. | Tom Tromey | 2003-08-26 | 1 | -0/+3 |
* | Reference.java (get): Indentation fix. | Tom Tromey | 2003-08-26 | 1 | -0/+8 |
* | re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws j... | Tom Tromey | 2003-08-26 | 1 | -0/+3 |
* | Proxy.java (ProxyData): `pack' now a String. | Tom Tromey | 2003-08-26 | 1 | -0/+7 |
* | Makefile.am: added gnu/awt/xlib/XOffScreenImage.java. | Scott Gilbertson | 2003-08-25 | 1 | -0/+44 |
* | GdkGraphics.java (drawString): Pass font name, not XLFD, to native drawString. | Thomas Fitzsimmons | 2003-08-22 | 1 | -0/+8 |
* | GtkWindowPeer.java: Remove GTK_WINDOW_DIALOG. | Thomas Fitzsimmons | 2003-08-22 | 1 | -0/+5 |