diff options
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 | ||||
-rw-r--r-- | winsup/cygwin/posix.sgml | 36 |
2 files changed, 35 insertions, 11 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 0163a57d2..c1d8353fc 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,15 @@ 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> + * cygtls.cc (_cygtls::init_exception_handler): Revert patch from 2005-12-02. * exceptions.cc (stack_info::walk): Add workaround for NT 5.2 diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml index 28717eb21..9fe064874 100644 --- a/winsup/cygwin/posix.sgml +++ b/winsup/cygwin/posix.sgml @@ -347,6 +347,9 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> listen llabs lldiv + llrint + llrintf + llrintl localeconv localtime localtime_r @@ -362,6 +365,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> lrand48 lrint lrintf + lrintl lround lroundf lsearch @@ -561,6 +565,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> rindex rint rintf + rintl rmdir round roundf @@ -795,8 +800,13 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> wcsrtombs wcsspn wcsstr + wcstol + wcstoll wcstombs + wcstoul + wcstoull wcswidth + wcsxfrm wctob wctomb wctrans @@ -924,7 +934,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> </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> argz_add @@ -954,14 +964,26 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> exp10f fcloseall fcloseall_r + fgetxattr + flistxattr fopencookie + fremovexattr + fsetxattr getline getopt_long getopt_long_only + getxattr + lgetxattr + listxattr + llistxattr + lremovexattr + lsetxattr memmem mempcpy pow10 pow10f + removexattr + setxattr stpcpy stpncpy strndup @@ -975,6 +997,8 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> vasprintf vasprintf_r vdprintf + wcpcpy + wcpncpy </screen> </sect1> @@ -1168,9 +1192,6 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> ldexpl lgammal lio_listio - llrint - llrintf - llrintl llround llroundf llroundl @@ -1180,7 +1201,6 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> log2l logbl logl - lrintl lroundl makecontext mlockall @@ -1213,7 +1233,6 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> putmsg reminderl remquol - rintl roundl scalblnl scalbnl @@ -1249,14 +1268,9 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para> wcstof wcstoimax wcstok - wcstol wcstold - wcstoll - wcstoul - wcstoull wcstoumax wcswcs - wcsxfrm wordexp wordfree wscanf |