Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2004 16:58:25 +0000 (UTC)
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include tgmath.h
Message-ID:  <200409061658.i86GwPDU086221@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409061658.i86GwPDU086221>