Age | Commit message (Expand) | Author | Files | Lines |
2003-10-11 | 2003-10-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 18 | -55/+60 |
2003-10-11 | Map.java, [...]: Removed redundant modifiers. | Michael Koch | 4 | -79/+79 |
2003-10-11 | AttributedCharacterIterator.java, [...]: Removed redundant modifiers. | Michael Koch | 2 | -93/+25 |
2003-10-11 | Array.java, [...]: Removed redundant modifiers. | Michael Koch | 18 | -702/+702 |
2003-10-11 | Channel.java, [...]: Removed redundant modifiers. | Michael Koch | 5 | -8/+8 |
2003-10-11 | ActivationInstantiator.java, [...]: Removed redundant modifiers. | Michael Koch | 16 | -80/+96 |
2003-10-11 | ContentHandlerFactory.java, [...]: Removed redundant modifiers. | Michael Koch | 5 | -18/+19 |
2003-10-11 | Externalizable.java, [...]: Removed redundant modifiers. | Michael Koch | 9 | -68/+61 |
2003-10-11 | RMIClassLoader.java: Identify cached classloaders by codebase and context cla... | Ingo Proetel | 1 | -5/+68 |
2003-10-11 | BeanContext.java, [...]: Removed redundant modifiers. | Michael Koch | 12 | -35/+33 |
2003-10-11 | AppletInitializer.java, [...]: Removed redundant modifiers. | Michael Koch | 6 | -36/+36 |
2003-10-11 | 2003-10-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -8/+8 |
2003-10-11 | ButtonPeer.java, [...]: Removed redundant modifiers. | Michael Koch | 23 | -152/+178 |
2003-10-11 | NIOSocket.java (setChannel): Initialize impl. | Michael Koch | 1 | -1/+11 |
2003-10-11 | 2003-10-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 17 | -92/+99 |
2003-10-09 | 2003-10-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -49/+56 |
2003-10-09 | ClassLoader.java (setSigners): Implemented. | Tom Tromey | 5 | -6/+22 |
2003-10-09 | RMIClassLoader.java: Removed unused imports, little reformatings. | Michael Koch | 1 | -59/+95 |
2003-10-09 | 2003-10-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+0 |
2003-10-09 | GtkButtonPeer.java (handleEvent): Remove modality check. | Thomas Fitzsimmons | 1 | -7/+27 |
2003-10-08 | 2003-10-08 Thomas Fitzsimmons <fitzsim@redhat.com> | Thomas Fitzsimmons | 1 | -2/+2 |
2003-10-08 | Security.java: Reformated. | Michael Koch | 1 | -20/+23 |
2003-10-08 | 2003-10-08 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+2 |
2003-10-08 | StrictMath.java (toDegrees): Multiply before dividing. | Tom Tromey | 2 | -4/+10 |
2003-10-08 | Connection.java, [...]: Moved to gnu/java/net/protocol. | Michael Koch | 1 | -4/+4 |
2003-10-08 | LinkedList.java: Removed whitespace to match classpath's version again. | Michael Koch | 1 | -1/+1 |
2003-10-08 | 2003-10-08 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -10/+15 |
2003-10-02 | 2003-10-02 Guilhem Lavaux <guilhem@kaffe.org> | Guilhem Lavaux | 2 | -13/+28 |
2003-10-02 | GtkComponentPeer.java (insets): New field. | Thomas Fitzsimmons | 1 | -0/+25 |
2003-10-02 | VMClassLoader.java (loadClass): Now native. | Tom Tromey | 2 | -8/+13 |
2003-10-02 | 2003-10-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -18/+45 |
2003-10-02 | ByteBufferHelper.java: Rewrote all methods by suggestions from Eric Blake. | Michael Koch | 1 | -156/+112 |
2003-10-02 | Fixed a little mistake that got into last commit. | Michael Koch | 1 | -1/+1 |
2003-10-02 | 2003-10-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -7/+13 |
2003-10-01 | jcf-parse.c (java_parse_file): Write otable and atable. | Andrew Haley | 3 | -50/+222 |
2003-09-29 | re PR libgcj/10596 (Reference and String.intern don't work together) | Tom Tromey | 2 | -26/+95 |
2003-09-29 | Fixed little typo. | Michael Koch | 1 | -1/+1 |
2003-09-29 | 2003-09-29 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -13/+52 |
2003-09-29 | IndexColorModel.java: Reformated. | Michael Koch | 1 | -168/+168 |
2003-09-29 | InetAddress.java, URL.java: Reformated. | Michael Koch | 2 | -51/+59 |
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 |