#
4ff088e3 |
| 16-Jul-2024 |
riastradh <riastradh@NetBSD.org> |
libm: Fix log-related symbol aliases.
- Do the weak alias dance for log, log2, log10, log1p, and their f/l variants.
(Not strictly necessary for log2 and log10 since nothing in the math libra
libm: Fix log-related symbol aliases.
- Do the weak alias dance for log, log2, log10, log1p, and their f/l variants.
(Not strictly necessary for log2 and log10 since nothing in the math library itself uses them -- only a computer scientist would use log2 and only an engineer would use log10 -- but let's just do it the same for all our forestry.)
- Provide long double aliases on vax.
- Sprinkle RCS ids.
show more ...
|
#
d1f06e0b |
| 22-Sep-1994 |
jtc <jtc@NetBSD.org> |
LIBM_SCCS must be defined for the RCS ID to be defined. This library will soon be used by DJGPP. And since memory is often tight on DOS machines, there is little benifit to be had from including RCS
LIBM_SCCS must be defined for the RCS ID to be defined. This library will soon be used by DJGPP. And since memory is often tight on DOS machines, there is little benifit to be had from including RCS IDs.
show more ...
|