summaryrefslogtreecommitdiff
path: root/lib/libm
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.7_cvscvs2svn1998-07-242-2/+2
| | | | | | | 'RELENG_2_2_7_RELEASE'. This commit was manufactured to restore the state of the 2.2.7-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: A few bits I missed on my 1st pass.Jordan K. Hubbard1998-02-181-5/+3
| | | | Notes: svn path=/stable/2.2/; revision=33547
* YAMFC: sort xrefs.Mike Pritchard1997-02-2822-49/+49
| | | | Notes: svn path=/stable/2.2/; revision=23186
* YAMFC: various minor man page cleanupsMike Pritchard1997-01-021-2/+3
| | | | Notes: svn path=/stable/2.2/; revision=21220
* 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