diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-07 06:51:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-07 06:51:59 +0000 |
commit | 4bcb2658ff02d72aa83640cf76ac65a430f17004 (patch) | |
tree | c16826690adfb652fd633f88fc8782585f1cd7ea /NEWS | |
parent | 322e23db2402ceb66d7f7e5f59d07965382f298a (diff) | |
download | glibc-4bcb2658ff02d72aa83640cf76ac65a430f17004.tar glibc-4bcb2658ff02d72aa83640cf76ac65a430f17004.tar.gz glibc-4bcb2658ff02d72aa83640cf76ac65a430f17004.tar.bz2 glibc-4bcb2658ff02d72aa83640cf76ac65a430f17004.zip |
* string/strverscmp.c (__strverscmp): Fix last cleanups.cvs/fedora-glibc-20090407T0657
* string/tst-svc.input: Add new test case.
* string/tst-svc.expect: Adjust.
* string/Makefile: Don't ignore tst-svc error.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ Version 2.10 * New locales: nan_TW@latin, ks_IN -* Faster strlen and strchr on x86-64. +* Faster strlen, strchr, and memchr on x86-64. Implemented by Ulrich Drepper. |