Commit Graph

4507 Commits

Author SHA1 Message Date
Michael Kerrisk 3c0484a7f2 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Added (null) ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:48 +00:00
Michael Kerrisk 769cb8d56e SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section.
Added ERRORS section; noted errno is not set:
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6782.
Updated CONFORMING TO.
2008-08-01 05:26:47 +00:00
Michael Kerrisk 631c6898fb SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:46 +00:00
Michael Kerrisk 4a3c2783c1 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:45 +00:00
Michael Kerrisk 48dabc9060 DESCRIPTION: Added details for special argument cases.
Added (null) RETURN VALUE section.
Added ERRORS section.
2008-08-01 05:26:44 +00:00
Michael Kerrisk 932070362d SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section; noted errno is not set:
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6781.
Updated CONFORMING TO.
2008-08-01 05:26:43 +00:00
Michael Kerrisk 1f985ccf8f SYNOPSIS: Added feature test macro requirements.
SYNOPSIS: Remove unneeded "Compile with" piece.
Added RETURN VALUE section.
Added (null) ERRORS section.
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:42 +00:00
Michael Kerrisk 8301c07d46 Removed the scalbn() and scalbln() material to a separate
scalbln.3 page.  Reason: scalb() is obsolete; also the
exception/error conditions differ somewhat, so that it
would have been confusing to document them on the same page.
SYNOPSIS: Fixed feature test macro requirements.
DESCRIPTION: some rewrites and added details.
Added RETURN VALUE section.
Added ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803
and http://sources.redhat.com/bugzilla/show_bug.cgi?id=6804.
CONFORMING TO: Rewrote.
2008-08-01 05:26:41 +00:00
Michael Kerrisk 2601c2d4a5 DESCRIPTION: added some details.
RETURN VALUE: Added details for special argument cases.
ERRORS: no errors can occur (previous text was misleading).
CONFORMING TO: Added POSIX.1-2001.
NOTES: point out that lround() may be preferred in some cases.
2008-08-01 05:26:40 +00:00
Michael Kerrisk 2517f764fe SYNOPSIS: Fixed feature test macro requirements.
DESCRIPTION: added some details.
RETURN VALUE: Added details for special argument cases.
ERRORS: no errors can occur (previous text was misleading).
CONFORMING TO: Added POSIX.1-2001.
NOTES: point out that lrint() may be preferred in some cases.
2008-08-01 05:26:39 +00:00
Michael Kerrisk eb331ea602 Added RETURN VALUE section.
Added ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801.
Updated CONFORMING TO.
2008-08-01 05:26:38 +00:00
Michael Kerrisk 57e4e4d3d0 SYNOPSIS: Fixed feature test macro requirements.
DESCRIPTION: added some details.
RETURN VALUE: Added details for special argument cases.
Rewrote ERRORS section; noted that errno is not always set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783.
Updated CONFORMING TO.
Added BUGS section noting that remainder(nan(""), 0)
wrongly causes a domain error; see
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6779
2008-08-01 05:26:37 +00:00
Michael Kerrisk 207ce83e6f SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
Added BUGS section noting that pole error sets errno to EDOM,
when it should be ERANGE instead; see also
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6776.
2008-08-01 05:26:36 +00:00
Michael Kerrisk da5e9c0ce2 SYNOPSIS: Fixed feature test macro requirements.
RETURN VALUE: Added details for special argument cases.
Added ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6799.
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:35 +00:00
Michael Kerrisk 43595898b0 SYNOPSIS: Added feature test macro requirements.
RETURN VALUE: Added details for special argument cases.
Added (null) ERRORS section.
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:34 +00:00
Michael Kerrisk e1520273aa RETURN VALUE: Added details for special argument cases.
Rewrote ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6797.
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:33 +00:00
Michael Kerrisk bf8e66b143 DESCRIPTION: some rewording.
RETURN VALUE: Added details for special argument cases.
Added ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6798.
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:32 +00:00
Michael Kerrisk cdf1aadc3d SYNOPSIS: Fixed feature test macro requirements.
DESCRIPTION: added a little detail; some rewordings.
RETURN VALUE: Added details for special argument cases.
Rewrote ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6793.
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:31 +00:00
Michael Kerrisk 3d35263196 Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:30 +00:00
Michael Kerrisk caba2e47e8 SYNOPSIS: Fixed feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6792.
Updated CONFORMING TO.
2008-08-01 05:26:29 +00:00
Michael Kerrisk b2de3faca9 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:28 +00:00
Michael Kerrisk 5109fcf93f SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:27 +00:00
Michael Kerrisk bb4abad3dc Note that these functions are deprecated.
SYNOPSIS: Fixed feature test macro requirements.
Added RETURN VALUE and ERRORS sections referring to lgamma(3).
Added BUGS section noting that pole error sets errno to EDOM,
when it should be ERANGE instead; see also
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6777.
2008-08-01 05:26:26 +00:00
Michael Kerrisk a57ce78dec SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE and ERRORS sections.
Updated CONFORMING TO.
2008-08-01 05:26:25 +00:00
Michael Kerrisk 8f6f581dab Removed material for the y*() functions to a separate y0.3 page.
Reason: the return values and errors/exceptions differ, and it
would have been confusing to document them on the same page.
Added RETURN VALUE section.
Added ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6805.
2008-08-01 05:26:24 +00:00
Michael Kerrisk d33cd73d6a SYNOPSIS: Added feature test macro requirements.
Rewrote RETURN VALUE section.
Rewrote ERRORS section; noted that errno is not set, and in some
cases an exception is not raised; see also
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6794.
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:23 +00:00
Michael Kerrisk 6bc15b8b59 SYNOPSIS: Fixed feature test macro requirements.
DESCRIPTION: note that calculation is done without causing
undue overflow or underflow.
Added RETURN VALUE section.
Added ERRORS section; noted that errno is not always set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6795.
Updated CONFORMING TO.
2008-08-01 05:26:22 +00:00
Michael Kerrisk ccf0443179 SYNOPSIS: Fixed feature test macro requirements.
Added (null) RETURN VALUE section referring to tgamma(3).
Added (null) ERRORS section referring to tgamma(3).
CONFORMING TO: Rewrote.
2008-08-01 05:26:21 +00:00
Michael Kerrisk 6717c6ea6f SYNOPSIS: Added feature test macro requirements.
Added details to RETURN VALUE section.
Added (null) ERRORS section.
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:20 +00:00
Michael Kerrisk 5840de13c8 Minor wording changes.
CONFORMING TO: Added POSIX.1-2001.
SEE ALSO: Add signbit(3).
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:19 +00:00
Michael Kerrisk 1cc72c09fc SYNOPSIS: Added feature test macro requirements.
RETURN VALUE: Added details for special argument cases.
Rewrote ERRORS section; noted that errno is not always set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783.
Updated CONFORMING TO.
SYNOPSIS: Added feature test macro requirements.
RETURN VALUE: Added details for special argument cases.
Rewrote ERRORS section; noted that errno is not always set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783.
Updated CONFORMING TO.
2008-08-01 05:26:18 +00:00
Michael Kerrisk 6bd01965d4 SYNOPSIS: Added feature test macro requirements.
DESCRIPTION: Some rewording.
Added RETURN VALUE section.
Added ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801.
Updated CONFORMING TO.
2008-08-01 05:26:17 +00:00
Michael Kerrisk f813ec1308 SYNOPSIS: Added feature test macro requirements.
DESCRIPTION: Enhanced.
RETURN VALUE: Added details for special argument cases.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:16 +00:00
Michael Kerrisk 7fde78e66f SYNOPSIS: Fixed feature test macro requirements. 2008-08-01 05:26:15 +00:00
Michael Kerrisk 1dfd49d3cd Updated CONFORMING TO. 2008-08-01 05:26:14 +00:00
Michael Kerrisk a637b7284a SYNOPSIS: Added feature test macro requirements.
DESCRIPTION: Some rewording.
Added RETURN VALUE section.
Added ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6796.
Updated CONFORMING TO.
2008-08-01 05:26:13 +00:00
Michael Kerrisk 824eec7e02 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Updated CONFORMING TO.
2008-08-01 05:26:12 +00:00
Michael Kerrisk 77c9946afa SYNOPSIS: Fixed feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section; noted that errno is not set for overflow;
see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6788.
Updated CONFORMING TO.
Added BUGS section, describing bogus underflow exception for -large;
see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6778.
2008-08-01 05:26:11 +00:00
Michael Kerrisk 898cf0a01f Added RETURN VALUE and ERRORS sections.
Updated CONFORMING TO.
2008-08-01 05:26:10 +00:00
Michael Kerrisk f4fe98d1ad SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section; noted that errno is not set for underflow;
see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6787.
2008-08-01 05:26:09 +00:00
Michael Kerrisk 3888e21988 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section; noted that errno is not set; see
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6786.
Updated CONFORMING TO.
2008-08-01 05:26:08 +00:00
Michael Kerrisk 6d5ff921e4 Removed the erfc() material (there is now a new erfc page).
Reason: the functions are logically separate; also their
return values differ, and it would have been confusing
to document them on the same page.
SYNOPSIS: Fixed feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section; noted that errno is not set; see
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6785.
Updated CONFORMING TO.
2008-08-01 05:26:07 +00:00
Michael Kerrisk 5bb52d98d0 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:06 +00:00
Michael Kerrisk 9b3a8137db SYNOPSIS: Added feature test macro requirements.
Rewrote RETURN VALUE section.
Added ERRORS section; noted errno is not set:
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6780.
Updated CONFORMING TO.
2008-08-01 05:26:05 +00:00
Michael Kerrisk db002ad78d Added RETURN VALUE section.
Updated CONFORMING TO.
2008-08-01 05:26:04 +00:00
Michael Kerrisk 578d105f4a SYNOPSIS: Added feature test macro requirements.
DESCRIPTION: Enhanced.
RETURN VALUE: Added details for special argument cases.
Rewrote ERRORS section.
Updated CONFORMING TO.
NOTES: Added some details.
2008-08-01 05:26:03 +00:00
Michael Kerrisk 54b0fbfb44 SYNOPSIS: Fixed feature test macro requirements.
Added RETURN VALUE section.
Added (null) ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:02 +00:00
Michael Kerrisk 138b47a97e SYNOPSIS: Fixed feature test macro requirements.
Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
Added BUGS section noting that pole error sets errno to EDOM,
when it should be ERANGE instead; see also
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6759.
2008-08-01 05:26:01 +00:00
Michael Kerrisk f71288ac30 SYNOPSIS: Added feature test macro requirements.
DESCRIPTION: Some rewording.
RETURN VALUE: Added details for special argument cases.
Added (null) ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:00 +00:00
Michael Kerrisk 9732b053bc SYNOPSIS: Added feature test macro requirements.
DESCRIPTION: Some rewording.
RETURN VALUE: Added details for special argument cases.
Added (null) ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:25:59 +00:00