Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2010 17:32:05 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/msun Symbol.map src/lib/msun/src math.h s_isnan.c
Message-ID:  <201006121732.o5CHWU7C045645@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2010-06-12 17:32:05 UTC

  FreeBSD src repository

  Modified files:
    lib/msun             Symbol.map 
    lib/msun/src         math.h s_isnan.c 
  Log:
  SVN rev 209110 on 2010-06-12 17:32:05Z by das
  
  Introduce __isnanf() as an alias for isnanf(), and make the isnan()
  macro expand to __isnanf() instead of isnanf() for float arguments.
  This change is needed because isnanf() isn't declared in strict POSIX
  or C99 mode.
  
  Compatibility note: Apps using isnan(float) that are compiled after
  this change won't link against an older libm.
  
  Reported by:    Florian Forster <octo@verplant.org>
  
  Revision  Changes    Path
  1.22      +5 -0      src/lib/msun/Symbol.map
  1.78      +2 -1      src/lib/msun/src/math.h
  1.9       +3 -1      src/lib/msun/src/s_isnan.c



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