summaryrefslogtreecommitdiff
path: root/libjava/include
AgeCommit message (Expand)Author
2002-02-02win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to enable safer wait...Adam Megacz
2002-01-16Start of AWT merge with Classpath:Tom Tromey
2002-01-06configure, [...]: Rebuilt.Andreas Tobler
2001-12-19jvm.h (_Jv_BuildGCDescr): Declare unconditionally.Bryce McKinlay
2001-12-16For PR libgcj/5103:Tom Tromey
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay
2001-12-14prims.cc: Some old cleanups.Hans Boehm
2001-11-26Fix for PR libgcj/2024, plus other class name cleanups:Tom Tromey
2001-11-25verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for...Tom Tromey
2001-11-05Class.h (Class): Made _Jv_BytecodeVerifier a friend.Tom Tromey
2001-10-27jni.h (struct JNINativeInterface): Returns jsize, not jint.Tom Tromey
2001-10-25boehm-gc.h: Call thread local allocation functions if THREAD_LOCAL_ALLOC is d...Hans Boehm
2001-10-23prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ...Bryce McKinlay
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay
2001-10-15natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro...Hans Boehm
2001-10-10natFinalizerThread.cc: New file.Tom Tromey
2001-10-02javaprims.h: Rebuilt class list.Tom Tromey
2001-09-29SharedLibLoader.java: New class.Per Bothner
2001-09-21jvm.h (_Jv_VTable): Handle function descriptors for ia64...Richard Henderson
2001-09-10jvm.h (_Jv_AllocRawObj): New prototype.Bryce McKinlay
2001-09-06jvm.h: Declare _Jv_RegisterResource.Anthony Green
2001-08-26Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay
2001-08-01re PR libgcj/3694 (natPlainDatagramSocketImpl.cc doesn't compile in ALPHA OSF1)Rainer Orth
2001-07-23configure.host: Enable hash synchronization for alpha*-*.Jeff Sturm
2001-07-18For PR java/2812:Tom Tromey
2001-07-17i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Removed unused local `_ebp.'Alexandre Petit-Bianco
2001-07-06i386-signal.h: Don't do anything with unsigned divide overflow except throw a...Andrew Haley
2001-07-03re PR bootstrap/3281 (Installation failure (mkinstalldirs))Tom Tromey
2001-06-21java-interp.h (_Jv_InterpClass): Use JV_MARKOBJ_DECL.Tom Tromey
2001-06-08For PR bootstrap/3075:Tom Tromey
2001-06-02Remove libgcjdata hack. Fix jv-scan usage in dejagnu.Anthony Green
2001-06-02USE_LIBFFI changeAnthony Green
2001-06-02Check for sigaction.Anthony Green
2001-05-29* include/jvm.h (_Jv_ThrowNoMemory): Mark as noreturn.Tom Tromey
2001-05-29i386-signal.h (MAKE_THROW_FRAME): Don't fix up frame pointer...Andrew Haley
2001-05-24[multiple changes]Tom Tromey
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner
2001-05-21dwarf2-signal.h: New file.Andrew Haley
2001-05-18posix-threads.h (_Jv_CondInit): `0' used in place of `NULL.'Alexandre Petit-Bianco
2001-05-18[multiple changes]Bryce McKinlay
2001-05-13except.c (choose_personality_routine): Export.Zack Weinberg
2001-04-27jni.h (struct JNINativeInterface): Fixed types in Get/Set*ArrayRegion declara...Tom Tromey
2001-04-04Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.Andreas Jaeger
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey
2001-03-21configure: Rebuilt.Tom Tromey
2001-02-23Change to sometimes include class name in ClassFormatError message.Per Bothner
2001-02-15i386-signal.h (INIT_SEGV): Use a direct system call to set the handler.Andrew Haley
2001-01-302001-01-26 Andrew Haley <aph@redhat.com>Andrew Haley
2001-01-12natSystem.cc: Include locale.h if it exists.Tom Tromey