Searched hist:121590 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/msun/src/
H A De_scalb.cdiff 121590 Sun Oct 26 23:28:07 MST 2003 das Fix a problem where libm compiled under 5.X would depend on features
that are only in libc.so.5. This broke some 4.X applications linked
to libm and run under 5.X.

Background:
In C99, isinf() and isnan() cannot be implemented as regular
functions. We use macros that call libc functions in 5.X, but for
libm-internal use, we need to use the old versions until the next
time libm's major version number is bumped.

Submitted by: bde
Reported by: imp, kris
H A De_scalbf.cdiff 121590 Sun Oct 26 23:28:07 MST 2003 das Fix a problem where libm compiled under 5.X would depend on features
that are only in libc.so.5. This broke some 4.X applications linked
to libm and run under 5.X.

Background:
In C99, isinf() and isnan() cannot be implemented as regular
functions. We use macros that call libc functions in 5.X, but for
libm-internal use, we need to use the old versions until the next
time libm's major version number is bumped.

Submitted by: bde
Reported by: imp, kris

Completed in 237 milliseconds