From 5507f1ee91fb744482de0bb9dd1eeb6a3f11271e Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 17 Oct 2002 14:05:08 +0000 Subject: [PATCH] credit to alex for its patch. --- core/org.eclipse.cdt.core/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 2a24efd385d..3eadc4c055b 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -5,6 +5,12 @@ clearly advertise. Eclipse uses a tool to externalize strings, to prevent this, strings need a comment "//$NON-NLS-1$". + This also incorporated some fixes by Alex Chapiro, in + Spawner.Reaper Thread an exception can be thrown for + example if the application does not exist, the reaper + thread will catch the IOException an notify spawner of + the failure by setting pid = -1; + * utils/../utils/pty/PTYInputStream.java (close0): Advertise that we can throw an IOException. * utils/../utils/pty/PTYOutputStream.java (close): Put