From e075c3c614c3ec73f5123cc4aefde51900777acc Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 13 Dec 2002 15:45:31 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.core/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index fa389e14db5..7d57aae175f 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,14 @@ +2002-12-13 Alain Magloire + + Building will never write to the process. having things like + all: + b='a'; read b; echo $$b + could hang the IDE, since the process is waiting for input. + to go around, the input of the process is explicitely close. + + * src/.../internal/core/CBuilder.java (invokeMake): Close the + Output stream of the process, since we will never write to it. + 2002-12-13 David Inglis Update cdt to be eclipse 2.1 ready.