1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-09-05 16:23:23 +00:00
parent 553b984d2f
commit 4a6ab5ef38

View file

@ -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