History log of /netbsd-current/lib/libm/m.ieee754.expsym
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.2 16-Jul-2024 riastradh

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.


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.1 09-Jun-2024 riastradh

libm: Factor out common expected symbol list.

Should substantially reduce the maintenance burden.


# 1.1 09-Jun-2024 riastradh

libm: Factor out common expected symbol list.

Should substantially reduce the maintenance burden.