aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/man/fenv.3
Commit message (Collapse)AuthorAgeFilesLines
* Minor corrections and clarifications regarding exceptions.David Schultz2011-10-211-12/+23
| | | | Notes: svn path=/head/; revision=226618
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-12/+12
| | | | | | | | | | | | | | bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them. Found by: mdocml lint run Reviewed by: ru Notes: svn path=/head/; revision=208027
* Remove a note pertaining to the Alpha.David Schultz2007-01-051-7/+0
| | | | Notes: svn path=/head/; revision=165794
* Assorted markup fixes.Ruslan Ermilov2005-06-151-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=147402
* Replace fegetmask() and fesetmask() with feenableexcept(),David Schultz2005-03-161-9/+32
| | | | | | | | | | | | | fedisableexcept(), and fegetexcept(). These two sets of routines provide the same functionality. I implemented the former as an undocumented internal interface to make the regression test easier to write. However, fe(enable|disable|get)except() is already part of glibc, and I would like to avoid gratuitous differences. The only major flaw in the glibc API is that there's no good way to report errors on processors that don't support all the unmasked exceptions. Notes: svn path=/head/; revision=143708
* Tiny markup nits.Ruslan Ermilov2005-01-141-14/+14
| | | | Notes: svn path=/head/; revision=140225
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-1/+1
| | | | Notes: svn path=/head/; revision=140081
* Add documentation for:David Schultz2004-06-061-0/+266
- fenv(3) - feclearexcept(3), fegetexceptflag(3), feraiseexcept(3), fesetexceptflag(3), fetestexcept(3) - fegetround(3), fesetround(3) - fegetenv(3), feholdexcept(3), fesetenv(3), feupdateenv(3) Reviewed by: standards@ Notes: svn path=/head/; revision=130148