diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-18 01:26:56 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-18 01:26:56 +0000 |
commit | d6b764cc83fcdf3a0c5ab32cbdb7967d7470f233 (patch) | |
tree | 7fd2016481d22bb87153eb99809aa3a06ac21e99 /winsup/doc | |
parent | d470b53c98d32d2371d8d5465f849be11f80a696 (diff) | |
download | newlib-d6b764cc83fcdf3a0c5ab32cbdb7967d7470f233.zip newlib-d6b764cc83fcdf3a0c5ab32cbdb7967d7470f233.tar.gz newlib-d6b764cc83fcdf3a0c5ab32cbdb7967d7470f233.tar.bz2 |
* new-features.sgml (ov-new1.7.10): Document error.h functions.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index ca1e14d..bc4d595 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 2011-05-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + * new-features.sgml (ov-new1.7.10): Document error.h functions. + +2011-05-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + * new-features.sgml (ov-new1.7.10): Document CPU-time clock support. Move pthread stack management APIs to separate listitem. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 31f516a..4e9bd59 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -31,6 +31,11 @@ New APIs: clock_getcpuclockid, pthread_getcpuclockid. </para></listitem> <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. +</para></listitem> + +<listitem><para> /proc/loadavg now shows the number of currently running processes and the total number of processes. </para></listitem> |