From owner-cvs-all Wed Jun 13 8:16:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4D1E37B408; Wed, 13 Jun 2001 08:16:31 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5DFGVA18092; Wed, 13 Jun 2001 08:16:31 -0700 (PDT) (envelope-from ru) Message-Id: <200106131516.f5DFGVA18092@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 13 Jun 2001 08:16:31 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 (aligned with the POSIX.1-200x), mostly to fix the "-nostdinc WARNS=X" breakage caused by broken prototypes for cabs() and cabsl() in . Reimplemented cabs() and cabsl() using new complex numbers types and moved prototypes from to . 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