CVS log for src/lib/libm/src/s_sincos.c
Up to [cvs.NetBSD.org] / src / lib / libm / src
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 29 01:48:34 2022 UTC (2 years, 3 months ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
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,
netbsd-10,
HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
libm: Fix some whitespace issues in recent sincos additions.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Aug 28 16:07:58 2022 UTC (2 years, 3 months ago) by he
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
s_sincos.c: use correct order of __weak_alias() arguments...
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Aug 28 14:30:41 2022 UTC (2 years, 3 months ago) by he
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
s_sincos.c: use __weak_alias and not __weak_reference.
Fixes build on NetBSD/macppc, thanks to hint from riastradh@
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 28 07:29:04 2022 UTC (2 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
only alias sincos to sincosl when we don't have long doubles
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Aug 27 08:31:59 2022 UTC (2 years, 3 months ago) by christos
Branches: MAIN
Add sincos{,f,l} from FreeBSD
CVSweb <webmaster@jp.NetBSD.org>