aot-compile.in: Print diagnostics for malformed or invalid class files.
[gcc.git] / libjava / configure.ac
2009-04-26 Matthias Kloseaot-compile.in: Print diagnostics for malformed or...
2009-04-25 Matthias Kloseconfigure.ac: Create missing directory gnu/java/securit...
2009-04-09 Jack Howarthconfigure.host: Restore match for darwin9 or later.
2009-03-03 Andrew John HughesCleanup new JDK directory support in GCJ.
2009-02-25 Andrew John HughesSync libgcj with GNU Classpath 0.98.
2009-02-09 Mark Mitchelladdr2name.awk: Remove.
2008-12-19 Jakub Jelinekre PR libgcj/38396 (ecj1 linked against both -lgcj...
2008-12-04 Jack Howarthconfigure.ac: Add double brackets on darwin[912].
2008-12-02 Jack Howarthconfigure.ac: Expand to darwin10 and later.
2008-11-12 Jakub Jelinekre PR libgcj/33764 (gij is built as 32-bit binary when...
2008-11-04 David Edelsohnconfigure.ac: Fix typo.
2008-10-24 David Edelsohnre PR java/35485 (libjava is disabled by default)
2008-10-21 Matthias Klosere PR libgcj/37636 (java tools are unable to find resou...
2008-09-05 David Daneyinstall.texi (--enable-reduced-reflection): Document...
2008-07-02 Joshua Sumaliconfigure.ac (java-home): new AC_ARG_ENABLE.
2008-06-28 Matthias KloseImport GNU Classpath (classpath-0_97_2-release).
2008-02-20 Tom Tromeyre PR libgcj/24170 (libjava natFilePosix.cc seems to...
2007-12-22 David Daneyinstall.texi (disable-libgcj-bc): Document new option.
2007-12-08 Andreas Toblerconfigure.host: Add bits for i?86-*-darwin9 and x86_64...
2007-11-05 H.J. Luconfigure.ac: Don't run config-ml.in directly.
2007-09-06 Roman Zippelboehm.c: Don't use bitmap as gc_descr if pointer is...
2007-09-05 Matthias Kloseconfigure.ac: Do not pass --with-native-libdir to class...
2007-09-04 Matthias Klosere PR libgcj/33278 (libjava fails to compile if configu...
2007-09-04 Andrew Haley[multiple changes]
2007-07-31 David Daneyconfigure.ac (INTERPRETER): New AM_CONDITIONAL.
2007-07-28 Matthias Kloseconfigure.ac: Encode the libgcj soversion in dbexecdir...
2007-07-23 Rainer Orthconfigure.ac (mips-sgi-irix6*): Override SYSTEMSPEC.
2007-07-15 Krister WalfridssonnatGCInfo.cc: Use HAVE_STRERROR_R.
2007-05-29 H.J. Luconfigure.ac: Don't include ../config/confsubdir.m4.
2007-05-28 Paolo Bonzinire PR other/32078 (Make FAILURE in 4.3.0 - `CXXFLAGS...
2007-03-26 David Daneyconfigure.ac: Remove checks for mktime...
2007-03-23 David Daneyre PR libgcj/31228 (Race condition between setting...
2007-03-13 Thomas FitzsimmonsMakefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE.
2007-03-07 Tom Tromeyconfigure: Rebuilt.
2007-02-15 David DaneyMake-lang.in (JAVA_MANFILES): Add doc/gc-analyze.1.
2007-02-10 Mohan Embarconfigure: Rebuilt.
2007-02-02 Jakub Jelinekconfigure.ac (libjava_cv_anon_version_script): New...
2007-01-31 Tom Tromeyconfigure, [...]: Rebuilt.
2007-01-31 Tom Tromeyre PR libgcj/30606 (natVMURLConnection.cc:21: error...
2007-01-29 Tom Tromeyconfigure, [...]: Rebuilt.
2007-01-25 Andrew Haleyconfigure, [...]: Rebuilt.
2007-01-23 Tom Tromeyconfigure: Rebuilt.
2007-01-18 Tom Tromeyconfigure: Rebuilt.
2007-01-18 Gary BensonnatVMPipeEcos.cc: Renamed from gnu/java/nio/natPipeImpl...
2007-01-17 Jack Howarthaclocal.m4: Regenerate to use multi.m4.
2007-01-14 H.J. Luld-symbolic.m4: New.
2007-01-09 Tom TromeyMerged gcj-eclipse branch to trunk.
2006-12-21 Adam Megaczconfigure.ac: add $built_gcc_dir to $GCJH and $GCJ...
2006-11-03 Gary BensonInetAddress.java: Removed.
2006-09-27 Jack Howarthre PR target/26792 (need to use autoconf when using...
2006-09-21 Sandro Tolainiconfigure.ac: Don't use darwin-signal.h as signal handl...
2006-08-22 Thomas Fitzsimmonsre PR libgcj/27890 (lib/logging.properties pollutes...
2006-08-17 Jakub Jelinekjvspec.c (lang_specific_driver): Add -s-bc-abi when...
2006-08-14 Mark WielaardImported GNU Classpath 0.92
2006-08-06 Tom Tromeyre PR libgcj/28491 (NetworkInterface.getNetworkInterfac...
2006-07-06 Thomas Fitzsimmonsconfigure.ac (ac_configure_args): Add --with-native...
2006-07-05 Ranjit Mathewlibgcj.spec.in: Use THREADSTARTFILESPEC to affect the...
2006-06-14 Thomas Fitzsimmonsconfigure: Regenerate.
2006-06-10 Thomas Fitzsimmonsconfigure.ac (ac_configure_args): Add --disable-plugin.
2006-06-07 Thomas Fitzsimmonsmakemake.tcl (emit_bc_rule): Do not skip gnu-java-awt...
2006-06-06 Gary BensonnatFilePosix.cc (getCanonicalPath): Rewritten.
2006-06-01 Paolo Bonziniinstall.texi: Document that InfoZIP can replace jar.
2006-05-30 Thomas Fitzsimmonsmakemake.tcl (emit_bc_rule): Do not skip gnu-java-awt...
2006-05-25 John David Anglinconfigure.ac: Add sys/rw_lock.h to AC_CHECK_HEADERS.
2006-05-20 Andreas Toblerconfigure.ac: Add the POSIX thread libs to the HP-UX...
2006-05-01 Andreas Toblerconfigure.ac: Simplify the mmap check a bit more.
2006-04-27 Andreas Toblerconfigure.ac: Add an additional checks for dladdr and...
2006-04-22 Andreas Toblerconfigure.ac: Weaken the check for MMAP.
2006-04-12 NAKATA Mahore PR libgcj/23829 (FreeBSD 5 support for libjava)
2006-04-04 Tom TromeyMakefile.in: Rebuilt.
2006-03-09 Tom Tromeyconfigure: Rebuilt.
2006-03-09 Tom Tromeywin32.cc (_Jv_platform_nanotime): New function.
2006-03-08 David Daneygcj.texi: Document -static-libgcj option.
2006-01-23 David Daneyconfigure.host (disable_dladdr): Remove variable and...
2006-01-17 Jakub Jelinekconfigure.ac (dbexecdir): New substituted var.
2005-11-25 Bryce McKinlayia64-frame.h: Removed.
2005-09-30 Tom Tromeyre PR libgcj/24051 (libjava failed to configure)
2005-09-29 Andreas Toblerconfigure.ac: Fix typo.
2005-09-27 Tom Tromeyre PR libgcj/23367 (_Jv_FindMethodInCache is not thread...
2005-09-27 Tom Tromeyconfigure, [...]: Rebuilt.
2005-09-12 Thomas Fitzsimmonsre PR libgcj/23762 (java.library.path should default...
2005-08-30 Andrew Pinskiconfigure.ac: Replace "*-*-darwin[0-7].*" with "*-...
2005-08-24 Andreas Toblerconfigure.ac (extra_ldflags_libjava): Enable -single_mo...
2005-08-22 Tom Tromeyre PR libgcj/22622 (gnu/classpath/Configuration.java...
2005-08-19 Andrew PinskiMakefile.am (extra_ldflags_libjava): New variable to...
2005-07-20 Tom Tromeysources.am, [...]: Rebuilt.
2005-07-16 Tom TromeyMajor merge with Classpath.
2005-06-16 Kelley Cookconfigure.ac (USING_ECOS_PLATFORM): Remove and merge...
2005-06-01 Bryce McKinlayconfigure.ac (BACKTRACESPEC): Remove definition, but...
2005-05-25 Richard Hendersonre PR libgcj/21692 (unexpected java.lang.NoClassDefFoun...
2005-05-18 Kelley Cookconfigure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGEND...
2005-05-17 Paolo Bonziniconfigure.ac (--enable-libgcj-multifile): Remove.
2005-04-29 Michael Koch2005-04-29 Michael Koch <konqueror@gmx.de>
2005-04-05 Thomas Fitzsimmonsre PR libgcj/20750 (libgcj needs a --with-java-home...
2005-04-04 Steve Pribylre PR libgcj/20761 (fastjar not correctly defined when...
2005-04-02 Thomas Fitzsimmonsre PR libgcj/20090 (gij should be implemented in Java)
2005-03-28 Alexandre Olivaconfigure.ac: Revert 2005-03-25's patch.
2005-03-27 Mike Stumpconfigure.ac: Fix ZIP and GCJH at configure time to...
2005-03-21 Zack Weinberggxx-include-dir.m4: In all substitutions, leave $(gcc_v...
2005-03-10 Bryce McKinlayNew Stack Trace infrastructure.
next