diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-03-14 22:32:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-03-14 22:32:50 +0000 |
commit | 02c906999c8500a43005e47f5810883b3a5189d8 (patch) | |
tree | 0ca7367bab28677656c3e3503a4361fc9e73efc5 | |
parent | 72603ae38c4c4001c08705e00882243edebafad2 (diff) | |
download | glibc-02c906999c8500a43005e47f5810883b3a5189d8.tar.gz glibc-02c906999c8500a43005e47f5810883b3a5189d8.tar.xz glibc-02c906999c8500a43005e47f5810883b3a5189d8.zip |
* Makefile: Define tst-sscanf-ENV.
* tst-sscanf.c: Use fa_IR.UTF-8 which exists internally.
-rw-r--r-- | localedata/ChangeLog | 5 | ||||
-rw-r--r-- | localedata/Makefile | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index e1bc145ec3..789b58d4f7 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2007-03-07 Steven Munroe <sjmunroe@us.ibm.com> + + * Makefile: Define tst-sscanf-ENV. + * tst-sscanf.c: Use fa_IR.UTF-8 which exists internally. + 2007-02-18 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-sscanf. diff --git a/localedata/Makefile b/localedata/Makefile index e518175b98..be80ff8950 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -289,6 +289,8 @@ tst-setlocale-ENV = LOCPATH=$(common-objpfx)localedata LC_ALL=ja_JP.EUC-JP bug-iconv-trans-ENV = LOCPATH=$(common-objpfx)localedata +tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata + tst-leaks-ENV = MALLOC_TRACE=$(objpfx)tst-leaks.mtrace \ LOCPATH=$(common-objpfx)localedata $(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out |