mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Updated.
This commit is contained in:
parent
dbb6aec999
commit
fb2a003ba6
2 changed files with 15 additions and 0 deletions
15
core/org.eclipse.cdt.core.linux/ChangeLog
Normal file
15
core/org.eclipse.cdt.core.linux/ChangeLog
Normal file
|
@ -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.
|
||||
|
||||
|
Binary file not shown.
Loading…
Add table
Reference in a new issue