aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/gcj
AgeCommit message (Expand)AuthorFilesLines
2004-01-14re PR libgcj/12001 (_Jv_FindClass dumps core when Oracle's classes12.zip in $...Nathan Bryant1-11/+13
2003-12-05GC.java (updateClip): Added rectangles argument.Scott Gilbertson2-13/+21
2003-11-14jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe...Tom Tromey2-4/+4
2003-11-08FirstThread.java (Klocale, Kcalendar): New fields.Jeff Sturm1-4/+6
2003-11-08* gnu/gcj/xlib/XAnyEvent.java (XAnyEvent): Make constructor public.Bryce McKinlay1-1/+1
2003-10-22re PR libgcj/12656 (Inherited main( ) Method Not Seen At Runtime)Tom Tromey1-2/+3
2003-10-08Connection.java, [...]: Moved to gnu/java/net/protocol.Michael Koch13-1171/+3
2003-10-02re PR libgcj/12475 (Stack traces leak memory)Bryce McKinlay2-1/+7
2003-10-01* gnu/gcj/runtime/FirstThread.java (getMain): Fixed indentation.Tom Tromey1-14/+13
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey1-1/+1
2003-08-28Makefile.in: Rebuilt.Tom Tromey8-88/+391
2003-08-25Makefile.am: added gnu/awt/xlib/XOffScreenImage.java.Scott Gilbertson5-8/+76
2003-08-20[multiple changes]Andrew Haley2-6/+13
2003-08-20re PR libgcj/9125 (VMClassLoader should cache the result of Runtime.(internal...Tom Tromey2-6/+42
2003-07-29natIconv.cc (write): Handle case where output buffer is too small.Tom Tromey1-14/+28
2003-07-21AbstractGraphicsState.java (clone): Handle CloneNotSupportedException.Anthony Green4-35/+51
2003-07-21natSharedLibLoader.cc (init): `libname' now a String.Steve Pribyl2-8/+12
2003-07-11SharedLibLoader.java: Fix misspelling.Matt Kraai2-4/+4
2003-07-012003-07-01 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+3
2003-06-12IntegerGraphicsState.java (drawOval): implemented.Scott Gilbertson2-0/+23
2003-06-10natFont.cc (getAscent): Correctly access "ascent" field.Tom Tromey1-2/+2
2003-06-10natFont.cc (getMaxAscent): adjusted return value.Scott Gilbertson1-4/+14
2003-06-08URLStreamHandler.java (sameFile): Fix port value comparison.Anthony Green1-2/+8
2003-06-07re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ...Mark Wielaard4-4/+32
2003-05-08natGC.cc (drawString): Removed obsolete code.Scott Gilbertson1-8/+0
2003-04-19XGraphics.java (XGraphics): Use new GC.create.Scott Gilbertson6-18/+87
2003-04-19natFont.cc (getStringWidth): Support 16-bit characters.Scott Gilbertson2-27/+33
2003-03-10[multiple changes]Andrew Haley2-0/+53
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth1-3/+2
2003-02-13NameFinder.java (createStackTraceElement): Use lastIndexOf( ) instead of inde...Ranjit Mathew1-1/+1
2003-01-28configure.in: Specifically define HAVE_BACKTRACE if building for MinGW.Ranjit Mathew1-0/+2
2003-01-15natGC.cc (fillPolygon): New method.Scott Gilbertson2-2/+26
2003-01-03Connection.java (proxyPort, [...]): New static fields.Joerg Brunsmann1-12/+47
2002-12-11Makefile.in: Rebuilt.Tom Tromey1-0/+67
2002-12-09Connection.java (getJarFile): download and cache remote jar files.Mark Wielaard2-29/+23
2002-12-05natStackTrace.cc (fillInStackTrace): Throw #ifdef (HAVE_BACKTRACE) around the...Andrew Haley1-3/+6
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley3-0/+383
2002-09-02NameFinder.java (remove_interpreter): New field.Mark Wielaard2-15/+148
2002-08-29jvm.h (struct _Jv_frame_info): New structure.Tom Tromey2-7/+44
2002-08-24Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.Mark Wielaard2-0/+491
2002-08-23URLConnection.java, [...]: Added implementation of getHeaderFields().Michael Koch3-0/+47
2002-04-24natCore.cc (create): Use __builtin_alloca, and compute correct length of UTF-...Tom Tromey1-3/+11
2002-04-15Connection.java (usingProxy): return false.Mark Wielaard1-1/+1
2002-03-25For PR libgcj/5303:Tom Tromey1-1/+1
2002-03-15re PR libgcj/5944 (Use of uint32_t breaks libgcj bootstrap on Solaris 2.5.1)Tom Tromey1-0/+8
2002-03-09* gnu/gcj/xlib/WindowAttributes.java Assign null to RawData, not 0.Per Bothner3-6/+6
2002-03-06unicode-decomp.pl: Move from chartables.pl...Eric Blake3-0/+11052
2002-02-22natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm...Tom Tromey1-1/+1
2002-02-22Connection.java (conect): Open the input and/or output streams immediately he...Per Bothner1-13/+17
2002-02-17name-finder.cc (toHex): Use word mode, not long long.Jason Merrill1-1/+1