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