aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-15Make-lang.in (JAVA_MANFILES): Add doc/gc-analyze.1.David Daney1-0/+6
2007-02-15defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl...Kyle Galloway1-0/+33
2007-02-09sources.am: Regenerate.Keith Seitz1-0/+2
2007-02-08java-interp.h (_Jv_InterpFrame): obj_ptr field added to hold "this" pointer f...Kyle Galloway1-0/+9
2007-02-08java-interp.h (_Jv_Frame::depth): New function.Keith Seitz1-1/+11
2007-02-07jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro.Kyle Galloway1-0/+5
2007-01-31jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz1-0/+4
2007-01-31re PR libgcj/30606 (natVMURLConnection.cc:21: error: 'magic_t' does not name ...Tom Tromey1-0/+3
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway2-21/+65
2007-01-29configure, [...]: Rebuilt.Tom Tromey1-2/+0
2007-01-29jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz1-1/+9
2007-01-25jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.Keith Seitz1-1/+4
2007-01-25configure, [...]: Rebuilt.Andrew Haley2-4/+0
2007-01-22re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey2-6/+3
2007-01-17aclocal.m4: Regenerate to use multi.m4.Jack Howarth1-1/+2
2007-01-17natThread.cc (finalize_native): Remove cast.Tom Tromey1-2/+2
2007-01-14ld-symbolic.m4: New.H.J. Lu1-0/+2
2007-01-12i386-signal.h: Rewrite to use rt_sigaction.Andrew Haley2-56/+68
2007-01-112007-01-11 Andrew Haley <aph@redhat.com>Andrew Haley1-7/+8
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey10-64/+239
2006-11-20mips-signal.h (sys/syscall.h): Do not include.David Daney1-40/+6
2006-10-28java-stack.h (ncodeMap): Declare.Keith Seitz1-1/+4
2006-10-14java-insns.h (enum java_code): Add op_breakpoint.Keith Seitz2-4/+14
2006-10-12jvmti-int.h (JVMTI): Declare all members "extern".Keith Seitz1-35/+35
2006-10-10java-interp.h (_Jv_InterpMethod::get_insn): Declare.Keith Seitz1-0/+7
2006-09-30java-interp.h (prepared): Change type to pc_t.Keith Seitz1-5/+1
2006-09-27re PR target/26792 (need to use autoconf when using newly-added libgcc functi...Jack Howarth2-3/+8
2006-09-22jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events.Keith Seitz2-1/+112