From 4a6ab5ef38c2fe9813c6b824af7e82e3082c1fc4 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 5 Sep 2003 16:23:23 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.core/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index cf33a14f67d..7cffb873648 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,12 @@ +2003-09-05 Alain Magloire + + The PTY classes are using one instance of the master fd for Input/Output/Error + Streams. We need to wrap the fd access, to not throw IOException on multiple close. + + * utils/org/eclipse/cdt/utils/pty/PTY.java + * utils/org/eclipse/cdt/utils/pty/PTYInputStream.java + * utils/org/eclipse/cdt/utils/pty/PTYOutputStream.java + 2003-09-04 Hoda Amer - Added references to variables in solution of bug#42453:Expression result types not computed - Solution to bug#42560: Class Cast Exception during Method definition