* posix.xml (std-susv4): Move cabsl, cimagl, creall, hypotl, sqrtl here
from std-notimpl. Add finitel.
This commit is contained in:
parent
f1b0fac03c
commit
cf213809c4
@ -1,3 +1,8 @@
|
|||||||
|
2015-02-06 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* posix.xml (std-susv4): Move cabsl, cimagl, creall, hypotl, sqrtl here
|
||||||
|
from std-notimpl. Add finitel.
|
||||||
|
|
||||||
2015-02-04 Corinna Vinschen <corinna@vinschen.de>
|
2015-02-04 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* posix.xml (std-susv4): Move wcstold here from std-notimpl.
|
* posix.xml (std-susv4): Move wcstold here from std-notimpl.
|
||||||
|
@ -56,6 +56,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
btowc
|
btowc
|
||||||
cabs
|
cabs
|
||||||
cabsf
|
cabsf
|
||||||
|
cabsl
|
||||||
cacos
|
cacos
|
||||||
cacosf
|
cacosf
|
||||||
cacosh
|
cacosh
|
||||||
@ -94,6 +95,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
chown
|
chown
|
||||||
cimag
|
cimag
|
||||||
cimagf
|
cimagf
|
||||||
|
cimagl
|
||||||
clearerr
|
clearerr
|
||||||
clock
|
clock
|
||||||
clock_getcpuclockid
|
clock_getcpuclockid
|
||||||
@ -122,6 +124,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
cprojf
|
cprojf
|
||||||
creal
|
creal
|
||||||
crealf
|
crealf
|
||||||
|
creall
|
||||||
creat
|
creat
|
||||||
crypt (available in external "crypt" library)
|
crypt (available in external "crypt" library)
|
||||||
csin
|
csin
|
||||||
@ -341,6 +344,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
htons
|
htons
|
||||||
hypot
|
hypot
|
||||||
hypotf
|
hypotf
|
||||||
|
hypotl
|
||||||
iconv (available in external "libiconv" library)
|
iconv (available in external "libiconv" library)
|
||||||
iconv_close (available in external "libiconv" library)
|
iconv_close (available in external "libiconv" library)
|
||||||
iconv_open (available in external "libiconv" library)
|
iconv_open (available in external "libiconv" library)
|
||||||
@ -792,6 +796,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
sprintf
|
sprintf
|
||||||
sqrt
|
sqrt
|
||||||
sqrtf
|
sqrtf
|
||||||
|
sqrtl
|
||||||
srand
|
srand
|
||||||
srand48
|
srand48
|
||||||
srandom
|
srandom
|
||||||
@ -1012,6 +1017,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
fgetc_unlocked
|
fgetc_unlocked
|
||||||
finite
|
finite
|
||||||
finitef
|
finitef
|
||||||
|
finitel
|
||||||
fiprintf
|
fiprintf
|
||||||
flock (see chapter "Implementation Notes")
|
flock (see chapter "Implementation Notes")
|
||||||
forkpty
|
forkpty
|
||||||
@ -1367,7 +1373,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
atan2l
|
atan2l
|
||||||
atanhl
|
atanhl
|
||||||
atanl
|
atanl
|
||||||
cabsl
|
|
||||||
cacoshl
|
cacoshl
|
||||||
cacosl
|
cacosl
|
||||||
cargl
|
cargl
|
||||||
@ -1379,7 +1384,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
ccosl
|
ccosl
|
||||||
ceill
|
ceill
|
||||||
cexpl
|
cexpl
|
||||||
cimagl
|
|
||||||
clogl
|
clogl
|
||||||
conjl
|
conjl
|
||||||
copysignl
|
copysignl
|
||||||
@ -1387,7 +1391,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
cosl
|
cosl
|
||||||
cpowl
|
cpowl
|
||||||
cprojl
|
cprojl
|
||||||
creall
|
|
||||||
csinhl
|
csinhl
|
||||||
csinl
|
csinl
|
||||||
csqrtl
|
csqrtl
|
||||||
@ -1419,7 +1422,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
getnetbyname
|
getnetbyname
|
||||||
getnetent
|
getnetent
|
||||||
getpmsg
|
getpmsg
|
||||||
hypotl
|
|
||||||
ilogbl
|
ilogbl
|
||||||
isalnum_l
|
isalnum_l
|
||||||
isalpha_l
|
isalpha_l
|
||||||
@ -1488,7 +1490,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
sigtimedwait
|
sigtimedwait
|
||||||
sinhl
|
sinhl
|
||||||
sinl
|
sinl
|
||||||
sqrtl
|
|
||||||
strcasecmp_l
|
strcasecmp_l
|
||||||
strcoll_l
|
strcoll_l
|
||||||
strfmon_l
|
strfmon_l
|
||||||
|
Loading…
x
Reference in New Issue
Block a user