Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2005 05:46:17 +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/lib/libc/gen Makefile.inc fpclassify.3 src/lib/msun Makefile src/lib/msun/man copysign.3 ieee.3 ilogb.3 math.3 nextafter.3 remainder.3 scalbn.3
Message-ID:  <200501270546.j0R5kHkP006514@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2005-01-27 05:46:17 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         Makefile.inc fpclassify.3 
    lib/msun             Makefile 
    lib/msun/man         ieee.3 math.3 
  Added files:
    lib/msun/man         copysign.3 ilogb.3 nextafter.3 
                         remainder.3 scalbn.3 
  Log:
  - Move the functions presently described in in ieee(3) to their own
    manpages.  They are not very related, so separating them makes it
    easier to add meaningful cross-references and extend some of the
    descriptions.
  - Move the part of math(3) that discusses IEEE 754 to the ieee(3)
    manpage.
  
  Revision  Changes    Path
  1.119     +2 -1      src/lib/libc/gen/Makefile.inc
  1.6       +7 -1      src/lib/libc/gen/fpclassify.3
  1.60      +10 -11    src/lib/msun/Makefile
  1.1       +90 -0     src/lib/msun/man/copysign.3 (new)
  1.20      +401 -163  src/lib/msun/man/ieee.3
  1.1       +95 -0     src/lib/msun/man/ilogb.3 (new)
  1.21      +0 -409    src/lib/msun/man/math.3
  1.1       +86 -0     src/lib/msun/man/nextafter.3 (new)
  1.1       +113 -0    src/lib/msun/man/remainder.3 (new)
  1.1       +88 -0     src/lib/msun/man/scalbn.3 (new)



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