CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/09/11 22:39:47
Modified files: lib/libm/noieee_src: n_atan2.c n_erf.c n_exp.c n_expm1.c n_floor.c n_fmod.c n_hypot.c n_j0.c n_j1.c n_jn.c n_lgamma.c n_log.c n_log1p.c n_pow.c n_sincos.c n_support.c n_tan.c n_tanh.c n_tgamma.c lib/libm/src : b_exp__D.c b_tgamma.c e_scalb.c e_scalbf.c s_roundf.c lib/libm/src/ld128: e_lgammal.c Log message: Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecated in favor of isinf(), isnan(), and isfinite(). ok tb@ martynas@