aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/natPosixProcess.cc
AgeCommit message (Expand)AuthorFilesLines
2004-09-14natPosixProcess.cc (waitForSignal): Ignore return value of sigsuspend.Richard Henderson1-11/+8
2004-08-18natPosixProcess.cc (waitForSignal): Use sigsuspend instead of sigwait.David Daney1-7/+9
2004-08-12re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())David Daney1-64/+156
2004-03-01* java/lang/natPosixProcess.cc (startProcess): Fix thinko.Per Bothner1-1/+1
2004-02-29natPosixProcess.cc (startProcess): Implement standard streams using FileChann...Per Bothner1-3/+6
2004-02-04natPosixProcess.cc (startProcess): Handle case where PATH or LD_LIBRARY_PATH ...Tom Tromey1-3/+3
2003-11-14jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe...Tom Tromey1-2/+2
2002-08-14natPosixProcess.cc (cleanup): Added `path' argument.Jesse Rosenstock1-6/+12
2002-08-14Fix for PR libgcj/7570 and PR libgcj/7578:Jesse Rosenstock1-2/+17
2002-03-06natPosixProcess.cc (fail): Removed.Tom Tromey1-126/+153
2002-02-27natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'.Tom Tromey1-3/+3
2002-02-02natPosixProcess.cc (myclose): New function.Tom Tromey1-14/+27
2001-09-24PosixProcess.java (exitValue): Implement here.Bryce McKinlay1-27/+12
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-2/+2
2000-09-06Fix for PR java.lang/339:Tom Tromey1-33/+116
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-12-17* java/lang/natPosixProcess.cc (startProcess): Don't use sprintf.Tom Tromey1-4/+5
1999-09-10configure: Rebuilt.Tom Tromey1-1/+1
1999-06-09Runtime.java (exec): Convert prog name and arguments to string array.Bryce McKinlay1-13/+18
1999-05-12javaprims.h: Updated namespace declarations.Tom Tromey1-0/+203