Age | Commit message (Expand) | Author | Files | Lines |
2006-05-26 | Correction. Checking in gcj/Makefile.in. | Carlos O'Donell | 1 | -11/+8 |
2006-05-25 | configure.ac: Add sys/rw_lock.h to AC_CHECK_HEADERS. | John David Anglin | 5 | -3/+21 |
2006-05-24 | re PR libgcj/27024 (Implement URLConnection.getFileNameMap) | Tom Tromey | 5 | -1188/+11 |
2006-05-24 | Makefile.am: Add install-html target. | Carlos O'Donell | 6 | -345/+174 |
2006-05-24 | stacktrace.java: New file. | Andreas Tobler | 3 | -1/+79 |
2006-05-24 | sources.am, [...]: Rebuilt. | Tom Tromey | 4 | -59/+176 |
2006-05-24 | re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet... | Tom Tromey | 8 | -160/+1060 |
2006-05-24 | re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() an... | Tom Tromey | 3 | -2/+192 |
2006-05-22 | * HACKING: Update GNU Classpath import instructions. | Mark Wielaard | 2 | -11/+37 |
2006-05-21 | natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_... | Andreas Tobler | 1 | -0/+7 |
2006-05-21 | natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_... | Andreas Tobler | 1 | -5/+6 |
2006-05-20 | configure.ac: Add the POSIX thread libs to the HP-UX PA configuration. | Andreas Tobler | 8 | -3/+202 |
2006-05-19 | ChangeLog: Correct incorrect GNU Classpath version in the entry for the lates... | Ranjit Mathew | 1 | -1/+6 |
2006-05-19 | config-int.h: Delete, it is a generated file. | Andreas Tobler | 1 | -9/+0 |
2006-05-19 | config-int.h: Delete, it is a generated file. | Andreas Tobler | 1 | -0/+4 |
2006-05-18 | source.am, [...]: Rebuilt. | Tom Tromey | 5 | -39/+87 |
2006-05-18 | special.exp (gcj_special_pr21115): Renamed. | Tom Tromey | 2 | -3/+78 |
2006-05-18 | Imported GNU Classpath 0.90 | Mark Wielaard | 1640 | -104442/+126119 |
2006-05-17 | re PR libgcj/27352 (SecurityManager.checkPermission() called unnecessarily) | Bryce McKinlay | 2 | -7/+26 |
2006-05-15 | Fix typo in the last commit. Sorry. | Andreas Tobler | 1 | -1/+1 |
2006-05-15 | stacktrace.cc (StackTrace::FillInFrameInfo): Use UNWRAP_FUNCTION_DESCRIPTOR t... | Andreas Tobler | 2 | -3/+10 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 6 | -98/+41 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 4 | -926/+7 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 5 | -581/+18 |
2006-05-13 | java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration. | Tom Tromey | 2 | -1/+5 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 14 | -2925/+102 |
2006-05-11 | NameFinder.java (lookup): If exec'ing addr2line fails, don't try again. | Bryce McKinlay | 2 | -3/+12 |
2006-05-11 | NameFinder.java (blacklist): New static field. | Bryce McKinlay | 2 | -1/+20 |
2006-05-11 | re PR java/20418 (ICE if variable name is omitted in an initialiser and a qua... | David Daney | 3 | -0/+13 |
2006-05-11 | natSharedLibLoader.cc (init): Remove debugging line. | Andrew Haley | 2 | -1/+5 |
2006-05-10 | natClassLoader.cc: Add comments. | Andrew Haley | 2 | -0/+28 |
2006-05-10 | prims.cc (_Jv_soleIndirectCompiledEngine): New. | Andrew Haley | 7 | -21/+119 |
2006-05-06 | jni.exp (gcj_jni_compile_c_to_so): Add check for HP-UX and add appropriate ex... | Andreas Tobler | 3 | -8/+24 |
2006-05-05 | re PR libgcj/27294 (gij throws NullPointerException, when the interpreter is ... | Tom Tromey | 2 | -1/+22 |
2006-05-04 | [multiple changes] | Andrew Haley | 5 | -3/+42 |
2006-05-04 | re PR libgcj/26861 (VirtualMachineError in interperter.) | Tom Tromey | 3 | -23/+19 |
2006-05-04 | Class.h (JV_STATE_LOADING): Added comment. | Tom Tromey | 6 | -16/+67 |
2006-05-04 | re PR libgcj/26858 (NullPointerException not generated for large classes...) | Andrew Haley | 2 | -2/+5 |
2006-05-02 | libjava.exp (test_libjava): Test bytecode->native -findirect-dispatch compila... | Bryce McKinlay | 2 | -0/+11 |
2006-05-01 | configure.ac: Simplify the mmap check a bit more. | Andreas Tobler | 4 | -107/+10 |
2006-05-01 | boehm.cc (_Jv_InitGC): Check both HAVE_DLFCN_H and HAVE_DLADDR before calling... | Roger Sayle | 2 | -3/+11 |
2006-04-29 | link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_... | Bryce McKinlay | 5 | -47/+40 |
2006-04-28 | configure.ac: Add an additional checks for dladdr and dlopen on dld. | Andreas Tobler | 3 | -5/+176 |
2006-04-25 | natSharedLibLoader.cc: Include gc.h later. | Tom Tromey | 2 | -6/+17 |
2006-04-25 | natClassLoader.cc: Don't include link.h or dladdr.h. | Andrew Haley | 3 | -8/+8 |
2006-04-24 | * java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>. | Tom Tromey | 2 | -5/+16 |
2006-04-24 | lang.c (java_init): Handle flag_indirect_classes. | Andrew Haley | 10 | -41/+279 |
2006-04-23 | configure.ac: Weaken the check for MMAP. | Andreas Tobler | 4 | -385/+51 |
2006-04-21 | re PR libgcj/27170 (Deadlock in garbage collector) | Bryce McKinlay | 2 | -0/+11 |
2006-04-20 | re PR libgcj/21941 (NPE in Socket.connect()) | Tom Tromey | 3 | -4/+21 |