aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-22InetAddress.java: Moves around some code, reformats and adds documentation.Michael Koch1-53/+87
2003-09-222003-09-22 Michael Koch <konqueror@gmx.de>Michael Koch1-12/+17
2003-09-20Component.java: Indentation cleanup from Classpath.Tom Tromey2-14/+42
2003-09-20Reference.java (clear): Set referent to null and synchronize.David Daney1-1/+6
2003-09-19GtkDialogPeer.java (create()): Create a top-level GTK window.Thomas Fitzsimmons3-60/+87
2003-09-19win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ...Mohan Embar1-2/+27
2003-09-19DatagramSocket.java (getLocalAddress): Renamed result variable to localAddr.Michael Koch2-8/+6
2003-09-18Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javado...Sascha Brawer1-2/+2
2003-09-18Timer.java (finalize): Added "throws Throwable".Michael Koch1-1/+1
2003-09-182003-09-18 Michael Koch <konqueror@gmx.de>Michael Koch3-42/+15
2003-09-18Reported by Guilhem Lavaux and Julian DolbyMark Wielaard1-1/+1
2003-09-18TimeZone.java: Initialize lazily.Ingo Proetel4-694/+727
2003-09-182003-09-18 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters1-1/+1
2003-09-18LineNumberReader (read): Don't reset pos & limit when markPos is 0.David P Grove1-1/+1
2003-09-17[multiple changes]Graydon Hoare3-55/+110
2003-09-12URLStreamHandler.java (parseURL): If original file ends with "/", so must can...Tom Tromey2-2/+7
2003-09-11Toolkit.java (getSystemEventQueue): Call SecurityManager if one is installed.Sascha Brawer1-5/+40