summaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2006-06-27OutputStreamWriter.java (writeChars): Use a 'do' loop.Tom Tromey
2006-06-27boehm.cc (_Jv_SuspendThread, [...]): Define conditionally on GC_PTHREADS...Marco Trudel
2006-06-27re PR libgcj/28178 (jniEnv->DeleteLocalRef (null) fails)Tom Tromey
2006-06-26posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.Keith Seitz
2006-06-26no-gc.h (_Jv_SuspendThread): Declare.Keith Seitz
2006-06-22jni.exp (gcj_jni_invocation_test_one): Link against -ljvm, not -lgcj.Thomas Fitzsimmons
2006-06-22Makefile.am (libjvm_la_LDFLAGS): Do not set -rpath to toolexeclibdir.Thomas Fitzsimmons
2006-06-22natField.cc (getAddr): Allow setting of final field when it is accessible.Tom Tromey
2006-06-21win32-threads.h (_Jv_ThreadDesc_t): New typedef.Bryce McKinlay
2006-06-20natSystemProperties.cc (insertSystemProperties): Bump "java.class.version" to...Bryce McKinlay
2006-06-20Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR to "$(dbexecdir)".Thomas Fitzsimmons
2006-06-19re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley
2006-06-19posix-threads.h (_Jv_ThreadDebugSuspend): Declare.Keith Seitz
2006-06-16class.c (make_class_data): When using flag_indirect_classes, don't initialize...Andrew Haley
2006-06-15Makefile.am: Do not recurse into tools directory.Thomas Fitzsimmons
2006-06-14re PR java/28024 (libjava build failure on Solaris 2.8 (sun4u))Tom Tromey
2006-06-14Makefile.am (gappletviewer_CFLAGS): Add -I$(top_srcdir)/include.Thomas Fitzsimmons
2006-06-14configure: Regenerate.Thomas Fitzsimmons
2006-06-14configure.host (hppa*-*): Set 'enable_hash_synchronization_default' to no.John David Anglin
2006-06-12re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley
2006-06-12re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley
2006-06-10configure.ac (ac_configure_args): Add --disable-plugin.Thomas Fitzsimmons
2006-06-09re PR libgcj/27730 (Thread.getId() needs implemented)Tom Tromey
2006-06-09* java/lang/Class.java (getClassLoaderInternal): Now native.Tom Tromey
2006-06-092006-06-09 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons
2006-06-09re PR classpath/23863 (mprec buffer overwrite bug)Tom Tromey
2006-06-09String.java, [...]: Merge from GNU Classpath HEAD.Thomas Fitzsimmons
2006-06-09gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname.Tom Tromey
2006-06-09jar.in: Replace hardcoded /bin/sh with @SHELL@.Andreas Tobler
2006-06-08jvm.h (_Jv_Linker::maybe_adjust_signature): New.Andrew Haley
2006-06-07makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-qt.lo.Thomas Fitzsimmons
2006-06-06gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho...David Daney
2006-06-06natFilePosix.cc (getCanonicalPath): Rewritten.Gary Benson
2006-06-05re PR libgcj/27860 (build failure on m68k: error: 'ffi_closure' does not name...Andreas Schwab
2006-06-05re PR libgcj/27892 (gij.cc:104: error: 'setenv' was not declared in this scope)Tom Tromey
2006-06-05re PR bootstrap/27818 (libjava installs libltdl sources in $prefix/share/libt...Tom Tromey
2006-06-03jar.in: Ensure return with argument has non-empty argument.Paolo Bonzini
2006-06-01install.texi: Document that InfoZIP can replace jar.Paolo Bonzini
2006-06-01MainThread (run): Revert exception chaining change.Bryce McKinlay
2006-06-01prims.cc (_Jv_RunMain): Use JvNewStringUTF for command-line class name, not L...Bryce McKinlay
2006-05-31VMClassLoader.java (initialize): Set default library control to LIB_NEVER.Thomas Fitzsimmons
2006-05-31stacktrace.cc (_Jv_StackTrace::UpdateNCodeMap): Don't add interpreted classes.Alan Modra
2006-05-30ChangeLog: Fix latest entry.Thomas Fitzsimmons
2006-05-30makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-gtk.lo.Thomas Fitzsimmons
2006-05-29natThread.cc (countStackFrames): Do not throw UnsupportedOperationException.Thomas Fitzsimmons
2006-05-26Correction. Checking in gcj/Makefile.in.Carlos O'Donell
2006-05-25configure.ac: Add sys/rw_lock.h to AC_CHECK_HEADERS.John David Anglin
2006-05-24re PR libgcj/27024 (Implement URLConnection.getFileNameMap)Tom Tromey
2006-05-24Makefile.am: Add install-html target.Carlos O'Donell
2006-05-24stacktrace.java: New file.Andreas Tobler