Subject: CVS commit: src/lib/libm/src
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/30/2004 18:43:15
Module Name:	src
Committed By:	drochner
Date:		Wed Jun 30 18:43:15 UTC 2004

Modified Files:
	src/lib/libm/src: e_pow.c

Log Message:
-fix a long-standing bug which affects the <close-to-1>^<huge number> case
 (fixed in fdlibm-5.3)
-being here, sync with -5.3 as far as possible (There is another bugfix -
 sign in overflow/underflow cases -; this doesn't change anything for us
 because the wrapper (w_pow.c) fixes this up. Keep things in sync anyway
 to ease further maintainance.)


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/lib/libm/src/e_pow.c

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