From owner-cvs-all@FreeBSD.ORG Mon Sep 6 16:58:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADCB16A4CE; Mon, 6 Sep 2004 16:58:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E09FF43D41; Mon, 6 Sep 2004 16:58:25 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i86GwP4H086222; Mon, 6 Sep 2004 16:58:25 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i86GwPDU086221; Mon, 6 Sep 2004 16:58:25 GMT (envelope-from stefanf) Message-Id: <200409061658.i86GwPDU086221@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 6 Sep 2004 16:58:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/include tgmath.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 16:58:26 -0000 stefanf 2004-09-06 16:58:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) include tgmath.h Log: MFC rev. 1.2, 1.3, 1.4: date: 2004/09/03 23:26:55; author: stefanf; state: Exp; lines: +1 -1 Embarrassing typo: s/nextbyint/nearbyint/ date: 2004/09/03 23:31:28; author: stefanf; state: Exp; lines: +4 -4 Use the keyword '_Complex' rather than the macro 'complex' since applications are allowed to undefine the latter. date: 2004/09/03 23:44:09; author: stefanf; state: Exp; lines: +2 -1 Add a workaround to recognise I/_Complex_I as complex arguments. Although the GCC manual claims that the expression 1.0fi has type float _Complex, __builtin_types_compatible_p(float _Complex, __typeof__(1.0fi))) yields 0. Approved by: re (scottl) Revision Changes Path 1.1.2.1 +6 -5 src/include/tgmath.h