summaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2005-04-12re PR libgcj/20975 (Remove scripts/TexinfoDoclet.java)Aaron Luchko
2005-04-12ImageIO.java (ReaderFormatFilter.filter): Fixed wrong casting.Michael Koch
2005-04-07Revert last patch for more testing.Mike Stump
2005-04-07* configure: Regenerate.Mike Stump
2005-04-06bytearray.java: New file.Andrew Haley
2005-04-06Makefile.am ($(db_name)): Add $(EXEEXT) suffix to gcj-dbtool dependencyMohan Embar
2005-04-06natLogger.cc (getCallerStackFrame): Don't crash on NULL klass and meth values...Bryce McKinlay
2005-04-06natLogger.cc (getCallerStackFrame): Don't crash on NULL klass and meth values...Bryce McKinlay
2005-04-06Main.java (Fileset): New class.Andrew Haley
2005-04-05re PR libgcj/20750 (libgcj needs a --with-java-home configure option)Thomas Fitzsimmons
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey
2005-04-05Makefile.in: Rebuilt.Tom Tromey
2005-04-04re PR libgcj/20761 (fastjar not correctly defined when compiling with cross c...Steve Pribyl
2005-04-04ClassLoader.java (loadClass): Resolve class even if it was already found.Tom Tromey
2005-04-04URL.java (DEFAULT_SEARCH_PATH): Added org.metastatic.jessie.Tom Tromey
2005-04-03re PR libgcj/20727 (double free or corruption)Anthony Green
2005-04-02BasicAttributes.java (equals): Compare to any Attributes and attribute order ...Mark Wielaard
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons
2005-04-02natDouble.cc (parseDouble): Handle NaN, Infinity and -Infinity as parameters.Mark Anderson
2005-04-012005-04-01 Michael Koch <konqueror@gmx.de>Michael Koch
2005-04-01natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change.Tom Tromey
2005-04-01Makefile.in: Rebuilt.Tom Tromey
2005-04-012005-04-01 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters
2005-03-31JTextComponent.java (viewToModel): New method.Thomas Fitzsimmons
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey
2005-03-29Makefile.am (GCJ_WITH_FLAGS): Add "-fclasspath=".Ian Lance Taylor
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey
2005-03-29[multiple changes]Tom Tromey
2005-03-28configure.ac: Revert 2005-03-25's patch.Alexandre Oliva
2005-03-28jni.exp (gcj_jni_invocation_test_one): Add libsocket to the libraries to link...Eric Botcazou
2005-03-28boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field...Per Bothner
2005-03-27Makefile.am (classes.stamp): Add gnu/gcj/tools/gcj_dbtool/Main.java to fix a ...Andreas Tobler
2005-03-27configure.ac: Fix ZIP and GCJH at configure time to absolute paths like we do...Mike Stump
2005-03-25Missed from last commitAnthony Green
2005-03-25From libjava...Anthony Green
2005-03-24BootClassLoader.java (BootClassLoader): Don't add sax and w3c libraries.Tom Tromey
2005-03-24Reverted erroneous commitTom Tromey
2005-03-24Makefile.in: Rebuilt.Tom Tromey
2005-03-23PR libgcj/2641, PR libgcj/9854, PR libgcj/14892, PR libgcj/18083,Sven de Marothy
2005-03-23jvm.h (GCJ_40_BC_ABI_VERSION): New define.Tom Tromey
2005-03-22* stacktrace.cc: Delete unused _Jv_FindCallingClassState.Mike Stump
2005-03-22posix.h: .dylib is used on all Apple MACH platforms.Mike Stump
2005-03-22* gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output.Tom Tromey
2005-03-21VMCompiler.java (static block): Also catch BufferUnderflowException.Tom Tromey
2005-03-21gxx-include-dir.m4: In all substitutions, leave $(gcc_version) to be expanded...Zack Weinberg
2005-03-21natVMSecurityManager.cc (getClassContext): Add new arg: klass.Andrew Haley
2005-03-17boehm.cc (_Jv_MarkObj): Mark the interpreted method line_table.Andrew Haley
2005-03-17Makefile.am (gtk_c_source_files): Remove jni/classpath/jcl.c, jni/classpath/j...Thomas Fitzsimmons
2005-03-17link.cc (ensure_class_linked): Removed #ifdef.Tom Tromey
2005-03-16MainThread.java (run): Load main class using system class loader.Tom Tromey