Commit Graph

1551 Commits

Author SHA1 Message Date
Michael Kerrisk 4a19ca57dd POSIX.1-2008 specifes fdopendir(). 2008-08-06 12:28:37 +00:00
Michael Kerrisk a2fa863ac4 POSIX.1-2008 removes the specification of mktemp(). 2008-08-06 12:26:00 +00:00
Michael Kerrisk 6a8e41e9a8 POSIX.1-2008 removes the specifications of makecontext() and swapcontext(). 2008-08-06 12:24:39 +00:00
Michael Kerrisk 712ad842d8 POSIX.1-2008 marks isalpha() as obsolete. 2008-08-06 12:22:58 +00:00
Michael Kerrisk 97c8e181d7 POSIX.1-2008 remoevs the specifications of index() and rindex(). 2008-08-06 12:21:53 +00:00
Michael Kerrisk a0a7726415 POSIX.1-2008 removes the specification of gets(). 2008-08-06 12:20:20 +00:00
Michael Kerrisk 381c50fd4c POSIX.1-2008 removes the specifications of gethostbyname(),
gethostbyaddr(), and h_errno.
2008-08-06 12:18:31 +00:00
Michael Kerrisk 676ed7e83d POSIX.1-2008 removes the specification of getwd(). 2008-08-06 12:16:14 +00:00
Michael Kerrisk 0b458448dc POSIX.1-2008 removes the specification of gcvt(). 2008-08-06 12:11:39 +00:00
Michael Kerrisk 2f0526ae0c POSIX.1-2008 marks ftime() as obsolete. 2008-08-06 12:09:19 +00:00
Michael Kerrisk b7be83b76a POSIX.1-2008 marks ftw() as obsolete. 2008-08-06 12:09:11 +00:00
Michael Kerrisk 2ce9417332 POSIX.1-2008 removes the specifications of ecvt() and fcvt(). 2008-08-06 12:06:23 +00:00
Michael Kerrisk db546f6cf6 These functions are nowadays in POSIX.1-2008. 2008-08-06 12:04:37 +00:00
Michael Kerrisk ca5711a5ed POSIX.1-2008 marks asctime(), asctime_r(), ctime(), and ctime_r() as obsolete. 2008-08-06 10:58:05 +00:00
Michael Kerrisk 44a31ea53f POSIX.1-2008 removes the specification of bsd_signal(). 2008-08-06 10:54:36 +00:00
Michael Kerrisk 32982a3ee3 POSIX.1-2008 removes the specification of bzero(). 2008-08-06 10:54:14 +00:00
Michael Kerrisk fed8765228 POSIX.1-2008 removes the specification of bcmp(). 2008-08-06 10:54:00 +00:00
Michael Kerrisk 22ae7fd850 Added FIXME 2008-08-06 10:41:06 +00:00
Michael Kerrisk 0a0cb763bc ffix 2008-08-06 06:12:44 +00:00
Michael Kerrisk 257688032a Fix mis-ordered (.SH) sections. 2008-08-05 16:42:24 +00:00
Michael Kerrisk 7ef981de65 BUGS: described buggy NaN return when x is negative and y is large.
See also: http://sources.redhat.com/bugzilla/show_bug.cgi?id=3866.
2008-08-05 14:39:13 +00:00
Michael Kerrisk 385cf745ec Removed trailing white space at end of lines 2008-08-05 10:33:06 +00:00
Michael Kerrisk 3e807a314d fix misordered sections 2008-08-05 10:28:20 +00:00
Michael Kerrisk 637d38e3ab Fix misordered sections 2008-08-05 10:27:16 +00:00
Michael Kerrisk efe294cb80 grfix 2008-08-04 16:00:58 +00:00
Michael Kerrisk 19153d9948 Make style of writing exception names consistent with other
pages and POSIX.1-2001.
2008-08-04 10:17:22 +00:00
Michael Kerrisk 30c5488ea6 grfix 2008-08-04 10:14:16 +00:00
Michael Kerrisk f7d3c7a885 Bugs text shd refer to pole error, not range error. 2008-08-04 06:11:37 +00:00
Michael Kerrisk 0b9fe52822 tweak 2008-08-04 05:27:01 +00:00
Michael Kerrisk 19dffabe26 Fix description of bogus underflow exception for -large,
Describing bogus invalid exception for certain +large.
2008-08-04 05:00:32 +00:00
Michael Kerrisk a19492526e update timestamp 2008-08-01 05:54:27 +00:00
Michael Kerrisk d65519e819 New page.
Created after removing the scalbln*() and scalbn*() material
from scalb.3.  Documents scalbln() and scalbn() functions.
Included ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803.
2008-08-01 05:37:29 +00:00
Michael Kerrisk 17d2ffdfb1 New page.
Created after removing the y*() material from j0.3.
Documents the Bessel functions of the second kind.
Included ERRORS section; noted that an exception is not
raised on underflow, see also
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6806;
and errno is not set on overflow, see also
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6808;
Included BUGS section noting that errno is incorrectly
set for pole error; see also
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6807.
2008-08-01 05:36:10 +00:00
Michael Kerrisk 1521a50485 New page.
Created after removing the erfc() material from erf.3.
Documents the complementary error function.
2008-08-01 05:35:29 +00:00
Michael Kerrisk f1ab30a75c RETURN VALUE: small rewording.
CONFORMING TO: Added POSIX.1-2001.
Added NOTES section explaining that result may be too large
to store in an integer type.
2008-08-01 05:26:50 +00:00
Michael Kerrisk cf8b7bc8dd Added RETURN VALUE section.
Rewrote ERRORS section; noted that errno is not set /
incorrectly set in some cases; see also
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6809
and http://sources.redhat.com/bugzilla/show_bug.cgi?id=6810.
CONFORMING TO: Added POSIX.1-2001.
Added NOTES section to hold text explaining origin of tgamma().
2008-08-01 05:26:49 +00:00
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