aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-25Really commit the files.Sascha Brawer3-8/+28
2003-09-25SimpleDateFormat.java (parse): Don't use class calendar field.Guilhem Lavaux1-11/+12
2003-09-25[multiple changes]Michael Koch3-3/+66
2003-09-25DecimalFormat.java (format): Don't immediatly round baseNumber to long.Guilhem Lavaux1-5/+5
2003-09-25InetAddress.java: Reorder imports, remove implementation comment.Michael Koch2-20/+21
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey7-687/+820
2003-09-25ByteBufferHelper.java: New file.Michael Koch4-395/+699
2003-09-24StringBuffer.java (substring): Don't set `shared' on small Strings, even if b...Bryce McKinlay1-4/+5
2003-09-24* java/lang/System.java: Add GCJ LOCAL note about encoding aliases.Nathanael Nerode1-0/+5
2003-09-23Float.java, [...]: Add GCJ LOCAL markers.Nathanael Nerode2-0/+12
2003-09-22re PR libgcj/12350 (StringBuffer.substring handles shared flag incorrected.)Ralph Loader1-2/+3