This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-577-g62c4a69


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  62c4a69dc2aea24776cbf0e951d41709a7408cc6 (commit)
      from  cbc818d0ee66065f3942beffdca82986615aa19a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=62c4a69dc2aea24776cbf0e951d41709a7408cc6

commit 62c4a69dc2aea24776cbf0e951d41709a7408cc6
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 1 00:22:04 2012 +0000

    Build en_US.UTF-8 locale for testing.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 3e775ed..fbfd189 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+	* Makefile [$(run-built-tests) = yes] (LOCALES): Add en_US.UTF-8.
+
 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
 
 	* Makefile [$(cross-compiling) = no]: Change condition to
diff --git a/localedata/Makefile b/localedata/Makefile
index d1b277e..9501a79 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -116,7 +116,7 @@ CFLAGS-tst-trans.c = -Wno-format
 ifeq ($(run-built-tests),yes)
 # We have to generate locales
 LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
-	   en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \
+	   en_US.ISO-8859-1 en_US.UTF-8 ja_JP.EUC-JP da_DK.ISO-8859-1 \
 	   hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \
 	   nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 tr_TR.UTF-8 cs_CZ.UTF-8 \
 	   zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog |    4 ++++
 localedata/Makefile  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]