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-05-25 23:08:46 +0400
committerEric Blake <eblake@redhat.com>2011-05-25 23:08:46 +0400
commit4e989b35d152a63d9cf49e3ce942961828e9f0e7 (patch)
treeb02e1be48354176b8e69befe1edd72440217207a /winsup
parent154fa4d7ef23ee85e937ab6d1f1fab49dfb1872a (diff)
* new-features.sgml (ov-new1.7.10): Document strerror changes.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index b9185ea9f..80158c410 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-25 Eric Blake <eblake@redhat.com>
+
+ * new-features.sgml (ov-new1.7.10): Document strerror changes.
+
2011-05-25 Corinna Vinschen <corinna@vinschen.de>
* legal.sgml: Drop an old paragraph. Reactivate copyright note for
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index b0ed8298b..1c8143306 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -33,6 +33,7 @@ New APIs: clock_getcpuclockid, pthread_getcpuclockid.
<listitem><para>
GNU/glibc error.h error reporting functions. New APIs: error, error_at_line.
New exports: error_message_count, error_one_per_line, error_print_progname.
+Also, perror and strerror_r no longer clobber strerror storage.
</para></listitem>
<listitem><para>