diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 30809696ae..873851670c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2015-08-26 Stefan Liebler <stli@linux.vnet.ibm.com> + * NEWS: New item for IBM z13 string optimizations. + +2015-08-26 Stefan Liebler <stli@linux.vnet.ibm.com> + * sysdeps/s390/multiarch/memrchr-c.c: New File. * sysdeps/s390/multiarch/memrchr-vx.S: Likewise. * sysdeps/s390/multiarch/memrchr.c: Likewise. diff --git a/NEWS b/NEWS index ee0a9be47a..80bddc8a02 100644 --- a/NEWS +++ b/NEWS @@ -10,12 +10,15 @@ Version 2.23 * The following bugs are resolved with this release: 14341, 16517, 16519, 16520, 16734, 16973, 17787, 17905, 18084, 18086, - 18240, 18265, 18370, 18421, 18480, 18525, 18618, 18647, 18661, 18674, - 18681, 18778, 18781, 18787, 18789, 18790, 18795, 18796, 18820, 18823, - 18824. + 18240, 18265, 18370, 18421, 18480, 18525, 18610, 18618, 18647, 18661, + 18674,18681, 18778, 18781, 18787, 18789, 18790, 18795, 18796, 18820, + 18823, 18824. * The obsolete header <regexp.h> has been removed. Programs that require this header must be updated to use <regex.h> instead. + +* Optimized string, wcsmbs and memory functions for IBM z13. + Implemented by Stefan Liebler. Version 2.22 |