cvs commit: src/lib/msun/src s_ldexp.c s_ldexpf.c

David Schultz das at FreeBSD.org
Sun Mar 6 20:59:31 PST 2005


das         2005-03-07 04:59:30 UTC

  FreeBSD src repository

  Removed files:
    lib/msun/src         s_ldexp.c s_ldexpf.c 
  Log:
  Remove ldexp and ldexpf.  The former is in libc, and the latter is
  identical to scalbnf, which is now aliased as ldexpf.  Note that the
  old implementations made the mistake of setting errno and were the
  only libm routines to do so.
  
  Revision  Changes    Path
  1.8       +0 -28     src/lib/msun/src/s_ldexp.c (dead)
  1.8       +0 -31     src/lib/msun/src/s_ldexpf.c (dead)


More information about the cvs-all mailing list