Age | Commit message (Expand) | Author | Files | Lines |
2016-09-30 | Makefile.def: Remove libjava. | Andrew Haley | 37 | -5720/+0 |
2016-07-13 | Fix return type handling for Proxy classes | Matthew Fortune | 1 | -5/+5 |
2012-12-19 | Import GNU Classpath (20121202). | Matthias Klose | 1 | -3/+3 |
2012-02-01 | re PR libgcj/51500 (106 unexpected libjava testsuite failures with mingw32) | Kai Tietz | 2 | -2/+11 |
2011-04-08 | configure.ac (libgcj_ld_export_all): Set for windows native targets to export... | Kai Tietz | 3 | -6/+6 |
2008-09-23 | re PR libgcj/8995 (race cases in interpreter) | Andrew Haley | 1 | -1/+2 |
2007-08-04 | Import GNU Classpath (libgcj-import-20070727). | Matthias Klose | 1 | -1/+1 |
2007-07-31 | configure.ac (INTERPRETER): New AM_CONDITIONAL. | David Daney | 1 | -0/+12 |
2007-07-13 | [multiple changes] | Andrew Haley | 3 | -7/+15 |
2007-04-18 | natVMProxy.cc (ncode_closure): Add method_index. | Andrew Haley | 1 | -2/+0 |
2007-04-18 | natVMProxy.cc (ncode_closure): Add method_index. | Andrew Haley | 1 | -12/+39 |
2007-04-16 | BootClassLoader.java (getBootURLLoader): New method. | Andrew Haley | 1 | -5/+23 |
2007-04-02 | natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method. | Andrew Haley | 2 | -7/+16 |
2007-03-07 | ffi.h.in (ffi_closure_alloc, [...]): New. | Alexandre Oliva | 1 | -11/+16 |
2007-03-05 | natVMProxy.cc (ncode_closure.meth): Delete. | Andrew Haley | 3 | -13/+42 |
2007-02-01 | LogManager.java (loggers): Genericized. | Tom Tromey | 3 | -11/+11 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 34 | -42/+1502 |
2006-06-22 | natField.cc (getAddr): Allow setting of final field when it is accessible. | Tom Tromey | 1 | -0/+4 |
2006-05-24 | re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet... | Tom Tromey | 7 | -160/+1019 |
2006-05-18 | Imported GNU Classpath 0.90 | Mark Wielaard | 3 | -2/+53 |
2005-09-23 | Imported Classpath 0.18. | Tom Tromey | 2 | -38/+143 |
2005-09-06 | re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments) | Tom Tromey | 1 | -1/+1 |
2005-07-16 | Major merge with Classpath. | Tom Tromey | 7 | -2364/+0 |
2005-06-30 | Update FSF address | Kelley Cook | 9 | -18/+18 |
2005-04-05 | jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException. | Tom Tromey | 1 | -29/+14 |
2005-03-10 | New Stack Trace infrastructure. | Bryce McKinlay | 4 | -54/+10 |
2005-02-22 | Proxy.java, [...]: Don't catch java.lang.ThreadDeath. | Jeroen Frijters | 1 | -1/+1 |
2005-02-22 | [multiple changes] | Bryce McKinlay | 2 | -68/+84 |
2005-02-17 | Class.h (_Jv_GetMethodString): Updated declaration. | Tom Tromey | 1 | -2/+2 |
2005-02-17 | GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... | Michael Koch | 8 | -25/+25 |
2004-12-17 | re PR libgcj/15001 ([3.4 only] Using JNI with interpreter and interface metho... | Andrew Haley | 1 | -1/+22 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 2 | -8/+5 |
2004-10-18 | [multiple changes] | Michael Koch | 3 | -17/+18 |
2004-09-25 | Proxy.java (getPackage, [...]): Fixed handling of default package. | Jeroen Frijters | 1 | -21/+11 |
2004-09-21 | natMethod.cc (_Jv_CallAnyMethodA): Indentation fix. | Tom Tromey | 1 | -1/+2 |
2004-08-11 | javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an... | Per Bothner | 1 | -2/+2 |
2004-04-20 | Byte.java, [...]: Fixed javadocs, coding style and argument names all over. | Michael Koch | 2 | -47/+49 |
2004-04-20 | class.c (make_class_data): Add new field aux_info. | Bryce McKinlay | 1 | -1/+1 |
2004-04-14 | [multiple changes] | Bryce McKinlay | 1 | -7/+15 |
2004-02-26 | re PR libgcj/14296 (3.4 regression: Method.Invoke) | Andrew Haley | 1 | -1/+10 |
2004-01-07 | Array.java: Merged documentation with classpath. | Michael Koch | 1 | -34/+414 |
2003-10-30 | natMethod.cc (_Jv_CallAnyMethodA): Don't use vtable dispatch for final methods. | Bryce McKinlay | 1 | -2/+4 |
2003-10-26 | AccessibleObject.java (secureSetAccessible): Don't check for AccessibleObject. | Bryce McKinlay | 1 | -33/+12 |
2003-10-26 | Constructor.java (toString): Avoid extra whitespace on constructor with no mo... | Bryce McKinlay | 3 | -34/+53 |
2003-10-25 | Method.java (toString): Avoid extra whitespace on method with no modifiers. | Bryce McKinlay | 1 | -2/+6 |
2003-10-25 | re PR libgcj/11780 (Method.invoke() is slow) | Bryce McKinlay | 2 | -36/+49 |
2003-09-25 | 2003-09-25 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -12/+3 |
2003-09-25 | Proxy.java (generate): Uncomment protection domain code. | Tom Tromey | 1 | -9/+2 |
2003-08-26 | re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws j... | Tom Tromey | 1 | -1/+1 |
2003-08-26 | Proxy.java (ProxyData): `pack' now a String. | Tom Tromey | 1 | -6/+21 |