Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-02-10 20:38:18 +0300
committerEric Blake <eblake@redhat.com>2011-02-10 20:38:18 +0300
commitf6b802d9128ed05ea079baefad65384806bc4153 (patch)
tree75a7309367a10e821618467632267993e65fbefa /winsup
parent3c9abad56b7428a396c89b4c18a2adad0106f720 (diff)
* new-features.sgml (ov-new1.7.8): Document strerror_r fixes.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml7
2 files changed, 11 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index bdae2d2f0..d936503e7 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -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.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index eb08885fc..1179fe506 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -42,6 +42,13 @@ 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.
Support TIOCGPGRP, TIOCSPGRP ioctls.