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:
authorJeff Johnston <jjohnstn@redhat.com>2019-01-01 07:40:11 +0300
committerJeff Johnston <jjohnstn@redhat.com>2019-01-01 07:40:11 +0300
commit572687310059534b2da9428ca19df992509c8a5d (patch)
tree8cc7ce7a1154945fd32b6547c4cfffbacf1a0bc2 /newlib/NEWS
parent07e0a9584f9a5b2668c767ede0482a5fba498731 (diff)
Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index 57b36ea89..90169cd9c 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,3 +1,17 @@
+*** Major changes in newlib version 3.1.0:
+
+- global stdio streams support added for reent small
+- _CLOCKID_T made system configurable
+- generated Unicode 10.0 width data, case conversion data,
+ character category data
+- Unicode table generation scripts fixed/enhanced
+- performance enhancements for qsort, strstr
+- nvptx port added
+- sinf/cosf/sincosf/exp/exp2/log/log2/pow rewritten for performance and accuracy
+- various gcc warnings fixed
+- various standard improvements
+
+
*** Major changes in newlib version 3.0.0:
- K&R support removed in code and docs