Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 13:56:21 -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/gen Makefile.inc signbit.3 signbit.c src/lib/msun/src math.h
Message-ID:  <200302112156.h1BLuLWC068429@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mike        2003/02/11 13:56:21 PST

  Modified files:
    lib/libc/gen         Makefile.inc 
    lib/msun/src         math.h 
  Added files:
    lib/libc/gen         signbit.3 signbit.c 
  Log:
  Implement C99's signbit() macro.
  
  Revision  Changes    Path
  1.102     +3 -2      src/lib/libc/gen/Makefile.inc
  1.1       +57 -0     src/lib/libc/gen/signbit.3 (new)
  1.1       +40 -0     src/lib/libc/gen/signbit.c (new)
  1.22      +2 -0      src/lib/msun/src/math.h

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?200302112156.h1BLuLWC068429>