Subject: CVS commit: src/regress/lib
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/21/2007 19:52:36
Module Name:	src
Committed By:	drochner
Date:		Tue Aug 21 19:52:36 UTC 2007

Modified Files:
	src/regress/lib: Makefile
Added Files:
	src/regress/lib/libm: Makefile
	src/regress/lib/libm/round: Makefile round.c

Log Message:
humble beginnings of regression tests for libm functions: test for
a longstanding bug in round()/roundf() which I will pull in a fix
for (from FreeBSD) in a minute


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/regress/lib/Makefile
cvs rdiff -r0 -r1.1 src/regress/lib/libm/Makefile
cvs rdiff -r0 -r1.1 src/regress/lib/libm/round/Makefile \
    src/regress/lib/libm/round/round.c

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