From 31390481e60f57c70507b91c5e8970b45f1b5a12 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 17 Oct 2002 15:54:04 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.core.solaris/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/org.eclipse.cdt.core.solaris/ChangeLog b/core/org.eclipse.cdt.core.solaris/ChangeLog index 47694f6536c..1208d1bd582 100644 --- a/core/org.eclipse.cdt.core.solaris/ChangeLog +++ b/core/org.eclipse.cdt.core.solaris/ChangeLog @@ -1,3 +1,13 @@ +2002-10-16 Alain Magloire + + * library/pfind.c: Reformat to be Unix format. + check with access() that the program is an executable. + + * library/exec_unix.c: Reformat to be Unix format. + Check with pfind() that the program is an executable. + + * os/solaris/sparc/libspawner.so: regenerated. + 2002-10-15 Alain Magloire * src/../internal/core/solaris/ProcessList.java: