/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.784 by cbj, Sat Dec 21 05:39:06 2002 UTC revision 1.785 by mkoch, Sat Dec 21 11:42:36 2002 UTC
# Line 1  Line 1 
1    2002-12-21  Michael Koch  <konqueror@gmx.de>
2    
3            * java/net/HttpURLConnection.java
4            (HTTP_NOT_IMPLEMENTED): Must be public.
5            * java/net/ServerSocket.java
6            (closed): New member variable.
7            (bind): Throw exception if socket is closed.
8            (close): Set new member variable, close associated channel too.
9            (isClosed): New method.
10            * java/net/Socket.java
11            (closed): New member variable.
12            (bind): Throw exception if socket is closed.
13            (connect): Throw exception if socket is closed.
14            (close): Set new member variable, close associated channel too.
15            (isClosed): New method.
16            * java/nio/channels/DatagramChannel.java
17            (connect): Added throws IOException.
18            (disconnect): Added throws IOException.
19            (read): Added throws IOException.
20            (write): Added throws IOException.
21            (receive): Added throws IOException.
22            * java/nio/channels/Pipe.java
23            (open): Added throws IOException.
24            * java/nio/channels/SelectableChannel.java
25            (configureBlocking): Added throws IOException.
26            * java/nio/channels/SelectionKey.java
27            (OP_ACCEPT): Fix constant value.
28            (OP_CONNECT): Fix constant value.
29            (OP_READ): Fix constant value.
30            (OP_WRITE): Fix constant value.
31            * java/nio/channels/ServerSocketChannel.java
32            (accept): Added throws IOException.
33            * java/nio/channels/SocketChannel.java
34            (SocketChannel): Fixed implements.
35            (read): Added throws IOException.
36            (write): Added throws IOException.
37            (finishConnect): Added throws IOException.
38            * java/nio/channels/spi/AbstractInterruptibleChannel.java
39            (end): Added throws AsynchronousCloseException.
40            * java/nio/channels/spi/AbstractSelectableChannel.java
41            (configureBlocking): Added throws IOException.
42            (implCloseChannel): Added throws IOException.
43            (implCloseSelectableChannel): Added throws IOException.
44            (implConfigureBlocking): Added throws IOException.
45            * java/nio/channels/spi/SelectorProvider.java
46            (openDatagramChannel): Added throws IOException.
47            (openPipe): Added throws IOException.
48            (openSelector): Added throws IOException.
49            (openServerSocketChannel): Added throws IOException.
50            (openSocketChannel): Added throws IOException.
51            (provider): Merge with libgcj.
52    
53  2002-12-20  C. Brian Jones  <cbj@gnu.org>  2002-12-20  C. Brian Jones  <cbj@gnu.org>
54    
55          * BUGS: updated Savannah URL          * BUGS: updated Savannah URL

Legend:
Removed from v.1.784  
changed lines
  Added in v.1.785

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