about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-12-16 02:05:55 +0000
committerRoland McGrath <roland@gnu.org>2002-12-16 02:05:55 +0000
commitfd4c894c2391fefd1794aeede627e2c9c8f4dae7 (patch)
tree88ac319ff92e54fe9063870389e0ae7bc991e71f /ChangeLog
parent0274d73c41a807eeb10866f5211d727a5bc51b5c (diff)
downloadglibc-fd4c894c2391fefd1794aeede627e2c9c8f4dae7.tar.gz
glibc-fd4c894c2391fefd1794aeede627e2c9c8f4dae7.tar.xz
glibc-fd4c894c2391fefd1794aeede627e2c9c8f4dae7.zip
* sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
	is now u_int, not int.
	(struct XDR.x_handy): Now u_int, not int.
	* sunrpc/xdr_mem.c: Include <limits.h>.
	(xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
	xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
	x_handy is now unsigned, not signed.
	Do not decrement x_handy if no change is made.
	(xdrmem_setpos): Check for int overflow.
	* sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
	(xdr_sizeof): Remove cast that is now unnecessary, now that
	x_handy is unsigned.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 401961a9dc..45c4bc3bde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2002-12-13  Paul Eggert  <eggert@twinsun.com>
+
+	* sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
+	is now u_int, not int.
+	(struct XDR.x_handy): Now u_int, not int.
+	* sunrpc/xdr_mem.c: Include <limits.h>.
+	(xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
+	xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
+	x_handy is now unsigned, not signed.
+	Do not decrement x_handy if no change is made.
+	(xdrmem_setpos): Check for int overflow.
+	* sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
+	(xdr_sizeof): Remove cast that is now unnecessary, now that
+	x_handy is unsigned.
+
 2002-12-15  Art Haas  <ahaas@airmail.net>
 
 	* iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.