Date: Mon, 7 Mar 2005 04:59:31 +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/src s_ldexp.c s_ldexpf.c Message-ID: <200503070459.j274xViZ053579@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503070459.j274xViZ053579>