aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
AgeCommit message (Expand)AuthorFilesLines
2002-03-27* include/posix-threads.h [alpha] (_Jv_ThreadSelf): Avoid a copy.Richard Henderson1-2/+2
2002-03-27dwarf2-signal.h (MAKE_THROW_FRAME): Add for IA-64.Andrew Haley1-0/+55
2002-03-27libgcj.spec.in: Add CHECKREFSPEC.Anthony Green1-0/+1
2002-03-26* include/dwarf2-signal.h: Temporarily back out last change.Hans Boehm1-30/+2
2002-03-26* include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha.Loren J. Rittle1-0/+5
2002-03-26configure.in, configure: enable dwarf2-exception-style exception handling on ...Andrew Haley1-2/+30
2002-03-26Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS.Tom Tromey1-5/+7
2002-03-23reverted erroneous checkinTom Tromey1-6/+5
2002-03-23name-finder.h (_Jv_name_finder::myclose): New method.Tom Tromey2-11/+27
2002-03-192002-03-19 Martin Kahlert <martin.kahlert@infineon.com>Martin Kahlert1-1/+1
2002-03-18jni.h (JNIIMPORT): New macro.Tom Tromey1-0/+6
2002-03-18i386-signal.h (old_i386_kernel_sigaction): New.Andrew Haley1-26/+41
2002-03-18natSystem.cc (init_properties): Update VM version properties.Bryce McKinlay1-0/+7
2002-03-15Install libgcj-config.h in a better place.Anthony Green1-4/+5
2002-03-11posix.h: Add multiple include header protection.Bryce McKinlay1-0/+5
2002-03-10Win32Process.java: Added comment.Tom Tromey2-4/+13
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay1-9/+3
2002-03-08* include/jni.h: Include stdio.h.Tom Tromey1-0/+3
2002-03-08win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong.Adam Megacz2-2/+10
2002-03-06config.h.in: Rebuilt.Tom Tromey1-3/+0
2002-03-06unicode-decomp.pl: Move from chartables.pl...Eric Blake2-83182/+1278
2002-02-27natSystem.cc (init_properties): Use __VERSION__.Tom Tromey2-7/+3
2002-02-23Makefile.in, [...]: Rebuilt.Alexandre Oliva1-2/+4
2002-02-14jni.h: Fix typo.Martin Kahlert1-2/+2
2002-02-12win32.h: Added _Jv_platform_gettimeofday.Adam Megacz1-0/+1
2002-02-07name-finder.h: Conditionally include sys/wait.h.Tom Tromey2-1/+6
2002-02-07prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.Tom Tromey2-3/+4
2002-02-07For some reason AC_HEADER_SYS_WAIT() isn't defining HAVE_SYS_WAIT_H on Linux...Adam Megacz1-2/+0
2002-02-07configure.in: Changed mingw) to *mingw*).Adam Megacz1-0/+22
2002-02-07name-finder.h: don't #include sys/wait.h unless HAVE_SYS_WAIT_HAdam Megacz1-0/+3
2002-02-07embedded updatesAnthony Green1-4/+9
2002-02-02win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to enable safer wait...Adam Megacz1-51/+31
2002-01-16Start of AWT merge with Classpath:Tom Tromey1-0/+3
2002-01-06configure, [...]: Rebuilt.Andreas Tobler1-0/+10
2001-12-19jvm.h (_Jv_BuildGCDescr): Declare unconditionally.Bryce McKinlay1-2/+0
2001-12-16For PR libgcj/5103:Tom Tromey3-15/+113
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay1-0/+6
2001-12-14prims.cc: Some old cleanups.Hans Boehm1-9/+11
2001-11-26Fix for PR libgcj/2024, plus other class name cleanups:Tom Tromey2-6/+8
2001-11-25verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for...Tom Tromey1-2/+2
2001-11-05Class.h (Class): Made _Jv_BytecodeVerifier a friend.Tom Tromey1-1/+7
2001-10-27jni.h (struct JNINativeInterface): Returns jsize, not jint.Tom Tromey1-1/+1
2001-10-25boehm-gc.h: Call thread local allocation functions if THREAD_LOCAL_ALLOC is d...Hans Boehm1-2/+18
2001-10-23prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ...Bryce McKinlay1-0/+3
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay1-0/+9
2001-10-15natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro...Hans Boehm1-0/+2
2001-10-10natFinalizerThread.cc: New file.Tom Tromey1-0/+3
2001-10-02javaprims.h: Rebuilt class list.Tom Tromey1-0/+7
2001-09-29SharedLibLoader.java: New class.Per Bothner1-0/+2
2001-09-21jvm.h (_Jv_VTable): Handle function descriptors for ia64...Richard Henderson1-7/+41