aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
AgeCommit message (Expand)AuthorFilesLines
2010-02-02re PR java/41991 (gcj segfaults on i686-apple-darwin9 and x86_64-apple-darwin9)Jack Howarth1-0/+5
2009-12-09pa-signal.h: Do not include ucontext.h.John David Anglin2-66/+35
2009-12-09re PR java/41991 (gcj segfaults on i686-apple-darwin9 and x86_64-apple-darwin9)Bryce McKinlay1-1/+0
2009-12-08configure.host (sparc*-sun-solaris2.*): New case.Eric Botcazou2-85/+10
2009-12-05Sync from git Libtool and regenerate.Ralf Wildenhues1-1/+0
2009-11-17posix-threads.cc (park): Rewrite code to handle time.Andrew Haley1-7/+0
2009-09-30configure.host (libgcj_sublib_ltflags): New variable.Dave Korn1-0/+1
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues2-157/+161
2009-08-17Makefile.am (libgcj_bc_la_LIBADD): Delete.Andrew Haley1-0/+1
2009-08-17Makefile.in, [...]: Regenerate.Andrew Haley1-0/+1
2009-04-28interpret.cc (DEBUG): Rename this ...Dave Korn2-6/+6
2009-03-03Cleanup new JDK directory support in GCJ.Andrew John Hughes1-1/+0
2008-11-12re PR libgcj/33764 (gij is built as 32-bit binary when building multilib gcc)Jakub Jelinek1-0/+2
2008-10-23re PR java/35485 (libjava is disabled by default)David Edelsohn1-0/+50
2008-10-21re PR libgcj/37636 (java tools are unable to find resource files)Matthias Klose1-0/+3
2008-09-26configure: Regenerate for new libtool.Peter O'Gorman1-3/+15
2008-09-23re PR libgcj/8995 (race cases in interpreter)Andrew Haley1-2/+84
2008-09-05install.texi (--enable-reduced-reflection): Document new option.David Daney1-0/+2
2008-08-22re PR libgcj/8995 (race cases in interpreter)Andrew Haley1-0/+24
2008-07-02configure.ac (java-home): new AC_ARG_ENABLE.Joshua Sumali1-0/+27
2008-06-17Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues1-1/+1
2008-03-16configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues1-0/+1
2008-03-13natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints.Tom Tromey1-1/+5
2008-02-20re PR libgcj/24170 (libjava natFilePosix.cc seems to have a security problem)Tom Tromey1-3/+0
2007-12-22install.texi (disable-libgcj-bc): Document new option.David Daney1-0/+2
2007-12-08configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.Andreas Tobler1-8/+6
2007-12-06ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney1-12/+20
2007-10-22jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.David Daney1-0/+4
2007-09-04[multiple changes]Andrew Haley1-5/+10
2007-08-04Import GNU Classpath (libgcj-import-20070727).Matthias Klose1-1/+1
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney4-14/+29
2007-07-15natGCInfo.cc: Use HAVE_STRERROR_R.Krister Walfridsson1-2/+2
2007-06-28re PR libgcj/30999 (support for GCC4.0's fvisibility option in JNIEXPORT macro)Jan Nijtmans1-10/+13
2007-06-15java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-...Keith Seitz1-6/+16
2007-05-24java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz1-2/+2
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey1-4/+11
2007-05-17java-stack.h (_Jv_FrameInfo): Remove union definition.David Daney1-6/+1
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz1-0/+3
2007-05-12re PR libgcj/29324 (add wait handling hook)David Daney1-0/+8
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz1-0/+2
2007-05-01interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction.Keith Seitz1-1/+1
2007-04-23no-gc.h (_Jv_IsThreadSuspended): Declare.Keith Seitz2-2/+6
2007-04-23java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC.Kyle Galloway1-2/+20
2007-03-26configure.ac: Remove checks for mktime...David Daney2-52/+1
2007-03-23re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney2-9/+6
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz1-0/+1
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva3-8/+52
2007-03-01Makefile.am: Add dummy install-pdf target.Brooks Moses1-9/+6
2007-02-22* include/win32-threads.h: Added #undef OUT.Mohan Embar1-0/+1
2007-02-16interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway2-6/+14