[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath
Kaffe CVS
cvs-commits at kaffe.org
Wed Dec 3 13:57:02 PST 2003
PatchSet 4189
Date: 2003/12/03 21:54:07
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
Resynced with GNU Classpath
2003-12-03 Dalibor Topic <robilad at kaffe.org>
* libraries/javalib/java/net/DatagramPacket.java:
Resynced with GNU Classpath.
2003-11-26 Michael Koch <konqueror at gmx.de>
* java/net/DatagramPacket.java
(DatagramPacket): Fixed documentation to become legal HTML.
Members:
ChangeLog:1.1780->1.1781
libraries/javalib/java/net/DatagramPacket.java:1.9->1.10
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1780 kaffe/ChangeLog:1.1781
--- kaffe/ChangeLog:1.1780 Wed Dec 3 21:10:00 2003
+++ kaffe/ChangeLog Wed Dec 3 21:54:07 2003
@@ -1,5 +1,15 @@
2003-12-03 Dalibor Topic <robilad at kaffe.org>
+ * libraries/javalib/java/net/DatagramPacket.java:
+ Resynced with GNU Classpath.
+
+ 2003-11-26 Michael Koch <konqueror at gmx.de>
+
+ * java/net/DatagramPacket.java
+ (DatagramPacket): Fixed documentation to become legal HTML.
+
+2003-12-03 Dalibor Topic <robilad at kaffe.org>
+
* libraries/javalib/java/awt/Font.java:
(createGlyphVector) Added new methods from GNU Classpath.
Index: kaffe/libraries/javalib/java/net/DatagramPacket.java
diff -u kaffe/libraries/javalib/java/net/DatagramPacket.java:1.9 kaffe/libraries/javalib/java/net/DatagramPacket.java:1.10
--- kaffe/libraries/javalib/java/net/DatagramPacket.java:1.9 Sat Aug 30 14:18:31 2003
+++ kaffe/libraries/javalib/java/net/DatagramPacket.java Wed Dec 3 21:54:09 2003
@@ -128,7 +128,7 @@
* receiving packets from the network.
*
* @param buf A buffer for storing the returned packet data
- * @param length The length of the buffer (must be <= buf.length)
+ * @param length The length of the buffer (must be <= buf.length)
*/
public DatagramPacket(byte[] buf, int length)
{
@@ -141,7 +141,7 @@
*
* @param buf A buffer containing the data to send
* @param offset The offset into the buffer to start writing from.
- * @param len The length of the buffer (must be <= buf.length)
+ * @param len The length of the buffer (must be <= buf.length)
* @param addr The address to send to
* @param port The port to send to
*
@@ -176,7 +176,7 @@
* transmitting packets across the network.
*
* @param buf A buffer containing the data to send
- * @param length The length of the buffer (must be <= buf.length)
+ * @param length The length of the buffer (must be <= buf.length)
* @param address The address to send to
* @param port The port to send to
*/
@@ -191,7 +191,7 @@
*
* @param buf A buffer containing the data to send
* @param offset The offset into the buffer to start writing from.
- * @param length The length of the buffer (must be <= buf.length)
+ * @param length The length of the buffer (must be <= buf.length)
* @param address The socket address to send to
*
* @exception SocketException If an error occurs
@@ -212,7 +212,7 @@
* transmitting packets across the network.
*
* @param buf A buffer containing the data to send
- * @param length The length of the buffer (must be <= buf.length)
+ * @param length The length of the buffer (must be <= buf.length)
* @param address The socket address to send to
*
* @exception SocketException If an error occurs
More information about the kaffe
mailing list