summaryrefslogtreecommitdiff
path: root/libjava/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure, [...]: Rebuilt.Andrew Haley2007-01-252-4/+0
* re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey2007-01-222-6/+3
* aclocal.m4: Regenerate to use multi.m4.Jack Howarth2007-01-171-1/+2
* natThread.cc (finalize_native): Remove cast.Tom Tromey2007-01-171-2/+2
* ld-symbolic.m4: New.H.J. Lu2007-01-141-0/+2
* i386-signal.h: Rewrite to use rt_sigaction.Andrew Haley2007-01-122-56/+68
* 2007-01-11 Andrew Haley <aph@redhat.com>Andrew Haley2007-01-111-7/+8
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-0910-64/+239
* mips-signal.h (sys/syscall.h): Do not include.David Daney2006-11-201-40/+6
* java-stack.h (ncodeMap): Declare.Keith Seitz2006-10-281-1/+4
* java-insns.h (enum java_code): Add op_breakpoint.Keith Seitz2006-10-142-4/+14
* jvmti-int.h (JVMTI): Declare all members "extern".Keith Seitz2006-10-121-35/+35
* java-interp.h (_Jv_InterpMethod::get_insn): Declare.Keith Seitz2006-10-101-0/+7
* java-interp.h (prepared): Change type to pc_t.Keith Seitz2006-09-301-5/+1
* re PR target/26792 (need to use autoconf when using newly-added libgcc functi...Jack Howarth2006-09-272-3/+8
* jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events.Keith Seitz2006-09-222-1/+112
* jvm.h (_Jv_JVMTI_Init): Declare.Keith Seitz2006-09-011-1/+4
* * include/jvmti_md.h: New file.Keith Seitz2006-08-311-0/+32
* re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay2006-08-211-0/+4
* jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.Jakub Jelinek2006-08-171-0/+3
* java-interp.h (_Jv_InterpMethod::run_debug): New method.Kyle Galloway2006-08-151-4/+14
* Imported GNU Classpath 0.92Mark Wielaard2006-08-141-0/+1
* java-stack.h (GetAccessControlStack): Change return type.Gary Benson2006-08-101-1/+1
* java-stack.h (accesscontrol_trace_fn): Declare.Gary Benson2006-08-091-1/+2
* re PR libgcj/28491 (NetworkInterface.getNetworkInterfaces() doesn't report ip...Tom Tromey2006-08-061-0/+6
* re PR libgcj/28546 (./java/lang/Thread.h:31: error: using typedef-name '_Jv_T...Andreas Tobler2006-08-021-2/+6
* re PR libgcj/13604 (AccessController unfinished)Gary Benson2006-07-281-0/+1
* win32-threads.h (_Jv_Thread_t): Explicitly name the struct.Mohan Embar2006-07-241-1/+1
* boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz2006-07-212-28/+0
* jvm.h (_Jv_GetJVMTIEnv): Declare.Keith Seitz2006-07-201-0/+4
* mips-signal.h: Update copyright.David Daney2006-07-201-42/+22
* Makefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.Thomas Fitzsimmons2006-07-061-0/+1
* re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*...Andreas Tobler2006-07-042-2/+2
* javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.Ranjit Mathew2006-06-293-5/+46
* posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.Keith Seitz2006-06-262-6/+6
* no-gc.h (_Jv_SuspendThread): Declare.Keith Seitz2006-06-262-3/+13
* win32-threads.h (_Jv_ThreadDesc_t): New typedef.Bryce McKinlay2006-06-212-1/+18
* posix-threads.h (_Jv_ThreadDebugSuspend): Declare.Keith Seitz2006-06-192-2/+30
* configure: Regenerate.Thomas Fitzsimmons2006-06-141-6/+0
* jvm.h (_Jv_Linker::maybe_adjust_signature): New.Andrew Haley2006-06-081-1/+26