/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1025 by mkoch, Wed Apr 30 12:37:47 2003 UTC revision 1.1026 by rupp, Wed Apr 30 14:12:35 2003 UTC
# Line 1  Line 1 
1    2003-04-30  Torsten Rupp  <rupp@homer.aicas.com>
2    
3            * /cvsroot/classpath/classpath/java/net/Socket.java:
4            Added try-catch-blocks to
5    
6             * Socket.java: socket()
7             * ServerSocket.java: socket()
8             * DatagramSocket.java: socket()
9    
10            with clean-up of file-descriptors in case bind(), connect() or listen()
11            fail. This fix will avoid loss of file-descriptors in the case create()
12            is executed successfully, but bind/connect/listen fail with an exception.
13            Then close() was not called and the file-descriptor allcoated by create()
14            was not returned to the OS.
15    
16  2003-04-30  Michael Koch  <konqueror@gmx.de>  2003-04-30  Michael Koch  <konqueror@gmx.de>
17    
18          * java/security/cert/Certificate.java          * java/security/cert/Certificate.java

Legend:
Removed from v.1.1025  
changed lines
  Added in v.1.1026

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26