aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2003-09-28DateFormat.java (format): Throw IllegalArgumentException if j' is not a Numbe...Bryce McKinlay3-24/+33
2003-09-28SimpleDateFormat (parse): Revert patch of 2003-09-25.Bryce McKinlay2-12/+15
2003-09-27* libjava.jacks/jacks.xfail: Updated for new passes.Tom Tromey2-23/+4
2003-09-27URL.java (getURLStreamHandler): Compile fixes.Michael Koch2-2/+11
2003-09-27URL.java (getURLStreamHandler): Check if we have to use cache before trying t...Michael Koch2-21/+39
2003-09-26re PR java/12426 (gcj allows access to private members from superclass)Michael Koch2-1/+8
2003-09-26RMIClassLoader.java: Reformatted file, no functional code changes.Michael Koch2-47/+66
2003-09-26[multiple changes]Michael Koch3-141/+162
2003-09-26ByteBufferHelper.java: Totally reworked with help from Eric Blake.Michael Koch2-229/+82
2003-09-26RoundRectangle2D.java (getPathIterator): Wrote.Tom Tromey3-7/+167
2003-09-26Fix build failure.Jeff Sturm2-6/+12
2003-09-252003-09-25 Michael Koch <konqueror@gmx.de>Michael Koch8-4/+154
2003-09-252003-09-25 Michael Koch <konqueror@gmx.de>Michael Koch2-12/+8
2003-09-252003-09-25 Michael Koch <konqueror@gmx.de>Michael Koch3-10/+28
2003-09-25ObjectOutputStream.java: Allow putFields be called more than once.Ingo Proetel2-13/+24
2003-09-25Really commit the files.Sascha Brawer3-8/+28
2003-09-25Raster.java (Raster): Interpret null origin as (0,0).Sascha Brawer1-0/+6
2003-09-25aclocal.m4: Rebuilt.Jeff Sturm3-233/+292
2003-09-25SimpleDateFormat.java (parse): Don't use class calendar field.Guilhem Lavaux2-11/+17
2003-09-252003-09-25 Michael Koch <konqueror@gmx.de>Michael Koch3-10/+19
2003-09-252003-09-25 Michael Koch <konqueror@gmx.de>Michael Koch3-68/+42
2003-09-25[multiple changes]Michael Koch5-4/+80
2003-09-25DecimalFormat.java (format): Don't immediatly round baseNumber to long.Guilhem Lavaux2-5/+14
2003-09-252003-09-25 Michael Koch <konqueror@gmx.de>Michael Koch8-85/+439
2003-09-25InetAddress.java: Reorder imports, remove implementation comment.Michael Koch3-20/+32
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey11-690/+880
2003-09-25Forgot to add in last commit.Michael Koch2-3/+5
2003-09-25ByteBufferHelper.java: New file.Michael Koch5-395/+711
2003-09-25re PR libgcj/12388 (mingw32 target fails to build libjava)Bryce McKinlay2-0/+7
2003-09-24StringBuffer.java (substring): Don't set `shared' on small Strings, even if b...Bryce McKinlay2-4/+10
2003-09-24acinclude.m4 (AM_LC_LOCALES): Added check for locale.h.Michael Koch2-1/+6
2003-09-24PlainSocketImpl.java (read): Remove declaration.Bryce McKinlay9-457/+84
2003-09-24* java/lang/System.java: Add GCJ LOCAL note about encoding aliases.Nathanael Nerode2-0/+7
2003-09-23Float.java, [...]: Add GCJ LOCAL markers.Nathanael Nerode3-0/+17
2003-09-22Another newlib fix.Anthony Green3-0/+10
2003-09-22re PR libgcj/12350 (StringBuffer.substring handles shared flag incorrected.)Ralph Loader5-2/+35
2003-09-22jni.cc (_Jv_LookupJNIMethod): Remove workaround that should hide a compiler w...Michael Koch2-3/+6
2003-09-22InetAddress.java: Moves around some code, reformats and adds documentation.Michael Koch2-53/+93
2003-09-222003-09-22 Michael Koch <konqueror@gmx.de>Michael Koch2-12/+26
2003-09-20Component.java: Indentation cleanup from Classpath.Tom Tromey3-14/+51
2003-09-20UnicastRef.java: make constructor public and check if serverobject is compati...Ingo Proetel2-24/+26
2003-09-20Reference.java (clear): Set referent to null and synchronize.David Daney2-1/+11
2003-09-19NIODatagramSocket.java, [...]: New files.Michael Koch5-2/+164
2003-09-19GtkDialogPeer.java (create()): Create a top-level GTK window.Thomas Fitzsimmons9-129/+158
2003-09-19win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ...Mohan Embar4-11/+152
2003-09-19DatagramSocket.java (getLocalAddress): Renamed result variable to localAddr.Michael Koch3-8/+13
2003-09-18Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javado...Sascha Brawer2-2/+7
2003-09-18* javax/naming/InitialContext.java: Reindented.Tom Tromey2-137/+147
2003-09-18NamingManager.java (getURLContext, [...]): Always use current thread's contex...Dalibor Topic2-4/+19
2003-09-18Timer.java (finalize): Added "throws Throwable".Michael Koch2-1/+5