summaryrefslogtreecommitdiff
path: root/lib/libm
Commit message (Collapse)AuthorAgeFilesLines
* Removed the last vestiges of libm. These have been repo-copied toBruce Evans2002-03-215-1139/+0
| | | | | | | | msun/bsdsrc. Everything except true gamma() and its support functions was superseded by msun long ago, at least on IEEE machines. Notes: svn path=/head/; revision=92873
* Removed all files in libm except README-FREEBSD and files needed toBruce Evans2002-03-2131-6225/+0
| | | | | | | implement tgamma(). Notes: svn path=/head/; revision=92845
* Removed most of the zombie man pages in libm. All relevant parts haveBruce Evans2001-10-1326-3333/+0
| | | | | | | been copied to msun/man (most of them long ago without proper history). Notes: svn path=/head/; revision=84886
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-0126-26/+26
| | | | Notes: svn path=/head/; revision=84306
* Add __FBSDID()s to libmMatthew Dillon2001-09-3030-2/+90
| | | | Notes: svn path=/head/; revision=84210
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-1/+1
| | | | Notes: svn path=/head/; revision=81462
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
| | | | | | | with a trailing zero-width space: `e.g.\&'. Notes: svn path=/head/; revision=81449
* A minor markup fix:Yaroslav Tykhiy2001-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 Notes: svn path=/head/; revision=81350
* Remove whitespace at EOL.Dima Dorfman2001-07-1514-36/+36
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-1010-10/+10
| | | | Notes: svn path=/head/; revision=79531
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=79366
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74870
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-2615-15/+15
| | | | Notes: svn path=/head/; revision=73088
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-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. Notes: svn path=/head/; revision=72126
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-015-7/+8
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-293-18/+11
| | | | Notes: svn path=/head/; revision=70481
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-225-13/+14
| | | | Notes: svn path=/head/; revision=69051
* mdoc(7) police: Nm -> Fn where appropriate.Ruslan Ermilov2000-11-202-4/+4
| | | | Notes: svn path=/head/; revision=68946
* Disconnect libm from the build tree. It's broken, not beingJosef Karthauser2000-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 Notes: svn path=/head/; revision=59897
* Introduce .Lb macro to libmanpagesAlexey Zelkin2000-04-2226-0/+52
| | | | Notes: svn path=/head/; revision=59511
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
| | | | Notes: svn path=/head/; revision=57695
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-022-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-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 Notes: svn path=/head/; revision=53152
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2828-28/+28
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48794
* Eliminate nested comment warning.John Polstra1998-10-111-1/+1
| | | | | | | Submitted by: lh@aus.org Notes: svn path=/head/; revision=40228
* Change MACHINE to MACHINE_ARCH when testing for i386 to supportJohn Birrell1998-09-051-2/+2
| | | | | | | | | MACHINE=pc98. There are a lot unsupported machines here. Notes: svn path=/head/; revision=38855
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-031-5/+3
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27181
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-031-0/+630
| | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch. Notes: svn path=/vendor/CSRG/dist/; revision=27180
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22993
* Sort cross references.Wolfram Schneider1997-01-2022-49/+49
| | | | Notes: svn path=/head/; revision=21907
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* comma typosWolfram Schneider1996-12-231-2/+3
| | | | Notes: svn path=/head/; revision=20888
* Improve some poor wording.Mike Pritchard1996-08-212-4/+4
| | | | Notes: svn path=/head/; revision=17757
* Correct a cuple of improperly formatted xrefs.Mike Pritchard1996-08-152-2/+2
| | | | Notes: svn path=/head/; revision=17613
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-3/+3
| | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root Notes: svn path=/head/; revision=15679
* Remove trailing whitespace.Rodney W. Grimes1995-05-3027-314/+314
| | | | Notes: svn path=/head/; revision=8870
* Declare huge and tiny as volatile so that gcc doesn't evaluate huge*hugeBruce Evans1994-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. Notes: svn path=/head/; revision=2576
* Make it work with our make macros.Garrett Wollman1994-08-051-5/+11
| | | | Notes: svn path=/head/; revision=1851
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2761-0/+10518
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573