summaryrefslogtreecommitdiff
path: root/libjava/include
AgeCommit message (Expand)Author
2008-08-22re PR libgcj/8995 (race cases in interpreter)Andrew Haley
2008-07-02configure.ac (java-home): new AC_ARG_ENABLE.Joshua Sumali
2008-06-17Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues
2008-03-16configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues
2008-03-13natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints.Tom Tromey
2008-02-20re PR libgcj/24170 (libjava natFilePosix.cc seems to have a security problem)Tom Tromey
2007-12-22install.texi (disable-libgcj-bc): Document new option.David Daney
2007-12-08configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.Andreas Tobler
2007-12-06ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney
2007-10-22jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.David Daney
2007-09-04[multiple changes]Andrew Haley
2007-08-04Import GNU Classpath (libgcj-import-20070727).Matthias Klose
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney
2007-07-15natGCInfo.cc: Use HAVE_STRERROR_R.Krister Walfridsson
2007-06-28re PR libgcj/30999 (support for GCC4.0's fvisibility option in JNIEXPORT macro)Jan Nijtmans
2007-06-15java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-...Keith Seitz
2007-05-24java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey
2007-05-17java-stack.h (_Jv_FrameInfo): Remove union definition.David Daney
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz
2007-05-12re PR libgcj/29324 (add wait handling hook)David Daney
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz
2007-05-01interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction.Keith Seitz
2007-04-23no-gc.h (_Jv_IsThreadSuspended): Declare.Keith Seitz
2007-04-23java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC.Kyle Galloway
2007-03-26configure.ac: Remove checks for mktime...David Daney
2007-03-23re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
2007-03-01Makefile.am: Add dummy install-pdf target.Brooks Moses
2007-02-22* include/win32-threads.h: Added #undef OUT.Mohan Embar
2007-02-16interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway
2007-02-15Make-lang.in (JAVA_MANFILES): Add doc/gc-analyze.1.David Daney
2007-02-15defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl...Kyle Galloway
2007-02-09sources.am: Regenerate.Keith Seitz
2007-02-08java-interp.h (_Jv_InterpFrame): obj_ptr field added to hold "this" pointer f...Kyle Galloway
2007-02-08java-interp.h (_Jv_Frame::depth): New function.Keith Seitz
2007-02-07jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro.Kyle Galloway
2007-01-31jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz
2007-01-31re PR libgcj/30606 (natVMURLConnection.cc:21: error: 'magic_t' does not name ...Tom Tromey
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway
2007-01-29configure, [...]: Rebuilt.Tom Tromey
2007-01-29jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz
2007-01-25jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.Keith Seitz
2007-01-25configure, [...]: Rebuilt.Andrew Haley
2007-01-22re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey
2007-01-17aclocal.m4: Regenerate to use multi.m4.Jack Howarth
2007-01-17natThread.cc (finalize_native): Remove cast.Tom Tromey
2007-01-14ld-symbolic.m4: New.H.J. Lu
2007-01-12i386-signal.h: Rewrite to use rt_sigaction.Andrew Haley