Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 12:03:41 -0800 (PST)
From:      Mike Barcroft <mike@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/alpha/gen isinf.c src/lib/libc/gen Makefile.inc fpclassify.3 isgreater.3 isinf.3 src/lib/libc/i386/gen isinf.c src/lib/libc/ia64/gen isinf.c src/lib/libc/powerpc/gen isinf.c src/lib/libc/sparc64/gen isinf.c ...
Message-ID:  <200302122003.h1CK3faK046919@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mike        2003/02/12 12:03:41 PST

  Modified files:
    lib/libc/alpha/gen   isinf.c 
    lib/libc/gen         Makefile.inc fpclassify.3 
    lib/libc/i386/gen    isinf.c 
    lib/libc/ia64/gen    isinf.c 
    lib/libc/powerpc/gen isinf.c 
    lib/libc/sparc64/gen isinf.c 
    lib/msun/src         math.h s_isnan.c s_isnanf.c 
  Added files:
    lib/libc/gen         isgreater.3 
  Removed files:
    lib/libc/gen         isinf.3 
  Log:
  o Implement C99 classification macros isfinite(), isinf(), isnan(),
    isnormal().  The current isinf() and isnan() are perserved for
    binary compatibility with 5.0, but new programs will use the macros.
  o Implement C99 comparison macros isgreater(), isgreaterequal(),
    isless(), islessequal(), islessgreater(), isunordered().
  
  Submitted by:   David Schultz <dschultz@uclink.Berkeley.EDU>
  
  Revision  Changes    Path
  1.5       +5 -0      src/lib/libc/alpha/gen/isinf.c
  1.103     +6 -2      src/lib/libc/gen/Makefile.inc
  1.2       +56 -8     src/lib/libc/gen/fpclassify.3
  1.1       +102 -0    src/lib/libc/gen/isgreater.3 (new)
  1.8       +0 -80     src/lib/libc/gen/isinf.3 (dead)
  1.10      +2 -0      src/lib/libc/i386/gen/isinf.c
  1.4       +5 -0      src/lib/libc/ia64/gen/isinf.c
  1.2       +5 -0      src/lib/libc/powerpc/gen/isinf.c
  1.4       +5 -0      src/lib/libc/sparc64/gen/isinf.c
  1.23      +24 -12    src/lib/msun/src/math.h
  1.7       +4 -0      src/lib/msun/src/s_isnan.c
  1.7       +4 -0      src/lib/msun/src/s_isnanf.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




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