CVS log for src/lib/libm/src/s_lrintl.c
Up to [cvs.NetBSD.org] / src / lib / libm / src
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 24 15:16:53 2024 UTC (14 months, 2 weeks ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -3
lines
add missing symbols for non long double architectures.
Revision 1.2.22.1: download - view: text, markup, annotated - select for diffs
Fri Aug 11 14:44:19 2023 UTC (21 months ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +3 -1
lines
Pull up following revision(s) (requested by riastradh in ticket #320):
lib/libm/src/ldbl_dummy.c: revision 1.3
distrib/sets/lists/debug/shl.mi: revision 1.303
lib/libm/src/ldbl_dummy.c: revision 1.4
lib/libm/src/namespace.h: revision 1.17
lib/libm/src/s_llrintl.c: revision 1.3
lib/libm/Makefile: revision 1.220
lib/libm/src/s_lrintl.c: revision 1.3
lib/libm/man/sincos.3: revision 1.2
lib/libm/man/math.3: revision 1.29
distrib/sets/lists/base/shl.mi: revision 1.946
lib/libm/shlib_version: revision 1.18
libm: Fill in more dummy long double transcendental functions.
This should cover everything from C99.
libm: Need <math.h> for __HAVE_LONG_DOUBLE.
Fixes missing definitions of lrintl, llrintl on various platforms.
Add (newly added): expm1l log1pl log2l lgammal tgammal
so that the library gets the correct symbols defined in it.
libm: Bump minor for new long double transcendental functions.
XXX Still missing: remquol, remainderl.
fix cross references (from Anon Ymous)
Correct history (Brad Smith)
libm: Add missing fma(3) and friends for sh3.
libm: Add dummy remainderl and remquol.
These are pretty bad -- these aren't transcendental functions; not
rocket science to make them correctly rounded -- but let's just make
sure they're available in libm for netbsd-10.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 13 18:26:32 2023 UTC (2 years, 1 month ago) by riastradh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
libm: Need <math.h> for __HAVE_LONG_DOUBLE.
Fixes missing definitions of lrintl, llrintl on various platforms.
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Thu May 11 02:58:33 2017 UTC (8 years ago) by pgoyette
Branches: prg-localcount2
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.1: +15 -0
lines
Sync with HEAD
Revision 1.2.2.1
Sun May 7 11:29:21 2017 UTC (8 years ago) by pgoyette
Branches: prg-localcount2
FILE REMOVED
Changes since revision 1.2: +0 -15
lines
file s_lrintl.c was added on branch prg-localcount2 on 2017-05-11 02:58:33 +0000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun May 7 11:29:21 2017 UTC (8 years ago) by martin
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-10-base,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: prg-localcount2,
netbsd-10
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
Limit some rintl usage to #ifdef __HAVE_LONG_DOUBLE.
XXX should probably declare some aliases in the #else case
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 6 18:03:24 2017 UTC (8 years ago) by christos
Branches: MAIN
Replace our rounding functions with the ones from FreeBSD
CVSweb <webmaster@jp.NetBSD.org>