Date: Wed, 13 Jun 2001 08:16:31 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include complex.h Makefile src/lib/msun/src math.h w_cabs.c w_cabsf.c Message-ID: <200106131516.f5DFGVA18092@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2001/06/13 08:16:31 PDT
Modified files:
include Makefile
lib/msun/src math.h w_cabs.c w_cabsf.c
Added files:
include complex.h
Log:
Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostly
to fix the "-nostdinc WARNS=X" breakage caused by broken prototypes
for cabs() and cabsl() in <math.h>.
Reimplemented cabs() and cabsl() using new complex numbers types and
moved prototypes from <math.h> to <complex.h>.
Revision Changes Path
1.147 +3 -2 src/include/Makefile
1.10 +1 -3 src/lib/msun/src/math.h
1.4 +10 -9 src/lib/msun/src/w_cabs.c
1.3 +10 -8 src/lib/msun/src/w_cabsf.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106131516.f5DFGVA18092>
