| Commit message (Expand) | Author | Age | Files | Lines |
| * | Submitted by: George V. Neville-Neil (gnn at freebsd dot org) | George V. Neville-Neil | 2005-01-23 | 7 | -2357/+2 |
| * | Minor white space tweak. | Robert Watson | 2005-01-23 | 1 | -1/+1 |
| * | Set the format code and name correctly for: | Tim Kientzle | 2005-01-23 | 2 | -2/+14 |
| * | Especially mention that setting errno to EINVAL in "no conversion" case | Andrey A. Chernov | 2005-01-22 | 2 | -4/+8 |
| * | Add fma() and fmaf(), which implement a fused multiply-add operation. | David Schultz | 2005-01-22 | 8 | -3/+412 |
| * | Replace the ldexp() implementation in libc with a renamed copy of the | David Schultz | 2005-01-22 | 6 | -739/+123 |
| * | Fixed xrefs. | Ruslan Ermilov | 2005-01-21 | 1 | -1/+1 |
| * | Fixed punctuation in xrefs. | Ruslan Ermilov | 2005-01-21 | 2 | -3/+3 |
| * | Whitespace/style tweaking of prev. commit. | Andrey A. Chernov | 2005-01-21 | 6 | -24/+18 |
| * | Reflect the reality; only crypt(3) uses /etc/auth.conf | Ruslan Ermilov | 2005-01-21 | 1 | -1/+1 |
| * | Fixed xref. | Ruslan Ermilov | 2005-01-21 | 3 | -4/+4 |
| * | Fixed xrefs. | Ruslan Ermilov | 2005-01-21 | 1 | -3/+3 |
| * | POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make it | Andrey A. Chernov | 2005-01-21 | 6 | -6/+30 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-20 | 104 | -816/+816 |
| * | Support 'CE' records in Rockridge extensions | Tim Kientzle | 2005-01-20 | 1 | -59/+155 |
| * | Cut out the gordian handling of subnormals by bit fiddling, and | David Schultz | 2005-01-18 | 1 | -128/+15 |
| * | Correct the values of FLT_ROUNDS for the FE_UPWARD and FE_DOWNWARD cases. | David Schultz | 2005-01-18 | 1 | -2/+2 |
| * | Implement a custom print formatter (archive_string_vsprintf) | Tim Kientzle | 2005-01-16 | 4 | -14/+90 |
| * | Use the \*(If string provided by mdoc(7), to represent infinity. | Ruslan Ermilov | 2005-01-16 | 2 | -18/+11 |
| * | Removed redundant .br call. | Ruslan Ermilov | 2005-01-16 | 1 | -1/+0 |
| * | Standardize 2 error messages: start with lowercase letter. | Philippe Charnier | 2005-01-16 | 1 | -2/+2 |
| * | Removed empty line. | Ruslan Ermilov | 2005-01-15 | 1 | -1/+0 |
| * | Eliminate macro calls inside literal displays. | Ruslan Ermilov | 2005-01-15 | 4 | -5/+5 |
| * | Fixed markup bug. | Ruslan Ermilov | 2005-01-15 | 1 | -10/+22 |
| * | Markup: convert a display to a list. | Ruslan Ermilov | 2005-01-15 | 1 | -10/+19 |
| * | Markup style. | Ruslan Ermilov | 2005-01-15 | 2 | -6/+2 |
| * | Add a file missed in the previous commit: | David Schultz | 2005-01-15 | 1 | -0/+5 |
| * | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | David Schultz | 2005-01-15 | 14 | -38/+20 |
| * | amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2. | David Schultz | 2005-01-15 | 4 | -0/+77 |
| * | Most libm routines depend on the rounding mode and/or set exception | David Schultz | 2005-01-15 | 1 | -31/+29 |
| * | Braino. Revert rev 1.50. | David Schultz | 2005-01-15 | 1 | -0/+7 |
| * | Remove numerous references to VAX floating-point and the setting of | David Schultz | 2005-01-14 | 12 | -204/+44 |
| * | Set math_errhandling to MATH_ERREXCEPT. Now that we have fenv.h, we | David Schultz | 2005-01-14 | 1 | -1/+1 |
| * | Remove some #if 0'd code. | David Schultz | 2005-01-14 | 1 | -7/+0 |
| * | Markup fixes. | Ruslan Ermilov | 2005-01-14 | 1 | -6/+6 |
| * | Tiny markup nits. | Ruslan Ermilov | 2005-01-14 | 4 | -22/+23 |
| * | Mark all inline asms that read the floating-point control or status | David Schultz | 2005-01-14 | 7 | -11/+11 |
| * | Fixed too many of "the", and enclose multi-word argument in double quotes. | Stefan Farfeleder | 2005-01-13 | 1 | -4/+3 |
| * | Import the subset of J.T. Conklin's single-precision x86-optimized | David Schultz | 2005-01-13 | 17 | -2/+280 |
| * | remember to reset nextgrp in getnetgrent(), so that subsequent calls to getne... | Jonathan Chen | 2005-01-13 | 1 | -0/+1 |
| * | The isnormal() in rev 1.2 should have been isfinite() so subnormals | David Schultz | 2005-01-13 | 2 | -2/+2 |
| * | Things that are broken, unneeded, and unused since 1997 belong in the attic. | David Schultz | 2005-01-13 | 1 | -55/+0 |
| * | Markup nits. | Ruslan Ermilov | 2005-01-13 | 3 | -33/+27 |
| * | Fixed too many of "the", and enclose multi-word argument in double quotes. | Ruslan Ermilov | 2005-01-13 | 1 | -4/+3 |
| * | Implement and document ceill(). | Stefan Farfeleder | 2005-01-13 | 4 | -8/+117 |
| * | Bump .Dd for the last commit. | Stefan Farfeleder | 2005-01-13 | 1 | -1/+1 |
| * | Revert last delta. The ASCII code 0 character is "NUL", | Ruslan Ermilov | 2005-01-13 | 1 | -2/+2 |
| * | Hook up and document floorl(). | Stefan Farfeleder | 2005-01-12 | 2 | -5/+16 |
| * | Implement floorl(). | Stefan Farfeleder | 2005-01-12 | 2 | -1/+98 |
| * | Whitespace nit. | Stefan Farfeleder | 2005-01-12 | 1 | -1/+1 |