Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-12-10 14:38:41 +0000
committerAlain Magloire2002-12-10 14:38:41 +0000
commitafd9ccc753cef92f837aafd021fb95f8a8c6b778 (patch)
treecb0f9a91b9e76ba2f2baefdea462195f04d2e1f4 /core/org.eclipse.cdt.core/ChangeLog
parent25e3dfc8f695fc18156478fd1db09e93ca67513b (diff)
downloadorg.eclipse.cdt-afd9ccc753cef92f837aafd021fb95f8a8c6b778.tar.gz
org.eclipse.cdt-afd9ccc753cef92f837aafd021fb95f8a8c6b778.tar.xz
org.eclipse.cdt-afd9ccc753cef92f837aafd021fb95f8a8c6b778.zip
updated.
Diffstat (limited to 'core/org.eclipse.cdt.core/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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

Back to the top