This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch, master, updated. glibc-2.15-96-gf1d4aa7
- From: jsm28 at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 24 Jan 2012 22:26:01 -0000
- Subject: GNU C Library master sources branch, master, updated. glibc-2.15-96-gf1d4aa7
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 f1d4aa75ead3bf7753172831485d189249082c52 (commit)
from 0ea698ae7817329603d0afea7904a909bd59eac6 (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=f1d4aa75ead3bf7753172831485d189249082c52
commit f1d4aa75ead3bf7753172831485d189249082c52
Author: Joseph Myers <joseph@codesourcery.com>
Date: Tue Jan 24 22:25:42 2012 +0000
Use newly built locales for tst-c16c32-1.
diff --git a/ChangeLog b/ChangeLog
index 79e142a..e1e2947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-24 Joseph Myers <joseph@codesourcery.com>
+
+ * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
+
2012-01-22 Pino Toscano <toscano.pino@tiscali.it>
* sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
index 010e0c8..5e447f8 100644
--- a/wcsmbs/Makefile
+++ b/wcsmbs/Makefile
@@ -86,3 +86,4 @@ tst-btowc-ENV = LOCPATH=$(common-objpfx)localedata
tst-mbrtowc-ENV = LOCPATH=$(common-objpfx)localedata
tst-wcrtomb-ENV = LOCPATH=$(common-objpfx)localedata
tst-mbrtowc2-ENV = LOCPATH=$(common-objpfx)localedata
+tst-c16c32-1-ENV = LOCPATH=$(common-objpfx)localedata
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
wcsmbs/Makefile | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU C Library master sources