Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ifdef sparc64. | jake | 2002-01-02 | 1 | -1/+1 |
| | |||||
* | Fix style bugs (mostly remove 'extern' from function prototypes) | phantom | 2001-12-13 | 2 | -202/+206 |
| | | | | Inspired by: conversation with bde | ||||
* | * remove reference to m68k-dependent sources | phantom | 2001-12-13 | 1 | -7/+1 |
| | | | | * fix comment | ||||
* | Grammar nit. | ru | 2001-11-21 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: fixed bugs from rev. 1.15. | ru | 2001-11-20 | 1 | -14/+14 |
| | |||||
* | gamma(x) actually returns \log(|\Gamma(x)|), so correct the man | dwmalone | 2001-11-05 | 1 | -16/+28 |
| | | | | | | | | | | page and add an historical note explaining this. This patch is based on Stephen's. We still need someone to implement tgamma. PR: 28972, 31764 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> | ||||
* | Match parenthesis and don't give names to return values. | dd | 2001-10-15 | 1 | -3/+2 |
| | | | | PR: 31214 | ||||
* | Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting to | bde | 2001-10-13 | 2 | -7/+7 |
| | | | | | | | describing these operators in English. This completes the fix in rev.1.3 (rev.1.2 got this wrong by describing wrong operators in English). Fixed bitrot and improved English in the DESCRIPTION section. | ||||
* | Fixed missing quoting of [-1, +1]. | bde | 2001-10-13 | 2 | -2/+4 |
| | | | | Submitted by: phantom | ||||
* | Use ".Lb libm" where it will have an effect (not just in the zombie man | bde | 2001-10-13 | 26 | -0/+52 |
| | | | | | | pages in libm). Submitted by: phantom | ||||
* | Port to ia64. Actually, just do like the alpha. | dfr | 2001-10-08 | 1 | -1/+1 |
| | |||||
* | Don't install manpage links for the nonexistent functions exp2(), | bde | 2001-10-03 | 1 | -2/+2 |
| | | | | exp2f(), log2() and log2f(). | ||||
* | Removed .Nm's for the nonexistent functions exp2() and exp2f(). | bde | 2001-10-03 | 1 | -2/+0 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 26 | -26/+26 |
| | |||||
* | Add __FBSDID()s to libm | dillon | 2001-09-30 | 3 | -0/+9 |
| | |||||
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | Tiny markup fix: `to' isn't a variable | yar | 2001-08-09 | 1 | -1/+2 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 20 | -64/+64 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 9 | -9/+9 |
| | |||||
* | Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostly | ru | 2001-06-13 | 3 | -19/+20 |
| | | | | | | | | to fix the "-nostdinc WARNS=X" breakage caused by broken prototypes for cabs() and cabsl() in <math.h>. Reimplemented cabs() and cabsl() using new complex numbers types and moved prototypes from <math.h> to <complex.h>. | ||||
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -1/+1 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | Don't use MANDEPEND and MANSRC. | ru | 2001-03-26 | 1 | -2/+0 |
| | |||||
* | .St -ansiC -> .St -isoC | ru | 2001-02-26 | 15 | -15/+15 |
| | |||||
* | mdoc(7) police: Change -filled displays (which just happen | ru | 2001-02-07 | 2 | -2/+2 |
| | | | | | | 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. | ru | 2001-02-01 | 5 | -8/+9 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 2 | -2/+1 |
| | |||||
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 3 | -3/+3 |
| | |||||
* | mdoc(7) police: Nm -> Fn where appropriate. | ru | 2000-11-20 | 2 | -4/+4 |
| | |||||
* | Fix #include order | brian | 2000-10-15 | 1 | -1/+1 |
| | | | | Spotted by: imura | ||||
* | Removed bogus 'l' suffixes in FP register to register instructions. | bde | 2000-06-06 | 6 | -8/+8 |
| | |||||
* | MFS: Add a "magic" comment to help fixincludes realize it doesn't need to | obrien | 2000-03-27 | 1 | -0/+2 |
| | | | | | | modify this file when building GCC 2.96 [by hand or via the port]. Submitted by: Zack Weinberg <zack@wolery.cumb.org> | ||||
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 1 | -1/+2 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 2 | -2/+4 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | style fix | phantom | 1999-11-09 | 1 | -5/+8 |
| | | | | | PR: docs/14737 Submitted by: Norihiro Kumagai <kuma@nk.rim.or.jp> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 217 | -217/+217 |
| | |||||
* | Disable building with alpha software completion options until we upgrade | dfr | 1998-12-24 | 1 | -2/+3 |
| | | | | compilers. | ||||
* | Implement fpsetmask() and other fp*() functions. Programs should use | dfr | 1998-12-23 | 1 | -1/+2 |
| | | | | | | | | | | #include <ieeefp.h> to access these functions instead of the i386 specific #include <machine/floatingpoint.h> Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> | ||||
* | There is no alpha asm code like on i386, so all the functions that | jb | 1998-05-10 | 1 | -1/+28 |
| | | | | the i386 builds with a __generic prefix need to have that stripped. | ||||
* | Back out last change | pst | 1998-04-23 | 1 | -2/+2 |
| | |||||
* | Fix cabs and cabsf definitions to be prototypes. | pst | 1998-04-22 | 1 | -3/+3 |
| | |||||
* | Add alpha support. m68k crept in too. Oops. 8-) | jb | 1998-02-20 | 1 | -1/+16 |
| | |||||
* | Document the fpgetprec/fpsetprec functions in their man page. | jlemon | 1998-02-04 | 1 | -1/+10 |
| | | | | | | Add cross-references to the elusive fpsetmask() function to various other man pages. Reviewed by: bde | ||||
* | PR: 5489 | danny | 1998-01-15 | 1 | -5/+5 |
| | | | | | Submitted by: Steve G. Kargl <kargl@troutmask.apl.washington.edu> Repair corrupted text. | ||||
* | This is the only alpha math source that NetBSD has. | jb | 1998-01-10 | 2 | -0/+90 |
| | |||||
* | Hide the declaration of `struct exception' from C++, since it conflicts | bde | 1997-08-31 | 1 | -1/+5 |
| | | | | | with the standard C++ `class exception'. This makes matherr() difficult to use in C++. Small loss. | ||||
* | Fixed minor bugs related to the addition of gammaf. | bde | 1997-07-13 | 1 | -3/+3 |
| | | | | | The major bug, that gamma is documented as really being gamma, is still unfixed. | ||||
* | Fixed wrong mnemonic `setnel' that gas happened to generate correct object | bde | 1997-04-30 | 1 | -2/+2 |
| | | | | | | code for. Obtained from: a slightly different fix in NetBSD | ||||
* | Added -D_ARCH_INDIRECT=i387_ to CFLAGS. _ARCH_INDIRECT will soon be used | bde | 1997-04-15 | 1 | -4/+5 |
| | | | | | | to control generation of indirections in ENTRY(). Only msun needs it. Use ${ARCH} consistently. |