aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 82b091b..724fcd7 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,17 @@
+2005-15-09 David Daney <ddaney@avtrex.com>
+
+ PR libgcj/15430
+ * gnu/java/net/natPlainSocketImplPosix.cc (throw_on_sock_closed): New
+ function.
+ (accept): Call it.
+ (close): Call shutdown before closing.
+ (read()): Call read_helper with proper parameters.
+ (read(buffer, int, int)): Likewise.
+ (read_helper): Pass pointer to the PlainSocketImpl, remove native_fd
+ and timeout parameters. Make prototype to match. Use
+ pointer to PlainSocketImpl to access members. Call throw_on_sock_closed
+ in two places.
+
2005-11-15 Andrew Haley <aph@redhat.com>
* Merge from Classpath head: