diff options
author | Martin Sebor <msebor@gcc.gnu.org> | 2015-09-28 16:55:57 -0400 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2015-09-28 16:55:57 -0400 |
commit | 60cf80f09d029257caedc0c8abe7e3e09c64e6c7 (patch) | |
tree | 3527e453dfb97f4b54ba476572bb8b044dbf5714 /ChangeLog | |
parent | d36c75fc0d44deec29635dd239b0fbd206ca49b7 (diff) | |
download | glibc-60cf80f09d029257caedc0c8abe7e3e09c64e6c7.zip glibc-60cf80f09d029257caedc0c8abe7e3e09c64e6c7.tar.gz glibc-60cf80f09d029257caedc0c8abe7e3e09c64e6c7.tar.bz2 |
Let 'make check subdirs=string' succeed even when it's invoked
immediately after glibc has been built and before 'make check'
(or after 'make clean').
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2015-09-28 Martin Sebor <msebor@redhat.com> + + [BZ #18969] + * string/Makefile (LOCALES): Define. + (gen-locales.mk): Include. + (test-strcasecmp.out, test-strncasecmp.out, tst-strxfrm.out) + (tst-strxfrm2.out): Add deppendency on $(gen-locales). + * string/tst-strxfrm2.c (do_test): Print the name of the locale + on setlocale failure. + 2015-09-26 Paul Pluzhnikov <ppluzhnikov@google.com> [BZ #18985] |