mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
updated.
This commit is contained in:
parent
553b984d2f
commit
4a6ab5ef38
1 changed files with 9 additions and 0 deletions
|
@ -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
|
2003-09-04 Hoda Amer
|
||||||
- Added references to variables in solution of bug#42453:Expression result types not computed
|
- Added references to variables in solution of bug#42453:Expression result types not computed
|
||||||
- Solution to bug#42560: Class Cast Exception during Method definition
|
- Solution to bug#42560: Class Cast Exception during Method definition
|
||||||
|
|
Loading…
Add table
Reference in a new issue