1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-17 13:15:44 +02:00

credit to alex for its patch.

This commit is contained in:
Alain Magloire 2002-10-17 14:05:08 +00:00
parent 50fad5fe59
commit 5507f1ee91

View file

@ -5,6 +5,12 @@
clearly advertise. Eclipse uses a tool to externalize strings, clearly advertise. Eclipse uses a tool to externalize strings,
to prevent this, strings need a comment "//$NON-NLS-1$". 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): * utils/../utils/pty/PTYInputStream.java (close0):
Advertise that we can throw an IOException. Advertise that we can throw an IOException.
* utils/../utils/pty/PTYOutputStream.java (close): Put * utils/../utils/pty/PTYOutputStream.java (close): Put