summaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2006-09-18removed old conflict markerTom Tromey
2006-09-14re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris)Tom Tromey
2006-09-14* posix-threads.cc: Include "posix.h".Andreas Schwab
2006-09-14posix.cc (_Jv_platform_nanotime): Return nanoseconds, not microseconds; use g...Geoffrey Keating
2006-09-12re PR java/29013 (gcj generates a MetalLookAndFeel class that fails cacao's v...Tom Tromey
2006-09-12* testsuite/libjava.jacks/jacks.exp (load_gcc_lib): Removed.Tom Tromey
2006-09-12Fix some whitespace issues in the changelog.Andrew Pinski
2006-09-11re PR classpath/28580 (HTTP HEAD fails on chuncked encoding)David Daney
2006-09-07Makefile.am (AM_CXXFLAGS): Remove duplicate define.Matthias Klose
2006-09-06Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase ins...Keith Seitz
2006-09-052006-09-05 Gary Benson <gbenson@redhat.com>Gary Benson
2006-09-01jni.exp (gcj_jni_invocation_test_one): Pass -lgcj to linker for C++ files on ...Geoffrey Keating
2006-09-01jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Encapsulate in do..while loop.Keith Seitz
2006-09-01jvm.h (_Jv_JVMTI_Init): Declare.Keith Seitz
2006-09-01InetAddress.java (getLocalHost): Refactor to avoid security check if getLocal...Gary Benson
2006-09-01InetAddress.java (getByAddress): Create Inet4Address objects when passed IPv4...Gary Benson
2006-09-01InetAddress.java (getByName, [...]): Only perform security check when DNS loo...Gary Benson
2006-08-31jvmti.cc (_Jv_JVMTI_RawMonitorWait): Add millis parameter.Keith Seitz
2006-08-31jvmti.h: Update from Classpath to get latest fixes and improvements.Keith Seitz
2006-08-31* include/jvmti_md.h: New file.Keith Seitz
2006-08-31re PR libgcj/28698 ([gcj] libgcj-bc only used when building shared libs, not ...Tom Tromey
2006-08-292006-08-29 Gary Benson <gbenson@redhat.com>Gary Benson
2006-08-24prims.cc (remoteDebug): New global.Keith Seitz
2006-08-24NetworkInterface.java (getInetAddresses): Bracket IPv6 addresses.Gary Benson
2006-08-23* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz
2006-08-22re PR libgcj/27890 (lib/logging.properties pollutes common namespace)Thomas Fitzsimmons
2006-08-21re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay
2006-08-19backtrace.h (fallback_backtrace): Add "0x55 0x8B 0xEC" as another sequence th...Ranjit Mathew
2006-08-18check_jni_methods.sh: Don't use the "set -C" command which isn't available in...Roger Sayle
2006-08-18NodeWriter.java (writeParents): Removed debugging prints.Tom Tromey
2006-08-17Makefile.am (install-exec-hook): Support $(DESTDIR).H.J. Lu
2006-08-17* libtool-version: Updated.Tom Tromey
2006-08-17jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.Jakub Jelinek
2006-08-15Incorrect date in changelogKyle Galloway
2006-08-15Forgot to commit changelog with last patch.Kyle Galloway
2006-08-15java-interp.h (_Jv_InterpMethod::run_debug): New method.Kyle Galloway
2006-08-14Imported GNU Classpath 0.92Mark Wielaard
2006-08-14Thread.java (accessControlState): New field.Gary Benson
2006-08-10java-stack.h (GetAccessControlStack): Change return type.Gary Benson
2006-08-09re PR awt/28666 (IllegalAccessError in gtk peers)Tom Tromey
2006-08-09stacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames.Gary Benson
2006-08-09System.java (setSecurityManager): Javadoc fix.Gary Benson
2006-08-09java-stack.h (accesscontrol_trace_fn): Declare.Gary Benson
2006-08-07re PR libgcj/28609 (make install broken in current trunk (svn 115947))Tom Tromey
2006-08-07re PR libgcj/28340 (gij ignores -Djava.security.manager)Gary Benson
2006-08-07SecurityManager.java (getSecurityContext, [...]): Merge with Classpath.Gary Benson
2006-08-07VMAccessController.java (pushContext, [...]): Use Thread.currentThread() to d...Gary Benson
2006-08-06re PR libgcj/28491 (NetworkInterface.getNetworkInterfaces() doesn't report ip...Tom Tromey
2006-08-06re PR libgcj/28576 (PlainDatagramSocketImpl::connect: not implemented yet)Tom Tromey
2006-08-05jvmti.cc: Include gcj/method.h.Mark Wielaard