mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 21:25:58 +02:00
credit to alex for its patch.
This commit is contained in:
parent
50fad5fe59
commit
5507f1ee91
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue