aboutsummaryrefslogtreecommitdiff
path: root/lib/libm/common_source
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2827-27/+27
| | | | 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
* 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-221-1/+1
| | | | 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-141-1/+1
| | | | | | | | | | | 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
* Remove trailing whitespace.Rodney W. Grimes1995-05-3020-188/+188
| | | | 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
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2752-0/+8535
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573