aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/posix.xml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-08-10 16:30:46 +0200
committerCorinna Vinschen <corinna@vinschen.de>2016-08-15 17:35:21 +0200
commit238455adfab4f8070ac65400aac22bb8a9e502fc (patch)
tree68dbe978bc7250338ba2de4bab0db5f2feb81b32 /winsup/doc/posix.xml
parent5ef60b7e6a0abad86fe637197f738f8a90b525c8 (diff)
downloadnewlib-238455adfab4f8070ac65400aac22bb8a9e502fc.zip
newlib-238455adfab4f8070ac65400aac22bb8a9e502fc.tar.gz
newlib-238455adfab4f8070ac65400aac22bb8a9e502fc.tar.bz2
Implement strto[dflu]_l/wcsto[dflu]_l
Implement GNU extensions strtod_l, strtof_l, strtol_l, strtold_l, strtoll_l, strtoul_l, strtoull_l, wcstod_l, wcstof_l, wcstol_l, wcstold_l, wcstoll_l, wcstoul_l, wcstoull_l. Export from Cygwin, fix posix.xml. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/posix.xml')
-rw-r--r--winsup/doc/posix.xml22
1 files changed, 18 insertions, 4 deletions
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 48499fb..5a1e040 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -1290,11 +1290,11 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
exp10l
fcloseall
fcloseall_r
- fegetprec
- fesetprec
- feenableexcept
fedisableexcept
+ feenableexcept
fegetexcept
+ fegetprec
+ fesetprec
ffsl
ffsll
fgets_unlocked
@@ -1310,9 +1310,9 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
fsetxattr
get_avphys_pages
get_current_dir_name
- get_phys_pages
get_nprocs
get_nprocs_conf
+ get_phys_pages
getmntent_r
getopt_long
getopt_long_only
@@ -1350,6 +1350,13 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
sincosf
sincosl
strchrnul
+ strtod_l
+ strtof_l
+ strtol_l
+ strtold_l
+ strtoll_l
+ strtoul_l
+ strtoull_l
sysinfo
tdestroy
timegm
@@ -1360,6 +1367,13 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
vasnprintf
vasprintf
vasprintf_r
+ wcstod_l
+ wcstof_l
+ wcstol_l
+ wcstold_l
+ wcstoll_l
+ wcstoul_l
+ wcstoull_l
</screen>
</sect1>