aboutsummaryrefslogtreecommitdiff
path: root/lib/libm
Commit message (Collapse)AuthorAgeFilesLines
* 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