cvs commit: src/lib/msun Makefile src/lib/msun/man ieee_test.3 ilogb.3 math.3

Bruce Evans bde at FreeBSD.org
Sun Nov 6 04:18:28 PST 2005


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


More information about the cvs-src mailing list