From 02c906999c8500a43005e47f5810883b3a5189d8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 Mar 2007 22:32:50 +0000 Subject: [PATCH] * Makefile: Define tst-sscanf-ENV. * tst-sscanf.c: Use fa_IR.UTF-8 which exists internally. --- localedata/ChangeLog | 5 +++++ localedata/Makefile | 2 ++ 2 files changed, 7 insertions(+) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index e1bc145..789b58d 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2007-03-07 Steven Munroe + + * Makefile: Define tst-sscanf-ENV. + * tst-sscanf.c: Use fa_IR.UTF-8 which exists internally. + 2007-02-18 Ulrich Drepper * Makefile (tests): Add tst-sscanf. diff --git a/localedata/Makefile b/localedata/Makefile index e518175..be80ff8 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 -- 2.7.4