/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.1530 by mkoch, Wed Oct 15 12:29:32 2003 UTC revision 1.1531 by mkoch, Wed Oct 15 12:51:30 2003 UTC
# Line 1  Line 1 
1  2003-10-15  Michael Koch  <konqueror@gmx.de>  2003-10-15  Michael Koch  <konqueror@gmx.de>
2    
3            * gnu/java/nio/NIOSocket.java
4            (setChannel): Initialize impl.
5            * gnu/java/nio/ServerSocketChannelImpl.java
6            (ServerSocketChannelImpl): Made class public final.
7            (serverSocket): Made it a NIOServerSocket.
8            (getNativeFD): New method.
9            (implConfigureBlocking): Set socket timeout.
10            (accept): Rewritten.
11            * gnu/java/nio/SelectorImpl.java
12            (register): Use ServerSocketChannelSelectionKey for server socket
13            channels, removed comments.
14            * gnu/java/nio/SocketChannelImpl.java
15            (impl): New member variable.
16            (SocketChannelImpl): Initialize impl.
17            (getImpl): New method.
18            * gnu/java/nio/NIOServerSocket.java,
19            gnu/java/nio/ServerSocketChannelSelectionKey.java: New files.
20            * gnu/java/nio/Makefile.am (EXTRA_DIST):
21            Added NIOServerSocket.java and ServerSocketChannelSelectionKey.java.
22    
23    2003-10-15  Michael Koch  <konqueror@gmx.de>
24    
25          * java/util/Map.java,          * java/util/Map.java,
26          java/util/Observer.java:          java/util/Observer.java:
27          Removed redundant modifiers.          Removed redundant modifiers.

Legend:
Removed from v.1.1530  
changed lines
  Added in v.1.1531

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