summaryrefslogtreecommitdiffstats
path: root/lib/libm
Commit message (Collapse)AuthorAgeFilesLines
* Removed most of the zombie man pages in libm. All relevant parts havebde2001-10-1326-3333/+0
| | | | been copied to msun/man (most of them long ago without proper history).
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-0126-26/+26
|
* Add __FBSDID()s to libmdillon2001-09-3030-2/+90
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-1/+1
|
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
| | | | with a trailing zero-width space: `e.g.\&'.
* A minor markup fix:yar2001-08-091-2/+3
| | | | | | - `to' isn't a variable - don't omit the first `E' in `ERANGE', even though .Er is able to take care of it
* Remove whitespace at EOL.dd2001-07-1514-36/+36
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1010-10/+10
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* .St -ansiC -> .St -isoCru2001-02-2615-15/+15
|
* mdoc(7) police: Change -filled displays (which just happenru2001-02-073-4/+4
| | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-015-7/+8
|
* Prepare for mdoc(7)NG.ru2000-12-293-18/+11
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-225-13/+14
|
* mdoc(7) police: Nm -> Fn where appropriate.ru2000-11-202-4/+4
|
* Disconnect libm from the build tree. It's broken, not beingjoe2000-05-021-0/+7
| | | | | | | | | maintained, and has been replaced by msun. The libm sources shouldn't be removed just yet as there are parts that should be merged into msun first. PR: misc/17848 Discussed with: phk & bde
* Introduce .Lb macro to libmanpagesphantom2000-04-2226-0/+52
|
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-1/+2
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-022-2/+4
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-141-15/+15
| | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH
* $Id$ -> $FreeBSD$peter1999-08-2828-28/+28
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1226-0/+27
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Eliminate nested comment warning.jdp1998-10-111-1/+1
| | | | Submitted by: lh@aus.org
* Change MACHINE to MACHINE_ARCH when testing for i386 to supportjb1998-09-051-2/+2
| | | | | | MACHINE=pc98. There are a lot unsupported machines here.
* This commit was generated by cvs2svn to compensate for changes in r27180,bde1997-07-031-5/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,bde1997-07-031-5/+3
| | | | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch.
* | Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
| |
* | Sort cross references.wosch1997-01-2022-49/+49
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | comma typoswosch1996-12-231-2/+3
| |
* | Improve some poor wording.mpp1996-08-212-4/+4
| |
* | Correct a cuple of improperly formatted xrefs.mpp1996-08-152-2/+2
| |
* | ``mv'' -> ``mv -f''wosch1996-05-071-3/+3
| | | | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* | Remove trailing whitespace.rgrimes1995-05-3027-314/+314
| |
* | Declare huge and tiny as volatile so that gcc doesn't evaluate huge*hugebde1994-09-081-1/+2
| | | | | | | | | | | | | | | | and tiny*tiny at compile time. The evaluations are supposed to be done at run time to set the IEEE exception flags. Many other source files in libm and msun are missing this fix. Fixing them is not urgent since the default IEEE exception masks don't allow use of the overflow exception flag.
* | Make it work with our make macros.wollman1994-08-051-5/+11
|/
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-2761-0/+10518
OpenPOWER on IntegriCloud