Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2005 12:18:27 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/msun Makefile src/lib/msun/man ieee_test.3 ilogb.3 math.3
Message-ID:  <200511061218.jA6CIRIE076474@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2005-11-06 12:18:27 UTC

  FreeBSD src repository

  Modified files:
    lib/msun             Makefile 
    lib/msun/man         ieee_test.3 ilogb.3 math.3 
  Log:
  The logb() functions are not just ieee754 "test" functions, but are
  standard in C99 and POSIX.1-2001+.  They are also not deprecated, since
  apart from being standard they can handle special args slightly better
  than the ilogb() functions.
  
  Move their documentation to ilogb.3.  Try to use consistent and improved
  wording for both sets of functions.  All of ieee854, C99 and POSIX
  have better wording and more details for special args.
  
  Add history for the logb() functions and ilogbl().  Fix history for
  ilogb().
  
  Revision  Changes    Path
  1.73      +2 -2      src/lib/msun/Makefile
  1.12      +1 -19     src/lib/msun/man/ieee_test.3
  1.2       +43 -11    src/lib/msun/man/ilogb.3
  1.26      +2 -1      src/lib/msun/man/math.3



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