* posix.xml (std-susv4): Move wcstold here from std-notimpl.
This commit is contained in:
parent
e744f119e8
commit
604656a35a
|
@ -1,3 +1,7 @@
|
||||||
|
2015-02-04 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* posix.xml (std-susv4): Move wcstold here from std-notimpl.
|
||||||
|
|
||||||
2015-02-04 Corinna Vinschen <corinna@vinschen.de>
|
2015-02-04 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* new-features.xml (ov-new1.7.34): Add wcstold.
|
* new-features.xml (ov-new1.7.34): Add wcstold.
|
||||||
|
|
|
@ -950,6 +950,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
wcstoimax
|
wcstoimax
|
||||||
wcstok
|
wcstok
|
||||||
wcstol
|
wcstol
|
||||||
|
wcstold
|
||||||
wcstoll
|
wcstoll
|
||||||
wcstombs
|
wcstombs
|
||||||
wcstoul
|
wcstoul
|
||||||
|
@ -1508,7 +1509,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
waitid
|
waitid
|
||||||
wcscasecmp_l
|
wcscasecmp_l
|
||||||
wcsncasecmp_l
|
wcsncasecmp_l
|
||||||
wcstold
|
|
||||||
wcsxfrm_l
|
wcsxfrm_l
|
||||||
wctrans_l
|
wctrans_l
|
||||||
wctype_l
|
wctype_l
|
||||||
|
|
Loading…
Reference in New Issue