]> sourceware.org Git - newlib-cygwin.git/commitdiff
* new-features.sgml (ov-new1.7.8): Document strerror_r fixes.
authorEric Blake <eblake@redhat.com>
Thu, 10 Feb 2011 17:38:18 +0000 (17:38 +0000)
committerEric Blake <eblake@redhat.com>
Thu, 10 Feb 2011 17:38:18 +0000 (17:38 +0000)
winsup/doc/ChangeLog
winsup/doc/new-features.sgml

index bdae2d2f0127edfe17a2c69f4ffe8e05b4d9c5b9..d936503e730f8e34c5fe84c468294d4ded28f5cd 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-10  Eric Blake  <eblake@redhat.com>
+
+       * new-features.sgml (ov-new1.7.8): Document strerror_r fixes.
+
 2011-02-10  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
 
        * new-features.sgml (ov-new1.7.8): Document pthread_yield.
index eb08885fcd7f97a019ae2a261fc2dfacceac9202..1179fe5068ce51973143aa5e9c7b215e202558b5 100644 (file)
@@ -41,6 +41,13 @@ the specified language, and the "@cjknarrow" locale modifier can still be used
 to force width 1.)
 </para></listitem>
 
+<listitem><para>
+The strerror_r interface now has two flavors; if _GNU_SOURCE is
+defined, it retains the previous behavior of returning char *
+(but the result is now guaranteed to be NUL-terminated); otherwise
+it now obeys POSIX semantics of returning int.
+</para></listitem>
+
 <listitem><para>
 Other new APIs: llround, llroundf, madvise, pthread_yield.
 Export program_invocation_name, program_invocation_short_name.
This page took 0.034125 seconds and 5 git commands to generate.