aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2006-09-22jvmti.cc (_Jv_JVMTI_GetErrorName): Now static.Marco Trudel2-1/+5
2006-09-22re PR classpath/28661 (HTTP Header differs b/w java and classpath)David Daney2-0/+14
2006-09-22[multiple changes]Sven de Marothy5-511/+406
2006-09-22jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events.Keith Seitz7-3/+1429
2006-09-21configure.ac: Don't use darwin-signal.h as signal handler for Darwin/i386.Sandro Tolaini3-1/+13
2006-09-21jvmti.cc (_Jv_JVMTI_CreateRawMonitor): Use _Jv_MallocUnchked and return JVMTI...Keith Seitz2-5/+28
2006-09-20jvmti.cc (_Jv_JVMTI_GetErrorName): New function.Keith Seitz5-1/+359
2006-09-20ChangeLog: Fix latest entry.Gary Benson1-7/+7
2006-09-20InetAddress.java: Mostly merged with Classpath.Gary Benson8-303/+474
2006-09-20InetAddress.java: Updated to latest.Gary Benson6-250/+649
2006-09-19* testsuite/libjava.jvmti/jvmti.exp: New file.Keith Seitz2-0/+126
2006-09-19jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Clarify parameter list.Keith Seitz2-12/+27
2006-09-19[multiple changes]Tom Tromey2-22/+101
2006-09-19tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to GCC_ENABLE.Tom Tromey2-4/+7
2006-09-18configure.host: Handle kfreebsd.Petr Salinger2-1/+9
2006-09-18SSLSocket.java (isBound, [...]): Removed old comment.Tom Tromey2-122/+117
2006-09-18configure: Rebuilt.Petr Salinger3-2/+7
2006-09-18removed old conflict markerTom Tromey1-1/+0
2006-09-14re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris)Tom Tromey2-2/+9
2006-09-14* posix-threads.cc: Include "posix.h".Andreas Schwab2-0/+6
2006-09-14posix.cc (_Jv_platform_nanotime): Return nanoseconds, not microseconds; use g...Geoffrey Keating6-16/+81
2006-09-12re PR java/29013 (gcj generates a MetalLookAndFeel class that fails cacao's v...Tom Tromey3-0/+15
2006-09-12* testsuite/libjava.jacks/jacks.exp (load_gcc_lib): Removed.Tom Tromey2-5/+5
2006-09-12Fix some whitespace issues in the changelog.Andrew Pinski1-42/+42
2006-09-11re PR classpath/28580 (HTTP HEAD fails on chuncked encoding)David Daney2-3/+20
2006-09-07Makefile.am (AM_CXXFLAGS): Remove duplicate define.Matthias Klose3-4/+7
2006-09-06Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase ins...Keith Seitz3-15/+19
2006-09-052006-09-05 Gary Benson <gbenson@redhat.com>Gary Benson2-14/+21
2006-09-01jni.exp (gcj_jni_invocation_test_one): Pass -lgcj to linker for C++ files on ...Geoffrey Keating2-1/+7
2006-09-01jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Encapsulate in do..while loop.Keith Seitz2-12/+44
2006-09-01jvm.h (_Jv_JVMTI_Init): Declare.Keith Seitz4-4/+95
2006-09-01InetAddress.java (getLocalHost): Refactor to avoid security check if getLocal...Gary Benson2-24/+18
2006-09-01InetAddress.java (getByAddress): Create Inet4Address objects when passed IPv4...Gary Benson2-25/+23
2006-09-01InetAddress.java (getByName, [...]): Only perform security check when DNS loo...Gary Benson2-10/+17
2006-08-31jvmti.cc (_Jv_JVMTI_RawMonitorWait): Add millis parameter.Keith Seitz2-2/+6
2006-08-31jvmti.h: Update from Classpath to get latest fixes and improvements.Keith Seitz2-11/+20
2006-08-31* include/jvmti_md.h: New file.Keith Seitz2-0/+36
2006-08-31re PR libgcj/28698 ([gcj] libgcj-bc only used when building shared libs, not ...Tom Tromey2-0/+22
2006-08-292006-08-29 Gary Benson <gbenson@redhat.com>Gary Benson3-6/+56
2006-08-24prims.cc (remoteDebug): New global.Keith Seitz2-2/+57
2006-08-24NetworkInterface.java (getInetAddresses): Bracket IPv6 addresses.Gary Benson2-1/+9
2006-08-23* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz3-0/+21
2006-08-22re PR libgcj/27890 (lib/logging.properties pollutes common namespace)Thomas Fitzsimmons48-182/+274
2006-08-21re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay4-1/+37
2006-08-19backtrace.h (fallback_backtrace): Add "0x55 0x8B 0xEC" as another sequence th...Ranjit Mathew2-4/+12
2006-08-18check_jni_methods.sh: Don't use the "set -C" command which isn't available in...Roger Sayle2-2/+5
2006-08-18NodeWriter.java (writeParents): Removed debugging prints.Tom Tromey3-5/+8
2006-08-17Makefile.am (install-exec-hook): Support $(DESTDIR).H.J. Lu3-12/+17
2006-08-17* libtool-version: Updated.Tom Tromey2-1/+5
2006-08-17jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.Jakub Jelinek11-39/+289