This commit is contained in:
Michael Kerrisk 2008-08-11 20:23:28 +00:00
parent 3fd4929b9c
commit ef3279055d
1 changed files with 19 additions and 1 deletions

20
Changes
View File

@ -270,6 +270,12 @@ gets.3
mtk
CONFORMING TO: POSIX.1-2008 removes the specification of gets().
iconv.3
iconv_close.3
iconv_open.3
mtk
VERSIONS: These functions are available in glibc since version 2.1.
index.3
mtk
CONFORMING TO: POSIX.1-2008 removes the specifications of
@ -284,6 +290,14 @@ makecontext.3
CONFORMING TO: POSIX.1-2008 removes the specifications of
makecontext() and swapcontext().
memchr.3
mtk
VERSIONS: memrchr() since glibc 2.2; rawmemchr() since glibc 2.1.
mempcpy.3
mtk
VERSIONS: mempcpy() since glibc 2.1.
mktemp.3
mtk
CONFORMING TO: POSIX.1-2008 removes the specification of mktemp().
@ -310,6 +324,10 @@ sigset.3
CONFORMING TO: POSIX.1-2008 marks sighold(), sigignore(),
sigpause(), sigrelse(), and sigset() as obsolete.
strchr.3
mtk
VERSIONS: strchrnul() since glibc 2.1.1.
tempnam.3
mtk
CONFORMING TO: POSIX.1-2008 marks tempnam() as obsolete.
@ -416,7 +434,7 @@ cosh.3
fenv.3
mtk / Fabian Kreuz
Provide more detail in the description of rounding modes.
Add text describing FLT_ROUNDS (foermerly in fma.3).
Add text describing FLT_ROUNDS (formerly in fma.3).
Add BUGS section pointing out the FLT_ROUNDS does not reflect
changes by fesetround().