aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2003-10-01* gnu/gcj/runtime/FirstThread.java (getMain): Fixed indentation.Tom Tromey2-14/+17
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley6-55/+241
2003-09-29re PR libgcj/10596 (Reference and String.intern don't work together)Tom Tromey4-26/+116
2003-09-29Fixed little typo.Michael Koch1-1/+1
2003-09-292003-09-29 Michael Koch <konqueror@gmx.de>Michael Koch2-13/+66
2003-09-29IndexColorModel.java: Reformated.Michael Koch2-168/+172
2003-09-29InetAddress.java, URL.java: Reformated.Michael Koch3-51/+64
2003-09-29boehm.cc (_Jv_BuildGCDescr): Put first word of object in most significant bit...Bryce McKinlay2-5/+18
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