diff --git a/core/org.eclipse.cdt.core.linux/ChangeLog b/core/org.eclipse.cdt.core.linux/ChangeLog new file mode 100644 index 00000000000..0920da64193 --- /dev/null +++ b/core/org.eclipse.cdt.core.linux/ChangeLog @@ -0,0 +1,15 @@ +2002-10-15 Alain Magloire + + Runtime.getRuntime().exec(..) would throw an exception + if the program does not exist or is not an executabe. + Spawner should do the same. + + library/pfind.c (pfind): Check also for fullpath + with access() system call. + + library/exec_unix.c (exec0): Always call pfind() + to check if the program exists. + + os/linux/x86/libspawner.so: Rebuild. + + \ No newline at end of file diff --git a/core/org.eclipse.cdt.core.linux/os/linux/x86/libspawner.so b/core/org.eclipse.cdt.core.linux/os/linux/x86/libspawner.so index c145e5fcd20..dc9c532785e 100644 Binary files a/core/org.eclipse.cdt.core.linux/os/linux/x86/libspawner.so and b/core/org.eclipse.cdt.core.linux/os/linux/x86/libspawner.so differ