| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINTAINERS (mt port): Remove. | Joseph Myers | 2008-06-07 | 2 | -1/+5 |
* | Makefile.am (mostlyclean-local): Use libtool --mode=clean. | Ralf Wildenhues | 2008-06-02 | 3 | -3/+8 |
* | re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java) | Andrew Haley | 2008-05-28 | 6 | -36/+52 |
* | re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java) | Andrew Haley | 2008-05-23 | 7 | -2/+39 |
* | re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java) | Andrew Haley | 2008-05-22 | 4 | -12/+22 |
* | re PR libgcj/36252 (OutOfMemoryError on simple text conversion.) | David Daney | 2008-05-21 | 5 | -2/+53 |
* | re PR libgcj/35979 (JNI method NewStringUTF throws NPE when passed a NULL poi... | Tom Tromey | 2008-04-19 | 2 | -1/+9 |
* | re PR other/35457 (Error building GCC trunk on CELL SPU) | Paolo Bonzini | 2008-04-18 | 9 | -116/+176 |
* | gen-classlist.sh.in: Avoid grepping each omission... | Ralf Wildenhues | 2008-04-17 | 4 | -20/+88 |
* | gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name. | Ralf Wildenhues | 2008-04-17 | 38 | -86/+213 |
* | re PR libgcj/35950 (jar produces files ecj won't handle) | Tom Tromey | 2008-04-17 | 3 | -4/+21 |
* | libgcj_bc.c: (_Jv_LookupInterfaceMethod... | Andrew Haley | 2008-04-16 | 2 | -1/+10 |
* | libgcj_bc.c: Sort lines. | Andrew Haley | 2008-04-16 | 2 | -21/+25 |
* | re PR bootstrap/35216 (Out of memory building java) | Peter O'Gorman | 2008-04-02 | 4 | -35/+217 |
* | configure.ac: m4_include config/proginstall.m4. | Ralf Wildenhues | 2008-03-16 | 8 | -52/+115 |
* | Makefile.am (write_entries_to_file_split): New variable. | Ralf Wildenhues | 2008-03-16 | 3 | -8/+30 |
* | natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints. | Tom Tromey | 2008-03-13 | 8 | -44/+123 |
* | Don't leak upon failed realloc. | Jim Meyering | 2008-03-10 | 4 | -1/+18 |
* | cp-hacking.texinfo: Fix spacing after periods. | Ralf Wildenhues | 2008-03-09 | 4 | -34/+38 |
* | cp-hacking.texinfo: Fix some typos. | Ralf Wildenhues | 2008-03-09 | 4 | -17/+23 |
* | HACKING: Fix grep patterns. | Ralf Wildenhues | 2008-03-06 | 2 | -5/+9 |
* | makemake.tcl (properties_map): Don't exclude gnu/java/locale. | David Daney | 2008-03-04 | 438 | -23383/+1039 |
* | libjava.exp (libjava_arguments): Use regexp instead of string match when chec... | Andrew Haley | 2008-03-04 | 2 | -1/+6 |
* | Main.class, [...]: Regenerate. | Matthias Klose | 2008-03-03 | 6 | -0/+8 |
* | re PR driver/35420 (--version copyright date vs. 2008) | Jakub Jelinek | 2008-03-02 | 6 | -8/+20 |
* | * HACKING: Correct typo in find command. | David Daney | 2008-02-28 | 2 | -1/+5 |
* | natPlainSocketImplPosix.cc (bind): Remove check for null host. | David Daney | 2008-02-27 | 2 | -6/+6 |
* | re PR libgcj/24170 (libjava natFilePosix.cc seems to have a security problem) | Tom Tromey | 2008-02-20 | 5 | -13/+11 |
* | Makefile.am ($(TOOLS_ZIP)): Revert part of previous change, Do copy resource ... | Matthias Klose | 2008-02-20 | 3 | -10/+16 |
* | cp-tools.texinfo (@direntry): Prefix info name with cp-. | Jakub Jelinek | 2008-02-18 | 4 | -3/+9 |
* | re PR libgcj/33085 (liblt_prog_compiler_pic_GCJ='-DDLL_EXPORT' is wrong) | Ralf Wildenhues | 2008-02-16 | 2 | -2/+7 |
* | re PR testsuite/35208 (Please apply the patch in comment #19 of PR35035) | Andreas Tobler | 2008-02-15 | 2 | -1/+8 |
* | re PR libgcj/30071 (make install fails for libjava) | Andreas Tobler | 2008-02-06 | 3 | -2/+10 |
* | Makefile.am ($(TOOLS_ZIP)): Copy over rmic template files. | Matthias Klose | 2008-02-06 | 3 | -10/+31 |
* | SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment. | Bernhard Fischer | 2008-01-28 | 4 | -2/+8 |
* | Native2ASCII$3.class: Added. | Tom Tromey | 2008-01-28 | 2 | -0/+5 |
* | * doc/README.jaxp: Fix typos. | Ralf Wildenhues | 2008-01-27 | 2 | -2/+6 |
* | * resource/gnu/classpath/tools/native2ascii/messages.properties | Tom Tromey | 2008-01-24 | 4 | -3/+21 |
* | shlibpath.m4: Add AIX 6 support. | David Edelsohn | 2008-01-24 | 3 | -17/+22 |
* | re PR libgcj/34369 (java.net.URI.relativize(URI) method returns incorrect res... | Luciano Chavez | 2008-01-21 | 3 | -4/+16 |
* | re PR c++/33887 (Reference to bitfield gets wrong value when optimizing) | Alexandre Oliva | 2008-01-18 | 2 | -3/+11 |
* | re PR libgcj/34444 (Class.getEnclosingClass() returns null on enclosed class) | Andrew Haley | 2008-01-04 | 2 | -1/+8 |
* | install.texi (disable-libgcj-bc): Document new option. | David Daney | 2007-12-22 | 10 | -103/+172 |
* | Makefile.am (compile-tests): Build libjava.jvmti/interp/*.h with -jni rather ... | Jakub Jelinek | 2007-12-17 | 3 | -2/+8 |
* | configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9. | Andreas Tobler | 2007-12-08 | 10 | -47/+102 |
* | ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined. | David Daney | 2007-12-06 | 5 | -36/+63 |
* | jni.exp (gcj_jni_get_cxxflags_invocation): Make the testsuite multilib aware ... | Andreas Tobler | 2007-12-06 | 2 | -9/+14 |
* | 2007-12-05 Thomas Fitzsimmons <fitzsim@redhat.com> | Thomas Fitzsimmons | 2007-12-05 | 34 | -19/+196 |
* | configure.ac: Don't run config-ml.in directly. | H.J. Lu | 2007-11-05 | 3 | -64/+24 |
* | jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function. | David Daney | 2007-10-22 | 3 | -0/+15 |