diff options
author | Eric Blake <eblake@redhat.com> | 2011-05-25 19:08:46 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-05-25 19:08:46 +0000 |
commit | 4e989b35d152a63d9cf49e3ce942961828e9f0e7 (patch) | |
tree | b02e1be48354176b8e69befe1edd72440217207a | |
parent | 154fa4d7ef23ee85e937ab6d1f1fab49dfb1872a (diff) | |
download | cygnal-4e989b35d152a63d9cf49e3ce942961828e9f0e7.tar.gz cygnal-4e989b35d152a63d9cf49e3ce942961828e9f0e7.tar.bz2 cygnal-4e989b35d152a63d9cf49e3ce942961828e9f0e7.zip |
* new-features.sgml (ov-new1.7.10): Document strerror changes.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 1 |
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> |