Subject: Re: CVS commit: src
To: Bang Jun-Young <junyoung@NetBSD.org>
From: Klaus Klein <kleink@mibh.de>
List: source-changes
Date: 07/13/2004 01:45:58
On Saturday 10 July 2004 22:08, Bang Jun-Young wrote:
> Bang Jun-Young wrote:
> > 
> > Module Name:	src
> > Committed By:	junyoung
> > Date:		Sat Jul 10 13:49:10 UTC 2004
> > 
> > Modified Files:
> > 	src/distrib/sets/lists/comp: mi
> > 	src/include: math.h
> > 	src/lib/libm: Makefile
> > Added Files:
> > 	src/lib/libm/man: round.3
> > 	src/lib/libm/src: s_round.c s_roundf.c
> > 
> > Log Message:
> > Add C99 functions round(3) and roundf(3).
> > libm minor unchanged; ride a recent bump.
> > 
> > From FreeBSD.
> 
> I forgot to mention lib/24252. Fixed in the repository.

Having looked at math.h, please make sure that you i) get the
namespace/feature constraints right, and ii) don't mix up
gratuitious white space cleanup with feature commits.


- Klaus