Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-10-16 00:56:03 +0000
committerAlain Magloire2002-10-16 00:56:03 +0000
commitfb2a003ba6923f19b5a559f76090da008f3c8a6b (patch)
tree468e68967b0448dcf336be9ac0c17a0b5dad07a9 /core/org.eclipse.cdt.core.linux
parentdbb6aec9995effd9c117bb49157f6c9c8c9d5624 (diff)
downloadorg.eclipse.cdt-fb2a003ba6923f19b5a559f76090da008f3c8a6b.tar.gz
org.eclipse.cdt-fb2a003ba6923f19b5a559f76090da008f3c8a6b.tar.xz
org.eclipse.cdt-fb2a003ba6923f19b5a559f76090da008f3c8a6b.zip
Updated.
Diffstat (limited to 'core/org.eclipse.cdt.core.linux')
-rw-r--r--core/org.eclipse.cdt.core.linux/ChangeLog15
-rw-r--r--core/org.eclipse.cdt.core.linux/os/linux/x86/libspawner.sobin13110 -> 13206 bytes
2 files changed, 15 insertions, 0 deletions
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
--- a/core/org.eclipse.cdt.core.linux/os/linux/x86/libspawner.so
+++ b/core/org.eclipse.cdt.core.linux/os/linux/x86/libspawner.so
Binary files differ

Back to the top