Age | Commit message (Expand) | Author | Files | Lines |
2002-03-01 | Add pointer support to the reflection code. | Anthony Green | 1 | -29/+36 |
2002-02-27 | natSystem.cc (init_properties): Use __VERSION__. | Tom Tromey | 1 | -2/+2 |
2002-02-27 | natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'. | Tom Tromey | 1 | -3/+3 |
2002-02-24 | Win32Process.java: Created a dummy class to allow build process to run to com... | Adam Megacz | 1 | -0/+63 |
2002-02-24 | natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result. | Jeff Sturm | 1 | -1/+42 |
2002-02-22 | natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm... | Tom Tromey | 1 | -2/+2 |
2002-02-15 | Makefile.in: Rebuilt with Eric's change below. | Bryce McKinlay | 1 | -122/+1 |
2002-02-15 | javaprims.h (java::lang): Add java::lang::StrictMath. | Eric Blake | 2 | -82/+2440 |
2002-02-07 | natThrowable.cc: Updated copyright. | Tom Tromey | 1 | -1/+1 |
2002-02-07 | prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize. | Tom Tromey | 1 | -1/+1 |
2002-02-07 | embedded updates | Anthony Green | 1 | -1/+5 |
2002-02-06 | configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES. | Bryce McKinlay | 1 | -1/+1 |
2002-02-02 | natPosixProcess.cc (myclose): New function. | Tom Tromey | 1 | -14/+27 |
2002-02-02 | configure.in: Added support for mingw. | Adam Megacz | 2 | -0/+0 |
2002-01-25 | natObject.cc (X86 compare_and_swap): Use +m constraint. | Bryce McKinlay | 1 | -2/+3 |
2002-01-23 | natField.cc (setAddr): New function. | Per Bothner | 1 | -9/+19 |
2002-01-22 | Add license clarification. | Mark Wielaard | 77 | -385/+1232 |
2002-01-16 | [multiple changes] | Tom Tromey | 2 | -14/+18 |
2002-01-11 | natSystem.cc (init_properties): Only look for default locale if LC_MESSAGES i... | Tom Tromey | 1 | -3/+4 |
2002-01-08 | For PR libgcj/5031: | Tom Tromey | 1 | -1/+6 |
2002-01-08 | natMethod.cc: Don't include alloca.h. | Andreas Tobler | 1 | -9/+5 |
2002-01-06 | configure, [...]: Rebuilt. | Andreas Tobler | 1 | -22/+17 |
2002-01-04 | Thread.java (stop): No longer synchronized. | Tom Tromey | 1 | -3/+3 |
2002-01-02 | ieeefp.h: Fix bug in my hand-application of previous patch. | Tom Tromey | 1 | -1/+1 |
2002-01-02 | 2002-1-1 Andrew Pinski <pinskia@physics.uc.edu> | Andrew Pinski | 1 | -5/+2 |
2002-01-01 | ieeefp.h: Define __IEEE_BIG_ENDIAN for Darwin. | Andreas Tobler | 1 | -0/+4 |
2001-12-21 | re PR java/5165 (Loading class fields with a ConstantValue attribute) | Tom Tromey | 1 | -5/+3 |
2001-12-21 | re PR libgcj/2428 (Classloader is not set) | Tom Tromey | 2 | -4/+29 |
2001-12-16 | For PR java/5088: | Tom Tromey | 2 | -21/+19 |
2001-12-15 | java-tree.h (otable_methods, [...]): New field/global tree definitions. | Bryce McKinlay | 3 | -2/+221 |
2001-12-14 | prims.cc: Some old cleanups. | Hans Boehm | 1 | -2/+5 |
2001-12-11 | String.java (String): New constructor. | Tom Tromey | 1 | -0/+10 |
2001-12-11 | re PR libgcj/5064 (java/lang/natClassLoader.cc doesn't compile on systems wit... | Tom Tromey | 1 | -3/+6 |
2001-12-09 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -2/+1 |
2001-12-07 | ClassLoader.java (defineClass): Rethrow any LinkageError. | Tom Tromey | 1 | -1/+1 |
2001-12-07 | ThreadGroup.java (uncaughtException): Print message to System.err. | Tom Tromey | 1 | -3/+4 |
2001-11-26 | Fix for PR libgcj/2024, plus other class name cleanups: | Tom Tromey | 2 | -3/+9 |
2001-11-16 | Re-merge with Classpath, from Brian Jones: | Tom Tromey | 1 | -1/+4 |
2001-11-15 | natString.cc: correct argument order for _Jv_AllocPtrFreeObj | Hans Boehm | 1 | -1/+1 |
2001-11-14 | Constructor.java (toString): Use more efficient form of Modifier.toString(). | Tom Tromey | 1 | -1/+1 |
2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey | 2 | -99/+162 |
2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey | 3 | -74/+174 |
2001-11-05 | Class.h (Class): Made _Jv_BytecodeVerifier a friend. | Tom Tromey | 1 | -0/+2 |
2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers | 4 | -4/+4 |
2001-10-26 | Oops! | Bryce McKinlay | 1 | -1/+1 |
2001-10-26 | VMClassLoader.java (getPrimitiveClass): Now native. | Bryce McKinlay | 10 | -36/+21 |
2001-10-25 | natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf. | Bryce McKinlay | 1 | -3/+2 |
2001-10-24 | * java/lang/reflect/Field.java: Made many methods private. | Tom Tromey | 1 | -10/+10 |
2001-10-24 | Field.java (Field): New constructor. | Tom Tromey | 2 | -0/+7 |
2001-10-23 | prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ... | Bryce McKinlay | 1 | -1/+12 |