summaryrefslogtreecommitdiff
path: root/ChangeLog.native
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.native')
-rw-r--r--ChangeLog.native16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.native b/ChangeLog.native
index e6e08e090..c11c45c2b 100644
--- a/ChangeLog.native
+++ b/ChangeLog.native
@@ -1,3 +1,19 @@
+2006-07-09 Guilhem Lavaux <guilhem@kaffe.org>
+
+ * native/jni/java-net/gnu_java_net_VMPlainDatagramSocketImpl.c
+ (nativeReceive): Fixed the type of the arrays (use java types).
+ (nativeSendTo): Force throwing an exception if port is 0.
+
+ * native/jni/java-net/javanet.c:
+ (_javanet_accept): Throw SocketTimeoutException if ETIMEDOUT is
+ returned.
+ (_javanet_recvfrom): Likewise.
+ (_javanet_sendto): Throw a NullPointerException if the socket is
+ not connected and no address is given.
+
+ * native/jni/java-net/javanet.h
+ (NULL_EXCEPTION): Defined.
+
2006-06-16 Guilhem Lavaux <guilhem@kaffe.org>
* native/jni/java-net/java_net_VMInetAddress.c