summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2003-10-022003-10-02 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2003-10-02GtkComponentPeer.java (insets): New field.Thomas Fitzsimmons
2003-10-02VMClassLoader.java (loadClass): Now native.Tom Tromey
2003-10-022003-10-02 Michael Koch <konqueror@gmx.de>Michael Koch
2003-10-02ByteBufferHelper.java: Rewrote all methods by suggestions from Eric Blake.Michael Koch
2003-10-02Fixed a little mistake that got into last commit.Michael Koch
2003-10-022003-10-02 Michael Koch <konqueror@gmx.de>Michael Koch
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley
2003-09-29re PR libgcj/10596 (Reference and String.intern don't work together)Tom Tromey
2003-09-29Fixed little typo.Michael Koch
2003-09-292003-09-29 Michael Koch <konqueror@gmx.de>Michael Koch
2003-09-29IndexColorModel.java: Reformated.Michael Koch
2003-09-29InetAddress.java, URL.java: Reformated.Michael Koch
2003-09-28DateFormat.java (format): Throw IllegalArgumentException if j' is not a Numbe...Bryce McKinlay
2003-09-28SimpleDateFormat (parse): Revert patch of 2003-09-25.Bryce McKinlay
2003-09-27URL.java (getURLStreamHandler): Compile fixes.Michael Koch
2003-09-27URL.java (getURLStreamHandler): Check if we have to use cache before trying t...Michael Koch
2003-09-26RMIClassLoader.java: Reformatted file, no functional code changes.Michael Koch
2003-09-26[multiple changes]Michael Koch
2003-09-26ByteBufferHelper.java: Totally reworked with help from Eric Blake.Michael Koch
2003-09-26RoundRectangle2D.java (getPathIterator): Wrote.Tom Tromey
2003-09-252003-09-25 Michael Koch <konqueror@gmx.de>Michael Koch
2003-09-25ObjectOutputStream.java: Allow putFields be called more than once.Ingo Proetel
2003-09-25Really commit the files.Sascha Brawer
2003-09-25SimpleDateFormat.java (parse): Don't use class calendar field.Guilhem Lavaux
2003-09-25[multiple changes]Michael Koch
2003-09-25DecimalFormat.java (format): Don't immediatly round baseNumber to long.Guilhem Lavaux
2003-09-25InetAddress.java: Reorder imports, remove implementation comment.Michael Koch
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey
2003-09-25ByteBufferHelper.java: New file.Michael Koch
2003-09-24StringBuffer.java (substring): Don't set `shared' on small Strings, even if b...Bryce McKinlay
2003-09-24* java/lang/System.java: Add GCJ LOCAL note about encoding aliases.Nathanael Nerode
2003-09-23Float.java, [...]: Add GCJ LOCAL markers.Nathanael Nerode
2003-09-22re PR libgcj/12350 (StringBuffer.substring handles shared flag incorrected.)Ralph Loader
2003-09-22InetAddress.java: Moves around some code, reformats and adds documentation.Michael Koch
2003-09-222003-09-22 Michael Koch <konqueror@gmx.de>Michael Koch
2003-09-20Component.java: Indentation cleanup from Classpath.Tom Tromey
2003-09-20Reference.java (clear): Set referent to null and synchronize.David Daney
2003-09-19GtkDialogPeer.java (create()): Create a top-level GTK window.Thomas Fitzsimmons
2003-09-19win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ...Mohan Embar
2003-09-19DatagramSocket.java (getLocalAddress): Renamed result variable to localAddr.Michael Koch
2003-09-18Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javado...Sascha Brawer
2003-09-18Timer.java (finalize): Added "throws Throwable".Michael Koch
2003-09-182003-09-18 Michael Koch <konqueror@gmx.de>Michael Koch
2003-09-18Reported by Guilhem Lavaux and Julian DolbyMark Wielaard
2003-09-18TimeZone.java: Initialize lazily.Ingo Proetel
2003-09-182003-09-18 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters
2003-09-18LineNumberReader (read): Don't reset pos & limit when markPos is 0.David P Grove
2003-09-17[multiple changes]Graydon Hoare
2003-09-12URLStreamHandler.java (parseURL): If original file ends with "/", so must can...Tom Tromey