From afd9ccc753cef92f837aafd021fb95f8a8c6b778 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 10 Dec 2002 14:38:41 +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 9ab9e25cc71..034a16eb49f 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,14 @@ +2002-12-10 Alain Magloire + + There is a bug in IMB j9 VM in the PipedInputStream class, when the + buffer is full it is returning 0 instead of buffer.length. We + go around by overloading the available() method. This should + be remove once the bug is fix. + + * src/org.eclipse.cdt.core/CCommandLauncher.java (waitAndRead): + overload available() method in the input stream. + Set the error message correctly when the command is canceled. + 2002-12-06 Alain Magloire * indexer/.../internal/core/index/CTagsentry.java (parse): Remove