Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2007 21:28:26 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/regression/lib/libc/stdio test-scanfloat.c
Message-ID:  <200701032128.l03LSQEI079094@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2007-01-03 21:28:26 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/lib/libc/stdio test-scanfloat.c 
  Log:
  Remove the test that ensures that when the string "nan(...)" is converted
  to floating-point, the result is a quiet NaN.  The current implementation
  may return a signaling NaN, and the vendor has no plans for changing this,
  for reasons explained in the comment I added.
  
  Revision  Changes    Path
  1.7       +8 -0      src/tools/regression/lib/libc/stdio/test-scanfloat.c



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