aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-28configure.ac: Revert 2005-03-25's patch.Alexandre Oliva7-20/+29
2005-03-28jni.exp (gcj_jni_invocation_test_one): Add libsocket to the libraries to link...Eric Botcazou2-0/+10
2005-03-28boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field...Per Bothner2-2/+9
2005-03-27Makefile.am (classes.stamp): Add gnu/gcj/tools/gcj_dbtool/Main.java to fix a ...Andreas Tobler3-4/+10
2005-03-27configure.ac: Fix ZIP and GCJH at configure time to absolute paths like we do...Mike Stump3-4/+16
2005-03-25Missed from last commitAnthony Green1-0/+24
2005-03-25From libjava...Anthony Green4-9/+42
2005-03-24BootClassLoader.java (BootClassLoader): Don't add sax and w3c libraries.Tom Tromey8-105/+60
2005-03-24Reverted erroneous commitTom Tromey4-7257/+6227
2005-03-24Makefile.in: Rebuilt.Tom Tromey24-10557/+8359
2005-03-23PR libgcj/2641, PR libgcj/9854, PR libgcj/14892, PR libgcj/18083,Sven de Marothy4-22/+54
2005-03-23jvm.h (GCJ_40_BC_ABI_VERSION): New define.Tom Tromey2-4/+12
2005-03-22* stacktrace.cc: Delete unused _Jv_FindCallingClassState.Mike Stump2-5/+2
2005-03-22posix.h: .dylib is used on all Apple MACH platforms.Mike Stump3-2/+7
2005-03-22* gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output.Tom Tromey2-2/+6
2005-03-21VMCompiler.java (static block): Also catch BufferUnderflowException.Tom Tromey2-0/+9
2005-03-21gxx-include-dir.m4: In all substitutions, leave $(gcc_version) to be expanded...Zack Weinberg18-236/+222
2005-03-21natVMSecurityManager.cc (getClassContext): Add new arg: klass.Andrew Haley8-22/+45