aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2005-04-19Font.java (decode): Handle null argument and allow space as delimiter.David Gilbert2-1/+13
2005-04-19EventHandler.java: Reworked documentation.Robert Schuster2-160/+382
2005-04-192005-04-19 Michael Koch <konqueror@gmx.de>Michael Koch2-2/+22
2005-04-19ConvolveOp.java: Removed comment added by eclipse.Michael Koch2-7/+8
2005-04-192005-04-19 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2-1/+6
2005-04-19RasterOp.java: Fixed wrong formatting.Michael Koch2-3/+9
2005-04-182005-04-18 Roman Kennke <roman@kennke.org>Roman Kennke2-0/+8
2005-04-182005-04-18 Roman Kennke <roman@kennke.org>Roman Kennke2-1/+16
2005-04-18AWTEvent.java (toString): Added case for source not being an AWT component.Robert Schuster2-1/+9
2005-04-18BASE64.java: Truncate encoded byte array.Chris Burdess2-1/+11
2005-04-182005-04-18 Michael Koch <konqueror@gmx.de>Michael Koch7-6/+16
2005-04-18XmlParser.java: Reverted my typo fix.Michael Koch2-1/+6
2005-04-18CubicCurve2D.java, [...]: Fixed mentioning of Brian Gouph.Michael Koch3-2/+8
2005-04-18Buffers.java, [...]: Reorganized import statements.Michael Koch80-270/+350
2005-04-18CieXyzConverter.java, [...]: Standardized file headers.Michael Koch14-421/+426
2005-04-16ValidationConsumer.java (Recognizer): Make 'ANY' package-private.Tom Tromey2-2/+8
2005-04-15Makefile.in: Rebuilt.Tom Tromey3-10/+16
2005-04-15gij.cc (version): Properly quote java version.Thomas Fitzsimmons2-2/+7
2005-04-13natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH if n...Mark Wielaard2-0/+17
2005-04-13prims.cc (parse_verbose_args): Fix verbose argument parsing.Thomas Fitzsimmons2-50/+57
2005-04-13* configure: Regenerate.Mike Stump2-2/+67
2005-04-13re PR libgcj/20958 (Compile Errors In two files in gnu.gcj)Aaron Luchko3-3/+9
2005-04-12re PR libgcj/20975 (Remove scripts/TexinfoDoclet.java)Aaron Luchko4-210/+7
2005-04-12ImageIO.java (ReaderFormatFilter.filter): Fixed wrong casting.Michael Koch2-1/+6
2005-04-07Revert last patch for more testing.Mike Stump2-87/+2
2005-04-07* configure: Regenerate.Mike Stump2-2/+87
2005-04-06bytearray.java: New file.Andrew Haley5-16/+57
2005-04-06Makefile.am ($(db_name)): Add $(EXEEXT) suffix to gcj-dbtool dependencyMohan Embar3-2/+8
2005-04-06natLogger.cc (getCallerStackFrame): Don't crash on NULL klass and meth values...Bryce McKinlay2-3/+8
2005-04-06natLogger.cc (getCallerStackFrame): Don't crash on NULL klass and meth values...Bryce McKinlay1-0/+6
2005-04-06Main.java (Fileset): New class.Andrew Haley2-20/+158
2005-04-05re PR libgcj/20750 (libgcj needs a --with-java-home configure option)Thomas Fitzsimmons12-6/+96
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey9-71/+117
2005-04-05Makefile.in: Rebuilt.Tom Tromey3-732/+65
2005-04-04re PR libgcj/20761 (fastjar not correctly defined when compiling with cross c...Steve Pribyl3-2/+8
2005-04-04ClassLoader.java (loadClass): Resolve class even if it was already found.Tom Tromey2-16/+21
2005-04-04URL.java (DEFAULT_SEARCH_PATH): Added org.metastatic.jessie.Tom Tromey2-1/+6
2005-04-03re PR libgcj/20727 (double free or corruption)Anthony Green2-1/+6
2005-04-02BasicAttributes.java (equals): Compare to any Attributes and attribute order ...Mark Wielaard2-11/+27
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons10-120/+419
2005-04-02natDouble.cc (parseDouble): Handle NaN, Infinity and -Infinity as parameters.Mark Anderson2-2/+22
2005-04-012005-04-01 Michael Koch <konqueror@gmx.de>Michael Koch2-12/+17
2005-04-01natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change.Tom Tromey10-206/+194
2005-04-01Makefile.in: Rebuilt.Tom Tromey3-2/+8
2005-04-012005-04-01 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2-2/+8
2005-03-31JTextComponent.java (viewToModel): New method.Thomas Fitzsimmons2-0/+9
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey1-0/+67
2005-03-29Makefile.am (GCJ_WITH_FLAGS): Add "-fclasspath=".Ian Lance Taylor5-4/+12
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey6-74/+41
2005-03-29[multiple changes]Tom Tromey6-6232/+7295