Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/12/2006 04:46:57
Module Name:	src
Committed By:	thorpej
Date:		Thu Oct 12 04:46:57 UTC 2006

Modified Files:
	src/common/include/prop: prop_number.h
	src/common/lib/libprop: prop_number.3 prop_number.c
	src/distrib/sets/lists/comp: mi
	src/lib/libprop: Makefile

Log Message:
Make prop_number_t handle both signed and unsigned numbers.  The *integer*
routines now take int64_t arguments, and new *unsigned_integer* routines
take uint64_t arguments.  See prop_number(3) for complete details.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/common/include/prop/prop_number.h
cvs rdiff -r1.3 -r1.4 src/common/lib/libprop/prop_number.3
cvs rdiff -r1.7 -r1.8 src/common/lib/libprop/prop_number.c
cvs rdiff -r1.942 -r1.943 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.7 -r1.8 src/lib/libprop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.