aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2006-07-24win32-threads.h (_Jv_Thread_t): Explicitly name the struct.Mohan Embar2-1/+6
2006-07-23jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL attribute.Mohan Embar2-3/+10
2006-07-22natPlainSocketImplPosix.cc (bind): Clear SockAddr before using - needed for O...Mohan Embar2-0/+10
2006-07-21boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz7-67/+71
2006-07-21re PR libgcj/28426 (libgcj header files installed in wrong location in cross ...David Daney2-1/+12
2006-07-21* java/io/OutputStreamWriter.java (flush): Create work if null.Mark Wielaard2-1/+7
2006-07-21natThread.cc (_Jv_ThreadGetData): New function.Keith Seitz4-0/+20
2006-07-20jvmti.cc (_Jv_JVMTI_DisposeEnvironment): New function.Keith Seitz2-1/+14
2006-07-20jvm.h (_Jv_GetJVMTIEnv): Declare.Keith Seitz6-10/+215
2006-07-20* include/jvmti.h: Include copy from upstream before next merge.Keith Seitz2-0/+1819
2006-07-20* configure.host: Enable the interpreter for mipsel-* and mips-*.David Daney2-0/+7
2006-07-20mips-signal.h: Update copyright.David Daney2-42/+31
2006-07-18Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stage...Paolo Bonzini2-4/+28
2006-07-18File.java (deleteOnExit): Fix security check.Gary Benson2-1/+5
2006-07-14natFilePosix.cc (performSetLastModified): Return true on success, false other...Anthony Green2-1/+6
2006-07-14stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use _Unwind_Ba...Ranjit Mathew4-49/+77
2006-07-14File.java (internalExists): New method.Gary Benson2-4/+30
2006-07-14interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.Bryce McKinlay2-1/+4
2006-07-13interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.Bryce McKinlay2-5/+29
2006-07-12re PR libgcj/27271 (i/o error (java.util.zip.ZipException: Deflated stream en...Tom Tromey2-5/+35
2006-07-12File.java (renameTo): Fix security checks.Gary Benson2-4/+6
2006-07-12re PR java/28352 (gcj -C fails to generate line number info for method)Bryce McKinlay2-1/+9
2006-07-07Port to hosts whose 'sort' and 'tail' implementations treat operands with lea...Paul Eggert2-1/+19
2006-07-07StackTrace2.java: Renamed from StackTrace.java.Bryce McKinlay3-10/+18
2006-07-07Fix conflict with stacktrace.java.Geoffrey Keating1-0/+0
2006-07-07Fix conflict with stacktrace.out.Geoffrey Keating1-0/+0
2006-07-07backtrace.h (fallback_backtrace): Scan for a function's prologue to determine...Ranjit Mathew2-22/+42
2006-07-07Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.Gary Benson3-2/+7
2006-07-07stacktrace.cc (ClassForFrame): Remove commented-out code.Bryce McKinlay4-9/+100
2006-07-06Makefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.Thomas Fitzsimmons6-2/+15
2006-07-06boehm.cc (_Jv_MarkObj): Mark the next_or_version field.Bryce McKinlay2-0/+9
2006-07-06configure.ac (ac_configure_args): Add --with-native-libdir.Thomas Fitzsimmons9-147/+132
2006-07-05libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.Ranjit Mathew5-21/+54
2006-07-04libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir.Andreas Tobler2-8/+10
2006-07-04re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*...Andreas Tobler5-4/+10
2006-07-04ltconfig: chmod 644 before ranlib during install.Peter O'Gorman2-1/+5
2006-07-04libjava.exp (libjava_init): Look for libgcj-$version.jar instead of libgcj-*....Andreas Tobler2-1/+14
2006-07-04re PR libgcj/28244 (missing dependency causes build failure)Thomas Fitzsimmons3-0/+9
2006-06-30Makefile.am: Comment out tools wrapper creation.Thomas Fitzsimmons7-407/+318
2006-06-29javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.Ranjit Mathew9-58/+209
2006-06-27OutputStreamWriter.java (writeChars): Use a 'do' loop.Tom Tromey8-23/+85
2006-06-27boehm.cc (_Jv_SuspendThread, [...]): Define conditionally on GC_PTHREADS...Marco Trudel2-0/+11
2006-06-27re PR libgcj/28178 (jniEnv->DeleteLocalRef (null) fails)Tom Tromey5-0/+45
2006-06-26posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.Keith Seitz5-12/+20
2006-06-26no-gc.h (_Jv_SuspendThread): Declare.Keith Seitz5-4/+46
2006-06-22jni.exp (gcj_jni_invocation_test_one): Link against -ljvm, not -lgcj.Thomas Fitzsimmons2-2/+7
2006-06-22Makefile.am (libjvm_la_LDFLAGS): Do not set -rpath to toolexeclibdir.Thomas Fitzsimmons3-2/+8
2006-06-22natField.cc (getAddr): Allow setting of final field when it is accessible.Tom Tromey2-0/+9
2006-06-21win32-threads.h (_Jv_ThreadDesc_t): New typedef.Bryce McKinlay3-1/+25
2006-06-20natSystemProperties.cc (insertSystemProperties): Bump "java.class.version" to...Bryce McKinlay2-2/+6