OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Martynas Venckus (martynascvs.openbsd.org)
Date: Sun Apr 19 2009 - 11:48:02 CDT


CVSROOT: /cvs
Module name: src
Changes by: martynascvs.openbsd.org 2009/04/19 10:48:02

Modified files:
        lib/libm : Makefile
        lib/libm/src : s_scalbnf.c
Removed files:
        lib/libm/src : s_ldexp.c s_ldexpf.c

Log message:
make ldexpf behavior consistent with the double and extended-precision
versions; spotted by kettenis
while here also remove unused ldexp; it lives in libc
ok kettenis, "looks good" millert