| Commit message (Expand) | Author | Age | Files | Lines |
* | Float.java, [...]: Add GCJ LOCAL markers. | Nathanael Nerode | 2003-09-23 | 3 | -0/+17 |
* | Another newlib fix. | Anthony Green | 2003-09-22 | 3 | -0/+10 |
* | re PR libgcj/12350 (StringBuffer.substring handles shared flag incorrected.) | Ralph Loader | 2003-09-22 | 5 | -2/+35 |
* | jni.cc (_Jv_LookupJNIMethod): Remove workaround that should hide a compiler w... | Michael Koch | 2003-09-22 | 2 | -3/+6 |
* | InetAddress.java: Moves around some code, reformats and adds documentation. | Michael Koch | 2003-09-22 | 2 | -53/+93 |
* | 2003-09-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-09-22 | 2 | -12/+26 |
* | Component.java: Indentation cleanup from Classpath. | Tom Tromey | 2003-09-20 | 3 | -14/+51 |
* | UnicastRef.java: make constructor public and check if serverobject is compati... | Ingo Proetel | 2003-09-20 | 2 | -24/+26 |
* | Reference.java (clear): Set referent to null and synchronize. | David Daney | 2003-09-20 | 2 | -1/+11 |
* | NIODatagramSocket.java, [...]: New files. | Michael Koch | 2003-09-19 | 5 | -2/+164 |
* | GtkDialogPeer.java (create()): Create a top-level GTK window. | Thomas Fitzsimmons | 2003-09-19 | 9 | -129/+158 |
* | win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ... | Mohan Embar | 2003-09-19 | 4 | -11/+152 |
* | DatagramSocket.java (getLocalAddress): Renamed result variable to localAddr. | Michael Koch | 2003-09-19 | 3 | -8/+13 |
* | Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javado... | Sascha Brawer | 2003-09-18 | 2 | -2/+7 |
* | * javax/naming/InitialContext.java: Reindented. | Tom Tromey | 2003-09-18 | 2 | -137/+147 |
* | NamingManager.java (getURLContext, [...]): Always use current thread's contex... | Dalibor Topic | 2003-09-18 | 2 | -4/+19 |
* | Timer.java (finalize): Added "throws Throwable". | Michael Koch | 2003-09-18 | 2 | -1/+5 |
* | 2003-09-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-09-18 | 4 | -42/+34 |
* | Reported by Guilhem Lavaux and Julian Dolby | Mark Wielaard | 2003-09-18 | 2 | -1/+7 |
* | TimeZone.java: Initialize lazily. | Ingo Proetel | 2003-09-18 | 5 | -694/+736 |
* | 2003-09-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 2003-09-18 | 2 | -1/+6 |
* | LineNumberReader (read): Don't reset pos & limit when markPos is 0. | David P Grove | 2003-09-18 | 2 | -1/+6 |
* | [multiple changes] | Michael Koch | 2003-09-18 | 10 | -64/+419 |
* | GdkGraphics2D.java, [...]: New files. | Graydon Hoare | 2003-09-17 | 5 | -0/+2676 |
* | [multiple changes] | Graydon Hoare | 2003-09-17 | 4 | -55/+121 |
* | re PR java/9577 (Linker error for legal Java/CNI code if method parameters ar... | Ranjit Mathew | 2003-09-17 | 4 | -0/+31 |
* | configure.in: Standardized help text case of --enable-hash-synchronization Ne... | Mohan Embar | 2003-09-17 | 5 | -355/+439 |
* | GtkEmbeddedWindowPeer.java (construct): Remove method declaration. | Thomas Fitzsimmons | 2003-09-17 | 3 | -23/+22 |
* | Makefile.am: (MOSTLYCLEANFILES) Removed libtool objects. | Mohan Embar | 2003-09-17 | 3 | -5/+37 |
* | URLStreamHandler.java (parseURL): If original file ends with "/", so must can... | Tom Tromey | 2003-09-12 | 3 | -2/+14 |
* | acconfig.h: Removed most items. | Michael Koch | 2003-09-11 | 4 | -352/+226 |
* | Toolkit.java (getSystemEventQueue): Call SecurityManager if one is installed. | Sascha Brawer | 2003-09-11 | 2 | -5/+46 |
* | natFilePosix.cc (getCanonicalPath): Handle case where file does not exist. | Tom Tromey | 2003-09-11 | 2 | -1/+68 |
* | Fix mingw32 builds. | Anthony Green | 2003-09-11 | 3 | -3/+10 |
* | acconfig.h (__NO_MATH_INLINES): Removed. | Michael Koch | 2003-09-10 | 5 | -114/+81 |
* | Arrays.java (equals(all variants)): Quit using NullPointerException catching ... | David Daney | 2003-09-10 | 2 | -128/+96 |
* | DatagramSocket.java, [...]: Use gnu.java.net.Plain*SocketImpl instead of java... | Michael Koch | 2003-09-10 | 21 | -897/+955 |
* | * libtool.m4 (LD): Correct powerpc64 host match. | Alan Modra | 2003-09-09 | 2 | -1/+5 |
* | compile.exp: Test with -O3 rather than -O. | Jeff Sturm | 2003-09-05 | 3 | -2/+13 |
* | libjava.exp (libjava_arguments): Remove unneeded variables. | Jeff Sturm | 2003-09-05 | 1 | -29/+1 |
* | * configure.host: Removed erroneous comment. | Tom Tromey | 2003-09-04 | 2 | -1/+2 |
* | natEmbeddedWindow.cc (setWindowPeer): Removed lvalue cast; use correct rvalue... | Tom Tromey | 2003-09-04 | 2 | -1/+8 |
* | GtkDialogPeer.java (create): Add width and height arguments to GtkWindowPeer.... | Thomas Fitzsimmons | 2003-09-02 | 5 | -24/+47 |
* | Logger.java: provide class and method information | Ingo Proetel | 2003-08-31 | 4 | -11/+68 |
* | win32.cc: fixed tab... | Mohan Embar | 2003-08-29 | 10 | -1413/+978 |
* | natInetAddressWin32.cc, [...]: Readded code enclosed in DISABLE_JAVA_NET defi... | Mohan Embar | 2003-08-29 | 5 | -0/+281 |
* | Makefile.am: Fixed problems with parallel makes. | Mohan Embar | 2003-08-29 | 3 | -0/+26 |
* | Makefile.in: Rebuilt. | Tom Tromey | 2003-08-28 | 14 | -106/+560 |
* | natInetAddressWin32.cc, [...]: Removed code enclosed in DISABLE_JAVA_NET defi... | Michael Koch | 2003-08-28 | 5 | -271/+8 |
* | Makefile.am: (write_entries_to_file) New parameterized function for writing e... | Mohan Embar | 2003-08-27 | 3 | -22/+66 |