Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/01/2004 16:09:21
Module Name:	src
Committed By:	drochner
Date:		Thu Jul  1 16:09:21 UTC 2004

Modified Files:
	src/include: math.h
	src/lib/libm: Makefile
Added Files:
	src/lib/libm/src: llround.c llroundf.c lround.c lroundf.c

Log Message:
being here, add the (l)lround(f) functions to libm
(almost the same like lrint)


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/include/math.h
cvs rdiff -r1.60 -r1.61 src/lib/libm/Makefile
cvs rdiff -r0 -r1.1 src/lib/libm/src/llround.c src/lib/libm/src/llroundf.c \
    src/lib/libm/src/lround.c src/lib/libm/src/lroundf.c

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