Age | Commit message (Collapse) | Author |
|
|
|
|
|
mandoc_char(7). While there, use some spacing around the arithmetic
operations to make the more complicated formulas a bit easier to read.
looks good to kettenis, no objection from schwarze
|
|
|
|
hppa reverse-stack gives us a valuable test case, but most developers don't
have a 2nd one to proceed further with this.
ok kettenis
|
|
|
|
With lots of help, input and tweaks and finally ok schwarze@
|
|
correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;
ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
|
|
explanations provided by schwarze@.
|
|
ok jmc@
|
|
|
|
|
|
|
|
lots of agreement.
|
|
NetBSD also turn off this piece of code.
ok tb@
|
|
csqrt(conj(z)) == conj(csqrt(z))
Before
csqrt(-4.0 + -0.0i) = 0.0 + 2.0j
but should be
csqrt(-4.0 + -0.0i) = 0.0 - 2.0j
ok tb@, also discussed with daniel@
|
|
or otherwise change Dt to reflect the name of an existing function;
feedback/ok schwarze
|
|
Fixed wrong magic numbers in scaling. hypotf() was very broken for large
and small values:
hypotf(2.3819765e+38, 2.0416943e+38) was NaN instead of 3.1372484e+38
hypotf(-3.4028235e+38, 3.3886450e+38) was NaN instead of Inf
hypotf(-2.8025969e-45, -2.8025969e-45) was 0 instead of 4.2038954e-45
Found by: ucbtest
ok miod@
|
|
|
|
|
|
it with the intended value, in a defined way. From FreeBSD (Dimitry Andric).
ok miod@ deraadt@ kettenis@
|
|
the fraction part has no implicit bit
ok deraadt@
|
|
comparisons. The offending input in gfortran's round_4.f90 was
nextafterl(0.10000000000000000000135525271560688L, -INFINITY) which
caused an ulp addition rather than subtraction.
Reported by John Marino @ DragonFlyBSD.
|
|
|
|
as found by fortran regression tests. Also added some complex
regression tests for cacosh, casinh, catanh.
Reported by John Marino @ DragonFlyBSD.
|
|
similar changes in FreeBSD a few years ago.
|
|
|
|
ok deraadt@
|
|
|
|
The generic sqrtl(3) is not nearly accurate enough for quad-precision
floating point.
|
|
being-standardized <endian.h>
ok deraadt@ millert@ beck@
|
|
Correctly account for this bit, otherwise we'll get the wrong result for some
inputs.
ok martynas@, daniel@
|
|
commit messages that fixes this says:
"it was intentionally left broken as an optimization".
right!
ok martynas@, daniel@
|
|
|
|
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.
Noone sane will mourn these ports anyway. So long, and thanks for the fish.
|
|
Reported by dcoppa@, thanks! OK kettenis@, dcoppa@.
|
|
ok martynas
|
|
the underflow.
|
|
redeclaring each time in ld{80,128}. Pointed out by theo.
|
|
|
|
|
|
{infinity, inf} -> \*(If
OK jmc@
|
|
From: Jan Stary
|
|
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything
with time_t, timeval, itimerval, timespec, rusage, dirent, stat,
or kevent arguments. Add a d_off member to struct dirent and replace
getdirentries() with getdents(), thus immensely simplifying and
accelerating telldir/seekdir. Build perl with -DBIG_TIME.
Bump the major on every single base library: the compat bits included
here are only good enough to make the transition; the T32 compat
option will be burned as soon as we've reached the new world are
are happy with the snapshots for all architectures.
DANGER: ABI incompatibility. Updating to this kernel requires extra
work or you won't be able to login: install a snapshot instead.
Much assistance in fixing userland issues from deraadt@ and tedu@
and build assistance from todd@ and otto@
|
|
Prodded by espie@, OK martynas@
|
|
we have them.
Compiles on vax. okay martynas@
|
|
|
|
ok martynas@
|
|
compatible with C99. Most notably:
- 1**y == 1, even if y is NaN
- (-1)**+-Inf == 1
and adjust the cephes testsuite to test for the right thing here.
ok martynas@
|
|
facts checked by sobrado@
style tweaks and ok jmc@
|