summaryrefslogtreecommitdiffstats
path: root/lib/msun/man/fenv.3
Commit message (Collapse)AuthorAgeFilesLines
* Minor corrections and clarifications regarding exceptions.das2011-10-211-12/+23
|
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-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
* Remove a note pertaining to the Alpha.das2007-01-051-7/+0
|
* Assorted markup fixes.ru2005-06-151-1/+1
| | | | Approved by: re
* Replace fegetmask() and fesetmask() with feenableexcept(),das2005-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.
* Tiny markup nits.ru2005-01-141-14/+14
|
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+1
|
* Add documentation for:das2004-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@
OpenPOWER on IntegriCloud