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.15-1168-g771766d


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  771766df5ad38fdce118d4b3a4a7a7825e19fb96 (commit)
      from  8e0933bb47989ac4c3cdcc05375f3ecf47c162f0 (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=771766df5ad38fdce118d4b3a4a7a7825e19fb96

commit 771766df5ad38fdce118d4b3a4a7a7825e19fb96
Author: Carlos O'Donell <carlos_odonell@mentor.com>
Date:   Wed Jun 13 16:50:29 2012 -0700

    Set default charset to UTF-8 for libc.pot.

diff --git a/ChangeLog b/ChangeLog
index 4dff767..e46b9cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
+
+	* po/Makefile (libc.pot): Use UTF-8 charset.
+
 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	[BZ #14210]
diff --git a/po/Makefile b/po/Makefile
index 4ca0d1c..3e3f909 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -56,6 +56,7 @@ libc.pot: header.pot libc.pot.files
 	set `date -R`; disp="$$6"; \
 	sed -e 's/VERSION/$(version)/' \
 	    -e "s/DATE/`date +'%Y-%m-%d %H:%M'$$disp`/" \
+	    -e "s/CHARSET/UTF-8/" \
 	    $< > $@.new
 	egrep -v '\.ksh$$' $(word 2,$^) > $(objdir)/tmp-libc.pot-files
 	cd ..; $(XGETTEXT) --keyword=_ --keyword=N_ \

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

Summary of changes:
 ChangeLog   |    4 ++++
 po/Makefile |    1 +
 2 files changed, 5 insertions(+), 0 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]