aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2003-10-112003-10-11 Michael Koch <konqueror@gmx.de>Michael Koch18-55/+60
2003-10-11Map.java, [...]: Removed redundant modifiers.Michael Koch4-79/+79
2003-10-11AttributedCharacterIterator.java, [...]: Removed redundant modifiers.Michael Koch2-93/+25
2003-10-11Array.java, [...]: Removed redundant modifiers.Michael Koch18-702/+702
2003-10-11Channel.java, [...]: Removed redundant modifiers.Michael Koch5-8/+8
2003-10-11ActivationInstantiator.java, [...]: Removed redundant modifiers.Michael Koch16-80/+96
2003-10-11ContentHandlerFactory.java, [...]: Removed redundant modifiers.Michael Koch5-18/+19
2003-10-11Externalizable.java, [...]: Removed redundant modifiers.Michael Koch9-68/+61
2003-10-11RMIClassLoader.java: Identify cached classloaders by codebase and context cla...Ingo Proetel1-5/+68
2003-10-11BeanContext.java, [...]: Removed redundant modifiers.Michael Koch12-35/+33
2003-10-11AppletInitializer.java, [...]: Removed redundant modifiers.Michael Koch6-36/+36
2003-10-112003-10-11 Michael Koch <konqueror@gmx.de>Michael Koch3-8/+8
2003-10-11ButtonPeer.java, [...]: Removed redundant modifiers.Michael Koch23-152/+178
2003-10-11NIOSocket.java (setChannel): Initialize impl.Michael Koch1-1/+11
2003-10-112003-10-11 Michael Koch <konqueror@gmx.de>Michael Koch17-92/+99
2003-10-092003-10-09 Michael Koch <konqueror@gmx.de>Michael Koch3-49/+56
2003-10-09ClassLoader.java (setSigners): Implemented.Tom Tromey5-6/+22
2003-10-09RMIClassLoader.java: Removed unused imports, little reformatings.Michael Koch1-59/+95
2003-10-092003-10-09 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+0
2003-10-09GtkButtonPeer.java (handleEvent): Remove modality check.Thomas Fitzsimmons1-7/+27
2003-10-082003-10-08 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons1-2/+2
2003-10-08Security.java: Reformated.Michael Koch1-20/+23
2003-10-082003-10-08 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+2
2003-10-08StrictMath.java (toDegrees): Multiply before dividing.Tom Tromey2-4/+10
2003-10-08Connection.java, [...]: Moved to gnu/java/net/protocol.Michael Koch1-4/+4
2003-10-08LinkedList.java: Removed whitespace to match classpath's version again.Michael Koch1-1/+1
2003-10-082003-10-08 Michael Koch <konqueror@gmx.de>Michael Koch1-10/+15
2003-10-022003-10-02 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2-13/+28
2003-10-02GtkComponentPeer.java (insets): New field.Thomas Fitzsimmons1-0/+25
2003-10-02VMClassLoader.java (loadClass): Now native.Tom Tromey2-8/+13
2003-10-022003-10-02 Michael Koch <konqueror@gmx.de>Michael Koch3-18/+45
2003-10-02ByteBufferHelper.java: Rewrote all methods by suggestions from Eric Blake.Michael Koch1-156/+112
2003-10-02Fixed a little mistake that got into last commit.Michael Koch1-1/+1
2003-10-022003-10-02 Michael Koch <konqueror@gmx.de>Michael Koch1-7/+13
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley3-50/+222
2003-09-29re PR libgcj/10596 (Reference and String.intern don't work together)Tom Tromey2-26/+95
2003-09-29Fixed little typo.Michael Koch1-1/+1
2003-09-292003-09-29 Michael Koch <konqueror@gmx.de>Michael Koch1-13/+52
2003-09-29IndexColorModel.java: Reformated.Michael Koch1-168/+168
2003-09-29InetAddress.java, URL.java: Reformated.Michael Koch2-51/+59
2003-09-28DateFormat.java (format): Throw IllegalArgumentException if j' is not a Numbe...Bryce McKinlay2-23/+25
2003-09-28SimpleDateFormat (parse): Revert patch of 2003-09-25.Bryce McKinlay1-12/+10
2003-09-27URL.java (getURLStreamHandler): Compile fixes.Michael Koch1-2/+7
2003-09-27URL.java (getURLStreamHandler): Check if we have to use cache before trying t...Michael Koch1-21/+32
2003-09-26RMIClassLoader.java: Reformatted file, no functional code changes.Michael Koch1-47/+61
2003-09-26[multiple changes]Michael Koch2-141/+151
2003-09-26ByteBufferHelper.java: Totally reworked with help from Eric Blake.Michael Koch1-229/+77
2003-09-26RoundRectangle2D.java (getPathIterator): Wrote.Tom Tromey2-7/+162
2003-09-252003-09-25 Michael Koch <konqueror@gmx.de>Michael Koch1-12/+3
2003-09-25ObjectOutputStream.java: Allow putFields be called more than once.Ingo Proetel1-13/+19