diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-14 20:15:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-14 20:15:21 +0000 |
commit | 4546646233574f321f9deedff928b980d82f4fc7 (patch) | |
tree | 79536d0cf197be637433464023ff4c8ce541a821 /string/Makefile | |
parent | 878b72c5ee9201dcc65bff3fa21d3d2036fcc4ea (diff) | |
download | glibc-4546646233574f321f9deedff928b980d82f4fc7.tar.gz glibc-4546646233574f321f9deedff928b980d82f4fc7.tar.xz glibc-4546646233574f321f9deedff928b980d82f4fc7.zip |
[BZ #9913]
* string/strverscmp.c (__strverscmp): Fix case of different digits in fractional part of string. Patch by Jingyu Liu <jyliu@fortinet.com>. * string/Makefile (tests): Add tst-svc2. * string/tst-svc2.c: New file. * string/strverscmp.c (__strverscmp): Optimize size of tables.
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/string/Makefile b/string/Makefile index cccd68cf45..127e25fbd9 100644 --- a/string/Makefile +++ b/string/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2002, 2005-2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 1991-2002, 2005-2008, 2009 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -54,7 +54,7 @@ tests := tester inl-tester noinl-tester testcopy test-ffs \ bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap \ tst-strtok tst-strxfrm bug-strcoll1 tst-strfry \ bug-strtok1 $(addprefix test-,$(strop-tests)) \ - bug-envz1 tst-strxfrm2 tst-endian + bug-envz1 tst-strxfrm2 tst-endian tst-svc2 distribute := memcopy.h pagecopy.h tst-svc.expect test-string.h \ str-two-way.h |