summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* * resource/gnu/classpath/tools/native2ascii/messages.propertiesTom Tromey2008-01-244-3/+21
* shlibpath.m4: Add AIX 6 support.David Edelsohn2008-01-243-17/+22
* re PR libgcj/34369 (java.net.URI.relativize(URI) method returns incorrect res...Luciano Chavez2008-01-213-4/+16
* re PR c++/33887 (Reference to bitfield gets wrong value when optimizing)Alexandre Oliva2008-01-182-3/+11
* re PR libgcj/34444 (Class.getEnclosingClass() returns null on enclosed class)Andrew Haley2008-01-042-1/+8
* install.texi (disable-libgcj-bc): Document new option.David Daney2007-12-2210-103/+172
* Makefile.am (compile-tests): Build libjava.jvmti/interp/*.h with -jni rather ...Jakub Jelinek2007-12-173-2/+8
* configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.Andreas Tobler2007-12-0810-47/+102
* ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney2007-12-065-36/+63
* jni.exp (gcj_jni_get_cxxflags_invocation): Make the testsuite multilib aware ...Andreas Tobler2007-12-062-9/+14
* 2007-12-05 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2007-12-0534-19/+196
* configure.ac: Don't run config-ml.in directly.H.J. Lu2007-11-053-64/+24
* jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.David Daney2007-10-223-0/+15
* LocaleData.class: RegenerateDavid Daney2007-10-1826-0/+741
* tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.Maciej W. Rozycki2007-10-152-13/+17
* check_jni_methods.sh: Don't depend on diff -b ignoring a single trailing whit...Alexandre Oliva2007-10-012-5/+10
* defineclass.cc (MAJOR_1_6): New define.Tom Tromey2007-09-172-3/+11
* configure.host: Enable interpreter for mips64.David Daney2007-09-123-55/+19
* re PR libgcj/33326 (libjava - testsuite fails on intel Macintosh)Andreas Tobler2007-09-092-1/+11
* interpret-run.cc (invokevirtual_resolved): Nullcheck object on TOS.Andrew Haley2007-09-092-0/+6
* StackTrace2.jar: Rebuilt.Tom Tromey2007-09-063-2/+9
* boehm.c: Don't use bitmap as gc_descr if pointer is misaligned.Roman Zippel2007-09-065-0/+90
* configure.host (gnu*): Set use_libgcj_bc to yes.Samuel Thibault2007-09-052-1/+5
* configure.ac: Do not pass --with-native-libdir to classpath.Matthias Klose2007-09-056-9/+19
* re PR libgcj/33278 (libjava fails to compile if configure argument contains "...Matthias Klose2007-09-043-2/+8
* [multiple changes]Andrew Haley2007-09-0415-80/+285
* [multiple changes]Andrew Haley2007-09-041-0/+51
* Delete.Andrew Haley2007-09-041-0/+0
* re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley2007-09-046-1/+33
* EnumSet*.class: RegenerateMatthias Klose2007-08-314-0/+4
* EnumSet.java: Documented.Andrew John Hughes2007-08-302-2/+175
* gij.cc (version): Update Copyright year.Andreas Tobler2007-08-302-2/+6
* configure.host (gnu*): Set use_libgcj_bc to yes.Samuel Thibault2007-08-152-1/+5
* Class.java (internalGetFields): Use LinkedHashSet.Tom Tromey2007-08-153-2/+7
* natPosixProcess.cc (sigchld_handler): Remove 'si' and 'third' parameters.Samuel Thibault2007-08-152-0/+20
* libjava.exp (libjava_invoke): Log the invocation.Andrew Haley2007-08-092-0/+6
* natVMInetAddressPosix.cc (java::net::VMInetAddress::getLocalHostname): Alloca...Samuel Thibault2007-08-082-0/+21
* re PR classpath/32844 (EnumSet causes code to be miscompiled)Dalibor Topic2007-08-088-224/+244
* natFilePosix.cc (init_native): Define to 0.Alfred M. Szmidt2007-08-044-1/+17
* Import GNU Classpath (libgcj-import-20070727).Matthias Klose2007-08-04522-4868/+13386
* * HACKING: Document regenerating configure and aclocal.m4.David Daney2007-07-312-4/+15
* configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney2007-07-3123-141/+428
* HACKING: Document regenerating configure.Matthias Klose2007-07-292-0/+13
* re PR libgcj/32929 (Make FAILURE in 4.3.0 - error: `CXX' has changed since th...H.J. Lu2007-07-293-6413/+37
* configure.ac: Encode the libgcj soversion in dbexecdir...Matthias Klose2007-07-283-51/+49
* jvmti.h: Remove.Matthias Klose2007-07-282-1819/+4
* * Rebuild .class files with new ecj.Tom Tromey2007-07-271771-0/+4
* configure.ac (mips-sgi-irix6*): Override SYSTEMSPEC.Rainer Orth2007-07-233-2/+25
* re PR target/32340 ([arm] libjava build failure due to missing thread synchro...Rask Ingemann Lambertsen2007-07-162-0/+7
* File.java: Implement Comparable<File>.Tom Tromey2007-07-165-42/+30