summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)George V. Neville-Neil2005-01-237-2357/+2
* Minor white space tweak.Robert Watson2005-01-231-1/+1
* Set the format code and name correctly for:Tim Kientzle2005-01-232-2/+14
* Especially mention that setting errno to EINVAL in "no conversion" caseAndrey A. Chernov2005-01-222-4/+8
* Add fma() and fmaf(), which implement a fused multiply-add operation.David Schultz2005-01-228-3/+412
* Replace the ldexp() implementation in libc with a renamed copy of theDavid Schultz2005-01-226-739/+123
* Fixed xrefs.Ruslan Ermilov2005-01-211-1/+1
* Fixed punctuation in xrefs.Ruslan Ermilov2005-01-212-3/+3
* Whitespace/style tweaking of prev. commit.Andrey A. Chernov2005-01-216-24/+18
* Reflect the reality; only crypt(3) uses /etc/auth.confRuslan Ermilov2005-01-211-1/+1
* Fixed xref.Ruslan Ermilov2005-01-213-4/+4
* Fixed xrefs.Ruslan Ermilov2005-01-211-3/+3
* POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make itAndrey A. Chernov2005-01-216-6/+30
* Sort sections.Ruslan Ermilov2005-01-20104-816/+816
* Support 'CE' records in Rockridge extensionsTim Kientzle2005-01-201-59/+155
* Cut out the gordian handling of subnormals by bit fiddling, andDavid Schultz2005-01-181-128/+15
* Correct the values of FLT_ROUNDS for the FE_UPWARD and FE_DOWNWARD cases.David Schultz2005-01-181-2/+2
* Implement a custom print formatter (archive_string_vsprintf)Tim Kientzle2005-01-164-14/+90
* Use the \*(If string provided by mdoc(7), to represent infinity.Ruslan Ermilov2005-01-162-18/+11
* Removed redundant .br call.Ruslan Ermilov2005-01-161-1/+0
* Standardize 2 error messages: start with lowercase letter.Philippe Charnier2005-01-161-2/+2
* Removed empty line.Ruslan Ermilov2005-01-151-1/+0
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-154-5/+5
* Fixed markup bug.Ruslan Ermilov2005-01-151-10/+22
* Markup: convert a display to a list.Ruslan Ermilov2005-01-151-10/+19
* Markup style.Ruslan Ermilov2005-01-152-6/+2
* Add a file missed in the previous commit:David Schultz2005-01-151-0/+5
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz2005-01-1514-38/+20
* amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2.David Schultz2005-01-154-0/+77
* Most libm routines depend on the rounding mode and/or set exceptionDavid Schultz2005-01-151-31/+29
* Braino. Revert rev 1.50.David Schultz2005-01-151-0/+7
* Remove numerous references to VAX floating-point and the setting ofDavid Schultz2005-01-1412-204/+44
* Set math_errhandling to MATH_ERREXCEPT. Now that we have fenv.h, weDavid Schultz2005-01-141-1/+1
* Remove some #if 0'd code.David Schultz2005-01-141-7/+0
* Markup fixes.Ruslan Ermilov2005-01-141-6/+6
* Tiny markup nits.Ruslan Ermilov2005-01-144-22/+23
* Mark all inline asms that read the floating-point control or statusDavid Schultz2005-01-147-11/+11
* Fixed too many of "the", and enclose multi-word argument in double quotes.Stefan Farfeleder2005-01-131-4/+3
* Import the subset of J.T. Conklin's single-precision x86-optimizedDavid Schultz2005-01-1317-2/+280
* remember to reset nextgrp in getnetgrent(), so that subsequent calls to getne...Jonathan Chen2005-01-131-0/+1
* The isnormal() in rev 1.2 should have been isfinite() so subnormalsDavid Schultz2005-01-132-2/+2
* Things that are broken, unneeded, and unused since 1997 belong in the attic.David Schultz2005-01-131-55/+0
* Markup nits.Ruslan Ermilov2005-01-133-33/+27
* Fixed too many of "the", and enclose multi-word argument in double quotes.Ruslan Ermilov2005-01-131-4/+3
* Implement and document ceill().Stefan Farfeleder2005-01-134-8/+117
* Bump .Dd for the last commit.Stefan Farfeleder2005-01-131-1/+1
* Revert last delta. The ASCII code 0 character is "NUL",Ruslan Ermilov2005-01-131-2/+2
* Hook up and document floorl().Stefan Farfeleder2005-01-122-5/+16
* Implement floorl().Stefan Farfeleder2005-01-122-1/+98
* Whitespace nit.Stefan Farfeleder2005-01-121-1/+1