From ef3279055df7f90f6aa71f8c4d31c20b8792a794 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 11 Aug 2008 20:23:28 +0000 Subject: [PATCH] sync --- Changes | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 67ac98130..d0262ba62 100644 --- a/Changes +++ b/Changes @@ -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().