summaryrefslogtreecommitdiff
path: root/libjava/gnu/gcj
AgeCommit message (Expand)Author
2004-10-18re PR libgcj/18036 (Bad interaction between interpreter and Class.forName())Andrew Haley
2004-10-14interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter.Andrew Haley
2004-07-12XCanvasPeer.java (createImage): Implement.Scott Gilbertson
2004-07-11re PR awt/16748 (IAA.ImageComponentsTest: Freezes When Window Is Resized)Bryce McKinlay
2004-07-09unicode-muncher.pl: Updated to version 2.1 from GNU classpath.Michael Koch
2004-07-06VMClassLoader.java (init): Check classpath entry before passing to URL constr...Bryce McKinlay
2004-07-04FirstThread.java, [...]: Removed.Michael Koch
2004-06-22BytesToUnicode.java (getDecoder): Pass original encoding name to iconv.Bryce McKinlay
2004-06-22re PR libgcj/16134 (Memory leak in String.getBytes())Bryce McKinlay
2004-06-18VMClassLoader.java (init): Add extensions directory only if it actually exists.Ranjit Mathew
2004-06-17Add extension directory contents to the class path.Anthony Green
2004-05-28gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay
2004-04-09VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup().Ranjit Mathew
2004-03-19Input_UnicodeBig.java: New class..Per Bothner
2004-02-202004-02-20 Michael Koch <konqueror@gmx.de>Michael Koch
2004-01-14re PR libgcj/12001 (_Jv_FindClass dumps core when Oracle's classes12.zip in $...Nathan Bryant
2003-12-05GC.java (updateClip): Added rectangles argument.Scott Gilbertson
2003-11-14jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe...Tom Tromey
2003-11-08FirstThread.java (Klocale, Kcalendar): New fields.Jeff Sturm
2003-11-08* gnu/gcj/xlib/XAnyEvent.java (XAnyEvent): Make constructor public.Bryce McKinlay
2003-10-22re PR libgcj/12656 (Inherited main( ) Method Not Seen At Runtime)Tom Tromey
2003-10-08Connection.java, [...]: Moved to gnu/java/net/protocol.Michael Koch
2003-10-02re PR libgcj/12475 (Stack traces leak memory)Bryce McKinlay
2003-10-01* gnu/gcj/runtime/FirstThread.java (getMain): Fixed indentation.Tom Tromey
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey
2003-08-28Makefile.in: Rebuilt.Tom Tromey
2003-08-25Makefile.am: added gnu/awt/xlib/XOffScreenImage.java.Scott Gilbertson
2003-08-20[multiple changes]Andrew Haley
2003-08-20re PR libgcj/9125 (VMClassLoader should cache the result of Runtime.(internal...Tom Tromey
2003-07-29natIconv.cc (write): Handle case where output buffer is too small.Tom Tromey
2003-07-21AbstractGraphicsState.java (clone): Handle CloneNotSupportedException.Anthony Green
2003-07-21natSharedLibLoader.cc (init): `libname' now a String.Steve Pribyl
2003-07-11SharedLibLoader.java: Fix misspelling.Matt Kraai
2003-07-012003-07-01 Michael Koch <konqueror@gmx.de>Michael Koch
2003-06-12IntegerGraphicsState.java (drawOval): implemented.Scott Gilbertson
2003-06-10natFont.cc (getAscent): Correctly access "ascent" field.Tom Tromey
2003-06-10natFont.cc (getMaxAscent): adjusted return value.Scott Gilbertson
2003-06-08URLStreamHandler.java (sameFile): Fix port value comparison.Anthony Green
2003-06-07re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ...Mark Wielaard
2003-05-08natGC.cc (drawString): Removed obsolete code.Scott Gilbertson
2003-04-19XGraphics.java (XGraphics): Use new GC.create.Scott Gilbertson
2003-04-19natFont.cc (getStringWidth): Support 16-bit characters.Scott Gilbertson
2003-03-10[multiple changes]Andrew Haley
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth
2003-02-13NameFinder.java (createStackTraceElement): Use lastIndexOf( ) instead of inde...Ranjit Mathew
2003-01-28configure.in: Specifically define HAVE_BACKTRACE if building for MinGW.Ranjit Mathew
2003-01-15natGC.cc (fillPolygon): New method.Scott Gilbertson
2003-01-03Connection.java (proxyPort, [...]): New static fields.Joerg Brunsmann
2002-12-11Makefile.in: Rebuilt.Tom Tromey