aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2009-07-30extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ...Ralf Wildenhues2-1/+5
2009-07-28natGCInfo.cc (nomem_handler): Use oomDumpName as dump file name base.David Daney2-1/+6
2009-07-28Fix for PR40616: missing java.io.PrintStream constructors.Andrew John Hughes5-0/+84
2009-07-24natVMSecureRandomWin32.cc: New Win32 specific implementation.Kai Tietz2-0/+37
2009-07-23aotcompile.py.in: Use hashlib instead of md5 if available.Matthias Klose2-2/+10
2009-07-17re PR other/40784 (Revision 149725 caused autoconf warning in libstdc++)Joseph Myers2-2/+7
2009-07-17tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when cross-compiling.Joseph Myers2-0/+91
2009-07-11re PR testsuite/40699 (All sparcv9 libjava execution tests fail on Solaris 11...Richard Sandiford2-10/+43
2009-07-01HTML_401F.java (defineElements): Split this huge method into...Jakub Jelinek4-0/+78
2009-06-30gcc-defs.exp (gcc-set-multilib-library-path): Delete.Richard Sandiford2-36/+18
2009-06-29re PR java/40590 (namespace namespace broken in CNI)Andrew Haley146-418/+560
2009-06-22libtool-version: Bump soversion.Matthias Klose2-1/+5
2009-06-16Regenerate classfiles in rev 148530 with correct ecj versionMatthias Klose28-0/+0
2009-06-16Main.java (getGjdocVersion): Use gnu.classpath.Configuration.CLASSPATH_VERSIO...Matthias Klose33-24/+12
2009-05-12re PR target/37137 (unrecognized command line option "-minterlink-mips16")Alexandre Oliva3-39/+68
2009-04-28* testsuite/libjava.jvmti/jvmti-interp.expDave Korn4-0/+19
2009-04-28re PR libgcj/39899 (gjdoc in 4.4.0 fails to build the libgcj documentation)Andrew Haley3-5/+32
2009-04-28interpret.cc (DEBUG): Rename this ...Dave Korn10-24/+38
2009-04-28* java/lang/natVMClassLoader.ccDave Korn2-1/+6
2009-04-26aot-compile.in: Print diagnostics for malformed or invalid class files.Matthias Klose5-6/+129
2009-04-25configure.ac: Create missing directory gnu/java/security/jce/prng.Matthias Klose3-0/+9
2009-04-23Makefile.am (install-data-local): Fix symlinks to header files.Matthias Klose3-4/+9
2009-04-22natVMVirtualMachine.cc (handle_single_step): Use casted pointer in debugging ...Dave Korn2-2/+8
2009-04-09configure.host: Restore match for darwin9 or later.Jack Howarth4-4/+10
2009-03-16configure.ac: Detect xulrunner-1.9.Matthias Klose3-6/+112
2009-03-12[multiple changes]Andrew Haley3-1/+21
2009-03-03Cleanup new JDK directory support in GCJ.Andrew John Hughes8-36/+37
2009-03-01backport: Support GNU/kOpenSolaris.Ralf Wildenhues4-16/+24
2009-02-25Add missing class file.Andrew John Hughes1-0/+0
2009-02-25Sync libgcj with GNU Classpath 0.98.Andrew John Hughes66-249/+612
2009-02-16gcjwebplugin.cc: Cope with the changed header file format.Andrew Haley2-0/+29
2009-02-10Makefile.am (AM_MAKEFLAGS): Pass down datadir.Mark Mitchell3-0/+7
2009-02-09addr2name.awk: Remove.Mark Mitchell6-54/+34
2009-02-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek6-8/+21
2009-01-27re PR libgcj/38872 (libgcj.so dropped _Jv_CreateJavaVM and _Jv_GetStringChars...Jakub Jelinek3-5/+10
2009-01-12natUnsafe.cc (spinlock contructor): Call sched_yield().Andrew Haley2-2/+6
2009-01-12Rotated ChangeLogs.Andrew Haley2-29/+29
2009-01-12Rotate ChangeLogs.Andrew Haley1-0/+0
2009-01-11Makefile.am (ecjx_LDADD): Add $(extra_ldflags).Matthias Klose3-2/+8
2009-01-06Merge GNU Classpath libgcj-snapshot-20090102.Andrew John Hughes32-4669/+5129
2008-12-21Index...Andrew Pinski2-1/+12
2008-12-19re PR libgcj/38396 (ecj1 linked against both -lgcj and -lgcj_bc)Jakub Jelinek6-9/+34
2008-12-18Backport from upstream Libtool:Ralf Wildenhues4-208/+282
2008-12-11re PR libgcj/38006 (Incorrect proplist on inherit.png)H.J. Lu1-2/+8
2008-12-04configure.ac: Add double brackets on darwin[912].Jack Howarth3-2/+7
2008-12-02configure.ac: Expand to darwin10 and later.Jack Howarth4-3/+9
2008-11-12re PR target/27880 (undefined reference to `_Unwind_GetIPInfo')Steve Ellcey2-106/+55
2008-11-12re PR libgcj/33764 (gij is built as 32-bit binary when building multilib gcc)Jakub Jelinek46-129/+356
2008-11-102008-11-10 Andrew Haley <aph@redhat.com>Andrew Haley2-1/+6
2008-11-05FreetypeGlyphVector.java (getKerning): Return result in a float[], not a Poin...Andrew Haley5-13/+22