* posix.sgml: Move llrint, llrintf, llrintl, lrintl, rintl, wcstol,

wcstoll, wcstoul, wcstoull, wcsxfrm from unimplemented to implemented
	POSIX interfaces.
	Change headline of "GNU extensions" to "GNU and Linux extensions".
	Add fgetxattr, flistxattr, fremovexattr, fsetxattr, getxattr, lgetxattr,
	listxattr, llistxattr, lremovexattr, lsetxattr, removexattr, setxattr,
	wcpcpy and wcpncpy to list of implemented GNU functions.
This commit is contained in:
Corinna Vinschen 2008-02-13 14:50:39 +00:00
parent 5cb998e66c
commit a9414ca6d8
2 changed files with 35 additions and 11 deletions

View File

@ -1,3 +1,13 @@
2008-02-13 Corinna Vinschen <corinna@vinschen.de>
* posix.sgml: Move llrint, llrintf, llrintl, lrintl, rintl, wcstol,
wcstoll, wcstoul, wcstoull, wcsxfrm from unimplemented to implemented
POSIX interfaces.
Change headline of "GNU extensions" to "GNU and Linux extensions".
Add fgetxattr, flistxattr, fremovexattr, fsetxattr, getxattr, lgetxattr,
listxattr, llistxattr, lremovexattr, lsetxattr, removexattr, setxattr,
wcpcpy and wcpncpy to list of implemented GNU functions.
2008-02-13 Corinna Vinschen <corinna@vinschen.de> 2008-02-13 Corinna Vinschen <corinna@vinschen.de>
* cygtls.cc (_cygtls::init_exception_handler): Revert patch * cygtls.cc (_cygtls::init_exception_handler): Revert patch

View File

@ -347,6 +347,9 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
listen listen
llabs llabs
lldiv lldiv
llrint
llrintf
llrintl
localeconv localeconv
localtime localtime
localtime_r localtime_r
@ -362,6 +365,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
lrand48 lrand48
lrint lrint
lrintf lrintf
lrintl
lround lround
lroundf lroundf
lsearch lsearch
@ -561,6 +565,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
rindex rindex
rint rint
rintf rintf
rintl
rmdir rmdir
round round
roundf roundf
@ -795,8 +800,13 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
wcsrtombs wcsrtombs
wcsspn wcsspn
wcsstr wcsstr
wcstol
wcstoll
wcstombs wcstombs
wcstoul
wcstoull
wcswidth wcswidth
wcsxfrm
wctob wctob
wctomb wctomb
wctrans wctrans
@ -924,7 +934,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
</sect1> </sect1>
<sect1 id="std-gnu"><title>System interfaces compatible with GNU extensions:</title> <sect1 id="std-gnu"><title>System interfaces compatible with GNU or Linux extensions:</title>
<screen> <screen>
argz_add argz_add
@ -954,14 +964,26 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
exp10f exp10f
fcloseall fcloseall
fcloseall_r fcloseall_r
fgetxattr
flistxattr
fopencookie fopencookie
fremovexattr
fsetxattr
getline getline
getopt_long getopt_long
getopt_long_only getopt_long_only
getxattr
lgetxattr
listxattr
llistxattr
lremovexattr
lsetxattr
memmem memmem
mempcpy mempcpy
pow10 pow10
pow10f pow10f
removexattr
setxattr
stpcpy stpcpy
stpncpy stpncpy
strndup strndup
@ -975,6 +997,8 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
vasprintf vasprintf
vasprintf_r vasprintf_r
vdprintf vdprintf
wcpcpy
wcpncpy
</screen> </screen>
</sect1> </sect1>
@ -1168,9 +1192,6 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
ldexpl ldexpl
lgammal lgammal
lio_listio lio_listio
llrint
llrintf
llrintl
llround llround
llroundf llroundf
llroundl llroundl
@ -1180,7 +1201,6 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
log2l log2l
logbl logbl
logl logl
lrintl
lroundl lroundl
makecontext makecontext
mlockall mlockall
@ -1213,7 +1233,6 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
putmsg putmsg
reminderl reminderl
remquol remquol
rintl
roundl roundl
scalblnl scalblnl
scalbnl scalbnl
@ -1249,14 +1268,9 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
wcstof wcstof
wcstoimax wcstoimax
wcstok wcstok
wcstol
wcstold wcstold
wcstoll
wcstoul
wcstoull
wcstoumax wcstoumax
wcswcs wcswcs
wcsxfrm
wordexp wordexp
wordfree wordfree
wscanf wscanf