Age | Commit message (Expand) | Author | Files | Lines |
2003-10-11 | AttributedCharacterIterator.java, [...]: Removed redundant modifiers. | Michael Koch | 3 | -93/+31 |
2003-10-11 | Array.java, [...]: Removed redundant modifiers. | Michael Koch | 19 | -702/+724 |
2003-10-11 | Channel.java, [...]: Removed redundant modifiers. | Michael Koch | 6 | -8/+17 |
2003-10-11 | ActivationInstantiator.java, [...]: Removed redundant modifiers. | Michael Koch | 17 | -80/+116 |
2003-10-11 | ContentHandlerFactory.java, [...]: Removed redundant modifiers. | Michael Koch | 6 | -18/+29 |
2003-10-11 | Externalizable.java, [...]: Removed redundant modifiers. | Michael Koch | 10 | -68/+74 |
2003-10-11 | RMIClassLoader.java: Identify cached classloaders by codebase and context cla... | Ingo Proetel | 2 | -5/+73 |
2003-10-11 | BeanContext.java, [...]: Removed redundant modifiers. | Michael Koch | 13 | -35/+49 |
2003-10-11 | AppletInitializer.java, [...]: Removed redundant modifiers. | Michael Koch | 7 | -36/+46 |
2003-10-11 | 2003-10-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -8/+15 |
2003-10-11 | ButtonPeer.java, [...]: Removed redundant modifiers. | Michael Koch | 24 | -152/+205 |
2003-10-11 | Really remove it. | Michael Koch | 1 | -25/+0 |
2003-10-11 | NIOSocket.java (setChannel): Initialize impl. | Michael Koch | 9 | -51/+224 |
2003-10-11 | Oh man, forgot the ChangeLog entry for another time. | Michael Koch | 1 | -17/+18 |
2003-10-11 | 2003-10-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 18 | -92/+119 |
2003-10-11 | Forgot to write ChangeLog entry. | Michael Koch | 1 | -2/+3 |
2003-10-11 | 2003-10-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -22/+27 |
2003-10-09 | SelectorImpl.java (register): Use ServerSocketChannelSelectionKey for server ... | Michael Koch | 7 | -11/+132 |
2003-10-09 | 2003-10-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -49/+81 |
2003-10-09 | ClassLoader.java (setSigners): Implemented. | Tom Tromey | 7 | -6/+37 |
2003-10-09 | RMIClassLoader.java: Removed unused imports, little reformatings. | Michael Koch | 2 | -59/+105 |
2003-10-09 | 2003-10-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -1/+5 |
2003-10-09 | GtkButtonPeer.java (handleEvent): Remove modality check. | Thomas Fitzsimmons | 10 | -121/+183 |
2003-10-08 | 2003-10-08 Thomas Fitzsimmons <fitzsim@redhat.com> | Thomas Fitzsimmons | 12 | -26/+160 |
2003-10-08 | * libjava.mauve/xfails: Removed some tests. | Tom Tromey | 2 | -8/+4 |
2003-10-08 | Security.java: Reformated. | Michael Koch | 2 | -20/+27 |
2003-10-08 | 2003-10-08 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -1/+8 |
2003-10-08 | StrictMath.java (toDegrees): Multiply before dividing. | Tom Tromey | 3 | -4/+22 |
2003-10-08 | Connection.java, [...]: Moved to gnu/java/net/protocol. | Michael Koch | 17 | -143/+199 |
2003-10-08 | 2003-10-08 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -1/+6 |
2003-10-08 | GtkMenuItemPeer.java (setEnabled): Stub out. | Thomas Fitzsimmons | 20 | -210/+146 |
2003-10-08 | LinkedList.java: Removed whitespace to match classpath's version again. | Michael Koch | 2 | -1/+6 |
2003-10-08 | 2003-10-08 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -10/+22 |
2003-10-08 | 2003-10-08 Arnaud Vandyck <arnaud.vandyck@ulg.ac.be> | Arnaud Vandyck | 2 | -48/+13 |
2003-10-07 | GtkTextAreaPeer.java (gtkTextGetSize): Remove unused parameters. | Thomas Fitzsimmons | 8 | -28/+34 |
2003-10-02 | 2003-10-02 Guilhem Lavaux <guilhem@kaffe.org> | Guilhem Lavaux | 3 | -13/+38 |
2003-10-02 | GtkComponentPeer.java (insets): New field. | Thomas Fitzsimmons | 12 | -108/+317 |
2003-10-02 | VMClassLoader.java (loadClass): Now native. | Tom Tromey | 4 | -8/+25 |
2003-10-02 | 2003-10-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -18/+60 |
2003-10-02 | ByteBufferHelper.java: Rewrote all methods by suggestions from Eric Blake. | Michael Koch | 2 | -156/+117 |
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 | 2 | -7/+21 |
2003-10-02 | 2003-10-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -260/+303 |
2003-10-02 | re PR libgcj/12475 (Stack traces leak memory) | Bryce McKinlay | 3 | -1/+13 |
2003-10-01 | * gnu/gcj/runtime/FirstThread.java (getMain): Fixed indentation. | Tom Tromey | 2 | -14/+17 |
2003-10-01 | jcf-parse.c (java_parse_file): Write otable and atable. | Andrew Haley | 6 | -55/+241 |
2003-09-29 | re PR libgcj/10596 (Reference and String.intern don't work together) | Tom Tromey | 4 | -26/+116 |
2003-09-29 | Fixed little typo. | Michael Koch | 1 | -1/+1 |
2003-09-29 | 2003-09-29 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -13/+66 |
2003-09-29 | IndexColorModel.java: Reformated. | Michael Koch | 2 | -168/+172 |