Age | Commit message (Expand) | Author | Files | Lines |
2003-09-28 | DateFormat.java (format): Throw IllegalArgumentException if j' is not a Numbe... | Bryce McKinlay | 2 | -23/+25 |
2003-09-28 | SimpleDateFormat (parse): Revert patch of 2003-09-25. | Bryce McKinlay | 1 | -12/+10 |
2003-09-27 | URL.java (getURLStreamHandler): Compile fixes. | Michael Koch | 1 | -2/+7 |
2003-09-27 | URL.java (getURLStreamHandler): Check if we have to use cache before trying t... | Michael Koch | 1 | -21/+32 |
2003-09-26 | RMIClassLoader.java: Reformatted file, no functional code changes. | Michael Koch | 1 | -47/+61 |
2003-09-26 | [multiple changes] | Michael Koch | 2 | -141/+151 |
2003-09-26 | ByteBufferHelper.java: Totally reworked with help from Eric Blake. | Michael Koch | 1 | -229/+77 |
2003-09-26 | RoundRectangle2D.java (getPathIterator): Wrote. | Tom Tromey | 2 | -7/+162 |
2003-09-25 | 2003-09-25 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -12/+3 |
2003-09-25 | ObjectOutputStream.java: Allow putFields be called more than once. | Ingo Proetel | 1 | -13/+19 |
2003-09-25 | Really commit the files. | Sascha Brawer | 3 | -8/+28 |
2003-09-25 | SimpleDateFormat.java (parse): Don't use class calendar field. | Guilhem Lavaux | 1 | -11/+12 |
2003-09-25 | [multiple changes] | Michael Koch | 3 | -3/+66 |
2003-09-25 | DecimalFormat.java (format): Don't immediatly round baseNumber to long. | Guilhem Lavaux | 1 | -5/+5 |
2003-09-25 | InetAddress.java: Reorder imports, remove implementation comment. | Michael Koch | 2 | -20/+21 |
2003-09-25 | Proxy.java (generate): Uncomment protection domain code. | Tom Tromey | 7 | -687/+820 |
2003-09-25 | ByteBufferHelper.java: New file. | Michael Koch | 4 | -395/+699 |
2003-09-24 | StringBuffer.java (substring): Don't set `shared' on small Strings, even if b... | Bryce McKinlay | 1 | -4/+5 |
2003-09-24 | * java/lang/System.java: Add GCJ LOCAL note about encoding aliases. | Nathanael Nerode | 1 | -0/+5 |
2003-09-23 | Float.java, [...]: Add GCJ LOCAL markers. | Nathanael Nerode | 2 | -0/+12 |
2003-09-22 | re PR libgcj/12350 (StringBuffer.substring handles shared flag incorrected.) | Ralph Loader | 1 | -2/+3 |
2003-09-22 | InetAddress.java: Moves around some code, reformats and adds documentation. | Michael Koch | 1 | -53/+87 |
2003-09-22 | 2003-09-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -12/+17 |
2003-09-20 | Component.java: Indentation cleanup from Classpath. | Tom Tromey | 2 | -14/+42 |
2003-09-20 | Reference.java (clear): Set referent to null and synchronize. | David Daney | 1 | -1/+6 |
2003-09-19 | GtkDialogPeer.java (create()): Create a top-level GTK window. | Thomas Fitzsimmons | 3 | -60/+87 |
2003-09-19 | win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ... | Mohan Embar | 1 | -2/+27 |
2003-09-19 | DatagramSocket.java (getLocalAddress): Renamed result variable to localAddr. | Michael Koch | 2 | -8/+6 |
2003-09-18 | Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javado... | Sascha Brawer | 1 | -2/+2 |
2003-09-18 | Timer.java (finalize): Added "throws Throwable". | Michael Koch | 1 | -1/+1 |
2003-09-18 | 2003-09-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -42/+15 |
2003-09-18 | Reported by Guilhem Lavaux and Julian Dolby | Mark Wielaard | 1 | -1/+1 |
2003-09-18 | TimeZone.java: Initialize lazily. | Ingo Proetel | 4 | -694/+727 |
2003-09-18 | 2003-09-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 1 | -1/+1 |
2003-09-18 | LineNumberReader (read): Don't reset pos & limit when markPos is 0. | David P Grove | 1 | -1/+1 |
2003-09-17 | [multiple changes] | Graydon Hoare | 3 | -55/+110 |
2003-09-12 | URLStreamHandler.java (parseURL): If original file ends with "/", so must can... | Tom Tromey | 2 | -2/+7 |
2003-09-11 | Toolkit.java (getSystemEventQueue): Call SecurityManager if one is installed. | Sascha Brawer | 1 | -5/+40 |
2003-09-11 | natFilePosix.cc (getCanonicalPath): Handle case where file does not exist. | Tom Tromey | 1 | -1/+63 |
2003-09-10 | Arrays.java (equals(all variants)): Quit using NullPointerException catching ... | David Daney | 1 | -128/+91 |
2003-09-10 | DatagramSocket.java, [...]: Use gnu.java.net.Plain*SocketImpl instead of java... | Michael Koch | 14 | -4405/+27 |
2003-09-02 | GtkDialogPeer.java (create): Add width and height arguments to GtkWindowPeer.... | Thomas Fitzsimmons | 1 | -0/+4 |
2003-08-31 | Logger.java: provide class and method information | Ingo Proetel | 3 | -11/+62 |
2003-08-29 | win32.cc: fixed tab... | Mohan Embar | 7 | -1341/+690 |
2003-08-29 | natInetAddressWin32.cc, [...]: Readded code enclosed in DISABLE_JAVA_NET defi... | Mohan Embar | 4 | -0/+271 |
2003-08-28 | Makefile.in: Rebuilt. | Tom Tromey | 2 | -18/+105 |
2003-08-28 | natInetAddressWin32.cc, [...]: Removed code enclosed in DISABLE_JAVA_NET defi... | Michael Koch | 4 | -271/+0 |
2003-08-26 | StrictMath.java: Typo fix. | Tom Tromey | 5 | -13/+18 |
2003-08-26 | Acl.java: Fix broken p tag. | Mark Wielaard | 4 | -41/+41 |
2003-08-26 | Reference.java (get): Indentation fix. | Tom Tromey | 1 | -8/+8 |