From owner-cvs-all Fri Nov 23 8:16:23 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 0372737B417; Fri, 23 Nov 2001 08:16:19 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fANGGIZ66779; Fri, 23 Nov 2001 08:16:18 -0800 (PST) (envelope-from dd) Message-Id: <200111231616.fANGGIZ66779@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 23 Nov 2001 08:16:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile complex.h src/lib/msun/src math.h w_cabs.c w_cabsf.c X-FreeBSD-CVS-Branch: RELENG_4 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 dd 2001/11/23 08:16:18 PST Modified files: (Branch: RELENG_4) include Makefile lib/msun/src math.h w_cabs.c w_cabsf.c Added files: (Branch: RELENG_4) include complex.h Log: MFC: move prototypes for cabs() and cabsl() to complex.h and reimplement them using the new complex number types. Approved by: ru Revision Changes Path 1.109.2.15 +2 -1 src/include/Makefile 1.1.2.1 +60 -0 src/include/complex.h (new) 1.8.2.2 +1 -3 src/lib/msun/src/math.h 1.3.12.1 +10 -9 src/lib/msun/src/w_cabs.c 1.2.12.1 +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