Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2009 08:16:34 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/msun/src e_rem_pio2.c e_rem_pio2f.c k_cosf.c k_sinf.c k_tanf.c math_private.h
Message-ID:  <200906030816.n538Go4g004595@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-06-03 08:16:34 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         e_rem_pio2.c e_rem_pio2f.c k_cosf.c 
                         k_sinf.c k_tanf.c math_private.h 
  Log:
  SVN rev 193368 on 2009-06-03 08:16:34Z by ed
  
  Use ISO C99 style inline semantics in msun.
  
  Because we use ISO C99 nowadays, we can just get rid of enforcing
  GNU89-style inlining.
  
  Revision  Changes    Path
  1.21      +3 -3      src/lib/msun/src/e_rem_pio2.c
  1.32      +3 -3      src/lib/msun/src/e_rem_pio2f.c
  1.18      +3 -3      src/lib/msun/src/k_cosf.c
  1.16      +3 -3      src/lib/msun/src/k_sinf.c
  1.23      +3 -3      src/lib/msun/src/k_tanf.c
  1.29      +15 -0     src/lib/msun/src/math_private.h



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