aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-15Incorrect date in changelogKyle Galloway1-1/+1
2006-08-15Forgot to commit changelog with last patch.Kyle Galloway1-0/+17
2006-08-15java-interp.h (_Jv_InterpMethod::run_debug): New method.Kyle Galloway4-2511/+2668
2006-08-14Imported GNU Classpath 0.92Mark Wielaard1294-35823/+99369
2006-08-14Thread.java (accessControlState): New field.Gary Benson8-37/+181
2006-08-10java-stack.h (GetAccessControlStack): Change return type.Gary Benson5-55/+59
2006-08-09re PR awt/28666 (IllegalAccessError in gtk peers)Tom Tromey2-2/+9
2006-08-09stacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames.Gary Benson2-1/+7
2006-08-09System.java (setSecurityManager): Javadoc fix.Gary Benson3-7/+5
2006-08-09java-stack.h (accesscontrol_trace_fn): Declare.Gary Benson4-10/+49
2006-08-07re PR libgcj/28609 (make install broken in current trunk (svn 115947))Tom Tromey2-1/+6
2006-08-07re PR libgcj/28340 (gij ignores -Djava.security.manager)Gary Benson6-3/+95
2006-08-07SecurityManager.java (getSecurityContext, [...]): Merge with Classpath.Gary Benson2-59/+61
2006-08-07VMAccessController.java (pushContext, [...]): Use Thread.currentThread() to d...Gary Benson3-16/+12
2006-08-06re PR libgcj/28491 (NetworkInterface.getNetworkInterfaces() doesn't report ip...Tom Tromey5-16/+82
2006-08-06re PR libgcj/28576 (PlainDatagramSocketImpl::connect: not implemented yet)Tom Tromey2-32/+85
2006-08-05jvmti.cc: Include gcj/method.h.Mark Wielaard2-0/+6
2006-08-05jvmti.cc: Added MAYBE_UNUSED to 'env' parameters.Tom Tromey2-24/+40
2006-08-04VMFrame.java: Update to Classpath 0.91.Keith Seitz10-51/+419
2006-08-03jvmti.cc (REQUIRE_PHASE): New macro.Tom Tromey2-35/+574
2006-08-02re PR libgcj/28546 (./java/lang/Thread.h:31: error: using typedef-name '_Jv_T...Andreas Tobler2-2/+11
2006-08-01natSystemProperties.cc: Add additional check for getpwuid_r on _POSIX_PTHREAD...Andreas Tobler4-7/+18
2006-07-31re PR libgcj/28312 (peer libraries are installed into gcjversionedlibdir, not...Thomas Fitzsimmons13-51/+66
2006-07-28natSharedLibLoader.cc (init): Don't set curLoader to VMClassLoader::bootLoader.Andrew Haley2-1/+9
2006-07-28re PR libgcj/13604 (AccessController unfinished)Gary Benson9-209/+414