summaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2006-08-05jvmti.cc: Added MAYBE_UNUSED to 'env' parameters.Tom Tromey
2006-08-04VMFrame.java: Update to Classpath 0.91.Keith Seitz
2006-08-03jvmti.cc (REQUIRE_PHASE): New macro.Tom Tromey
2006-08-02re PR libgcj/28546 (./java/lang/Thread.h:31: error: using typedef-name '_Jv_T...Andreas Tobler
2006-08-01natSystemProperties.cc: Add additional check for getpwuid_r on _POSIX_PTHREAD...Andreas Tobler
2006-07-31re PR libgcj/28312 (peer libraries are installed into gcjversionedlibdir, not...Thomas Fitzsimmons
2006-07-28natSharedLibLoader.cc (init): Don't set curLoader to VMClassLoader::bootLoader.Andrew Haley
2006-07-28re PR libgcj/13604 (AccessController unfinished)Gary Benson
2006-07-28SecurityManager.java (currentClassLoader, [...]): Remerged javadoc.Gary Benson
2006-07-28prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start t...Gary Benson
2006-07-24win32-threads.h (_Jv_Thread_t): Explicitly name the struct.Mohan Embar
2006-07-23jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL attribute.Mohan Embar
2006-07-22natPlainSocketImplPosix.cc (bind): Clear SockAddr before using - needed for O...Mohan Embar
2006-07-21boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz
2006-07-21re PR libgcj/28426 (libgcj header files installed in wrong location in cross ...David Daney
2006-07-21* java/io/OutputStreamWriter.java (flush): Create work if null.Mark Wielaard
2006-07-21natThread.cc (_Jv_ThreadGetData): New function.Keith Seitz
2006-07-20jvmti.cc (_Jv_JVMTI_DisposeEnvironment): New function.Keith Seitz
2006-07-20jvm.h (_Jv_GetJVMTIEnv): Declare.Keith Seitz
2006-07-20* include/jvmti.h: Include copy from upstream before next merge.Keith Seitz
2006-07-20* configure.host: Enable the interpreter for mipsel-* and mips-*.David Daney
2006-07-20mips-signal.h: Update copyright.David Daney
2006-07-18Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stage...Paolo Bonzini
2006-07-18File.java (deleteOnExit): Fix security check.Gary Benson
2006-07-14natFilePosix.cc (performSetLastModified): Return true on success, false other...Anthony Green
2006-07-14stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use _Unwind_Ba...Ranjit Mathew
2006-07-14File.java (internalExists): New method.Gary Benson
2006-07-14interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.Bryce McKinlay
2006-07-13interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.Bryce McKinlay
2006-07-12re PR libgcj/27271 (i/o error (java.util.zip.ZipException: Deflated stream en...Tom Tromey
2006-07-12File.java (renameTo): Fix security checks.Gary Benson
2006-07-12re PR java/28352 (gcj -C fails to generate line number info for method)Bryce McKinlay
2006-07-07Port to hosts whose 'sort' and 'tail' implementations treat operands with lea...Paul Eggert
2006-07-07StackTrace2.java: Renamed from StackTrace.java.Bryce McKinlay
2006-07-07Fix conflict with stacktrace.java.Geoffrey Keating
2006-07-07Fix conflict with stacktrace.out.Geoffrey Keating
2006-07-07backtrace.h (fallback_backtrace): Scan for a function's prologue to determine...Ranjit Mathew
2006-07-07Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.Gary Benson
2006-07-07stacktrace.cc (ClassForFrame): Remove commented-out code.Bryce McKinlay
2006-07-06Makefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.Thomas Fitzsimmons
2006-07-06boehm.cc (_Jv_MarkObj): Mark the next_or_version field.Bryce McKinlay
2006-07-06configure.ac (ac_configure_args): Add --with-native-libdir.Thomas Fitzsimmons
2006-07-05libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.Ranjit Mathew
2006-07-04libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir.Andreas Tobler
2006-07-04re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*...Andreas Tobler
2006-07-04ltconfig: chmod 644 before ranlib during install.Peter O'Gorman
2006-07-04libjava.exp (libjava_init): Look for libgcj-$version.jar instead of libgcj-*....Andreas Tobler
2006-07-04re PR libgcj/28244 (missing dependency causes build failure)Thomas Fitzsimmons
2006-06-30Makefile.am: Comment out tools wrapper creation.Thomas Fitzsimmons
2006-06-29javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.Ranjit Mathew