aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/gcj
AgeCommit message (Expand)AuthorFilesLines
2004-07-12XCanvasPeer.java (createImage): Implement.Scott Gilbertson2-0/+14
2004-07-11re PR awt/16748 (IAA.ImageComponentsTest: Freezes When Window Is Resized)Bryce McKinlay2-50/+49
2004-07-09unicode-muncher.pl: Updated to version 2.1 from GNU classpath.Michael Koch2-10962/+0
2004-07-06VMClassLoader.java (init): Check classpath entry before passing to URL constr...Bryce McKinlay1-19/+19
2004-07-04FirstThread.java, [...]: Removed.Michael Koch2-146/+0
2004-06-22BytesToUnicode.java (getDecoder): Pass original encoding name to iconv.Bryce McKinlay2-6/+6
2004-06-22re PR libgcj/16134 (Memory leak in String.getBytes())Bryce McKinlay2-2/+4
2004-06-18VMClassLoader.java (init): Add extensions directory only if it actually exists.Ranjit Mathew1-13/+16
2004-06-17Add extension directory contents to the class path.Anthony Green1-0/+30
2004-05-28gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay1-0/+23
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay1-2/+1
2004-04-09VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup().Ranjit Mathew2-5/+29
2004-03-19Input_UnicodeBig.java: New class..Per Bothner3-1/+101
2004-02-202004-02-20 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+2
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