aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-28SecurityManager.java (currentClassLoader, [...]): Remerged javadoc.Gary Benson2-12/+20
2006-07-28prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start t...Gary Benson4-15/+16
2006-07-24win32-threads.h (_Jv_Thread_t): Explicitly name the struct.Mohan Embar2-1/+6
2006-07-23jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL attribute.Mohan Embar2-3/+10
2006-07-22natPlainSocketImplPosix.cc (bind): Clear SockAddr before using - needed for O...Mohan Embar2-0/+10
2006-07-21boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz7-67/+71
2006-07-21re PR libgcj/28426 (libgcj header files installed in wrong location in cross ...David Daney2-1/+12
2006-07-21* java/io/OutputStreamWriter.java (flush): Create work if null.Mark Wielaard2-1/+7
2006-07-21natThread.cc (_Jv_ThreadGetData): New function.Keith Seitz4-0/+20
2006-07-20jvmti.cc (_Jv_JVMTI_DisposeEnvironment): New function.Keith Seitz2-1/+14
2006-07-20jvm.h (_Jv_GetJVMTIEnv): Declare.Keith Seitz6-10/+215
2006-07-20* include/jvmti.h: Include copy from upstream before next merge.Keith Seitz2-0/+1819
2006-07-20* configure.host: Enable the interpreter for mipsel-* and mips-*.David Daney2-0/+7
2006-07-20mips-signal.h: Update copyright.David Daney2-42/+31
2006-07-18Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stage...Paolo Bonzini2-4/+28
2006-07-18File.java (deleteOnExit): Fix security check.Gary Benson2-1/+5
2006-07-14natFilePosix.cc (performSetLastModified): Return true on success, false other...Anthony Green2-1/+6
2006-07-14stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use _Unwind_Ba...Ranjit Mathew4-49/+77
2006-07-14File.java (internalExists): New method.Gary Benson2-4/+30
2006-07-14interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.Bryce McKinlay2-1/+4
2006-07-13interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.Bryce McKinlay2-5/+29
2006-07-12re PR libgcj/27271 (i/o error (java.util.zip.ZipException: Deflated stream en...Tom Tromey2-5/+35
2006-07-12File.java (renameTo): Fix security checks.Gary Benson2-4/+6
2006-07-12re PR java/28352 (gcj -C fails to generate line number info for method)Bryce McKinlay2-1/+9
2006-07-07Port to hosts whose 'sort' and 'tail' implementations treat operands with lea...Paul Eggert2-1/+19