Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2007 23:43:51 +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/msun Makefile src/lib/msun/man atan2.3 hypot.3 src/lib/msun/src s_carg.c s_cargf.c src/include complex.h
Message-ID:  <200712122343.lBCNhpH9089983@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2007-12-12 23:43:51 UTC

  FreeBSD src repository

  Modified files:
    lib/msun             Makefile 
    lib/msun/man         atan2.3 hypot.3 
    include              complex.h 
  Added files:
    lib/msun/src         s_carg.c s_cargf.c 
  Log:
  Implement carg(3) and cargf(3).
  
  Rotting in an old src tree since: March 2005
  
  Revision  Changes    Path
  1.7       +2 -0      src/include/complex.h
  1.79      +3 -3      src/lib/msun/Makefile
  1.16      +39 -5     src/lib/msun/man/atan2.3
  1.15      +2 -1      src/lib/msun/man/hypot.3
  1.1       +38 -0     src/lib/msun/src/s_carg.c (new)
  1.1       +38 -0     src/lib/msun/src/s_cargf.c (new)



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