summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
2003-02-21Fix some assembly botches.matt
2003-01-04Spell output with two ts.wiz
2002-12-05Avoid a strict-alias warning.scw
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-08-19Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of thelukem
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).lukem
2002-07-14Add sinf/cosf.matt
2002-06-23Add finitefmatt
2002-06-23Add cosf/sinf.matt
2002-06-15Remove unnecessary spaces.wiz
2002-06-15Compile libm on VAX at WARNS=2; leave other architectures at WARNS=1matt
2002-06-15Ansify libm noieeesrc (for VAX). Also make const data really const.matt
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-04-09#if 0 one; it's not used.thorpej
2002-04-09#if 0 invsqrtpi; it's not used.thorpej
2002-03-30Fix mistake in previous.fvdl
2002-03-26Fix stack usage for temporary storage. From Stephen Ma in PR xsrc/15404.fvdl
2002-02-27PR/15748: Ray Brownrigg: exp(log(0)) is broken.christos
2002-02-24Change to use a register prefix.matt
2002-02-21Don't bsbb to an external symbol. the dynamic linker won't like it.matt
2002-02-20Sort SEE ALSO.wiz
2002-02-20Drop superfluous .Pp, punctuation nit.wiz
2002-02-20Sort sections.wiz
2002-02-20Use standard headers, sort sections.wiz
2002-02-20Punctuation nits, use standard headers, sort sections, remove Tahoe references.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07generate & symbolicallyross
2002-02-07Generate <>& symbolically.ross
2002-01-27Drink ALL the Kool-Aid.ross
2002-01-27On Alpha, build libc and libm with -mieee ... A metric craploadthorpej
2002-01-15Whitespace nit.wiz
2001-12-28* Add user-controlled mk.conf variableslukem
2001-12-12Readability cleanups; MKfoo=no -> NOfoo.tv
2001-12-04Replace some misuses of "then" with "than".wiz
2001-11-10- sort sectionsgmcgarry
2001-11-05explicitly set to WARNS?=1lukem
2001-06-252 more bitnumber mistakes fixed while removing sahf.fvdl
2001-06-25Oops, when I replaced sahf with a btw, I made it test the wrong bitfvdl
2001-06-19%rbp -> %rsp in 2 cases.fvdl
2001-06-19Modify the i387 code so that it can be shared between the i386 portfvdl
2001-06-19Use arch/i387 for x86_64.fvdl
2001-05-26revert previous (obviously wrong) changeaymeric
2001-05-22Make this compile when _USE_WRITE is definedaymeric
2001-04-11Fix date and (missing) punctuation.wiz
2001-02-21Add support for ARM VFP-format doubles, conditional on __VFP_FP__.bjh21
2001-02-09__arm26__ || __arm32__ -> __arm__bjh21
2001-01-06remove redundant declarations; use __MATH_PRIVATE__ to override math.hchristos
2000-09-26Make these idempotent as far as the FPU register stack is concerned.kleink
2000-07-14Well, duh! Use indexed addressing since that's why it's there. That waymatt
2000-07-14Clean up & prepare for ELF. Don't define isnan since it's in libc. Add amatt