summaryrefslogtreecommitdiff
path: root/libjava/include
Commit message (Expand)AuthorAgeFilesLines
* re PR libgcj/33764 (gij is built as 32-bit binary when building multilib gcc)Jakub Jelinek2008-11-121-0/+2
* re PR java/35485 (libjava is disabled by default)David Edelsohn2008-10-231-0/+50
* re PR libgcj/37636 (java tools are unable to find resource files)Matthias Klose2008-10-211-0/+3
* configure: Regenerate for new libtool.Peter O'Gorman2008-09-261-3/+15
* re PR libgcj/8995 (race cases in interpreter)Andrew Haley2008-09-231-2/+84
* install.texi (--enable-reduced-reflection): Document new option.David Daney2008-09-051-0/+2
* re PR libgcj/8995 (race cases in interpreter)Andrew Haley2008-08-221-0/+24
* configure.ac (java-home): new AC_ARG_ENABLE.Joshua Sumali2008-07-021-0/+27
* Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues2008-06-171-1/+1
* configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues2008-03-161-0/+1
* natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints.Tom Tromey2008-03-131-1/+5
* re PR libgcj/24170 (libjava natFilePosix.cc seems to have a security problem)Tom Tromey2008-02-201-3/+0
* install.texi (disable-libgcj-bc): Document new option.David Daney2007-12-221-0/+2
* configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.Andreas Tobler2007-12-081-8/+6
* ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney2007-12-061-12/+20
* jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.David Daney2007-10-221-0/+4
* [multiple changes]Andrew Haley2007-09-041-5/+10
* Import GNU Classpath (libgcj-import-20070727).Matthias Klose2007-08-041-1/+1
* configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney2007-07-314-14/+29
* natGCInfo.cc: Use HAVE_STRERROR_R.Krister Walfridsson2007-07-151-2/+2
* re PR libgcj/30999 (support for GCC4.0's fvisibility option in JNIEXPORT macro)Jan Nijtmans2007-06-281-10/+13
* java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-...Keith Seitz2007-06-151-6/+16
* java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz2007-05-241-2/+2
* ltmain.sh: Update from ToT Libtool.Steve Ellcey2007-05-241-4/+11
* java-stack.h (_Jv_FrameInfo): Remove union definition.David Daney2007-05-171-6/+1
* java-interp.h (breakpoint_at): Declare.Keith Seitz2007-05-161-0/+3
* re PR libgcj/29324 (add wait handling hook)David Daney2007-05-121-0/+8
* jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz2007-05-041-0/+2
* interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction.Keith Seitz2007-05-011-1/+1
* no-gc.h (_Jv_IsThreadSuspended): Declare.Keith Seitz2007-04-232-2/+6
* java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC.Kyle Galloway2007-04-231-2/+20
* configure.ac: Remove checks for mktime...David Daney2007-03-262-52/+1
* re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney2007-03-232-9/+6
* java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz2007-03-131-0/+1
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-073-8/+52
* Makefile.am: Add dummy install-pdf target.Brooks Moses2007-03-011-9/+6
* * include/win32-threads.h: Added #undef OUT.Mohan Embar2007-02-221-0/+1
* interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway2007-02-162-6/+14
* Make-lang.in (JAVA_MANFILES): Add doc/gc-analyze.1.David Daney2007-02-151-0/+6
* defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl...Kyle Galloway2007-02-151-0/+33
* sources.am: Regenerate.Keith Seitz2007-02-091-0/+2
* java-interp.h (_Jv_InterpFrame): obj_ptr field added to hold "this" pointer f...Kyle Galloway2007-02-081-0/+9
* java-interp.h (_Jv_Frame::depth): New function.Keith Seitz2007-02-081-1/+11
* jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro.Kyle Galloway2007-02-071-0/+5
* jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz2007-01-311-0/+4
* re PR libgcj/30606 (natVMURLConnection.cc:21: error: 'magic_t' does not name ...Tom Tromey2007-01-311-0/+3
* java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway2007-01-292-21/+65
* configure, [...]: Rebuilt.Tom Tromey2007-01-291-2/+0
* jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz2007-01-291-1/+9
* jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.Keith Seitz2007-01-251-1/+4