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
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 03:42:11 +0400
committerYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 03:42:11 +0400
commit9da2914941657074030253ab1806ecefe30309a7 (patch)
tree5e86febf07a94c7dfaad5eea6a136c72c3790dec
parent2ed2809fd61ed78a2cb5a89857de7163df183808 (diff)
* new-features.sgml (ov-new1.7.10): Document tgmath.h.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml4
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 279e1af4d..54dd0d40b 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-12 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * new-features.sgml (ov-new1.7.10): Document tgmath.h.
+
2012-01-06 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* new-features.sgml (ov-new1.7.10): Document pthread_sigqueue.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 5f224b847..b4c244dc8 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -72,6 +72,10 @@ Also, perror and strerror_r no longer clobber strerror storage.
</para></listitem>
<listitem><para>
+C99 &gt;tgmath.h&lt; type-generic macros.
+</para></listitem>
+
+<listitem><para>
/proc/loadavg now shows the number of currently running processes and the
total number of processes.
</para></listitem>