cvs commit: src/lib/msun Makefile src/lib/msun/man round.3 src/lib/msun/src math.h s_round.c s_roundf.c

David Schultz das at FreeBSD.org
Mon Jun 7 08:05:38 GMT 2004


das         2004-06-07 08:05:36 UTC

  FreeBSD src repository

  Modified files:
    lib/msun             Makefile 
    lib/msun/src         math.h 
  Added files:
    lib/msun/man         round.3 
    lib/msun/src         s_round.c s_roundf.c 
  Log:
  Add round(3) and roundf(3) and the associated documentation.
  
  PR:             59797
  Submitted by:   "Steven G. Kargl" <kargl at troutmask.apl.washington.edu>
  Reviewed by:    bde (earlier version, last year)
  
  Revision  Changes    Path
  1.42      +4 -2      src/lib/msun/Makefile
  1.1       +71 -0     src/lib/msun/man/round.3 (new)
  1.33      +2 -0      src/lib/msun/src/math.h
  1.1       +53 -0     src/lib/msun/src/s_round.c (new)
  1.1       +53 -0     src/lib/msun/src/s_roundf.c (new)


More information about the cvs-all mailing list