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.18-338-g36a4953


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  36a4953a1dbc2b1994c1df0478c1c89a41398dba (commit)
      from  9668fc1b82f01355dd9addd0169706a735185151 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=36a4953a1dbc2b1994c1df0478c1c89a41398dba

commit 36a4953a1dbc2b1994c1df0478c1c89a41398dba
Author: Andreas Schwab <schwab@suse.de>
Date:   Tue Oct 29 16:46:24 2013 +0100

    Let tst-swscanf find its locale

diff --git a/ChangeLog b/ChangeLog
index 58b6a01..7a90117 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-29  Andreas Schwab  <schwab@suse.de>
+
+	* stdio-common/Makefile (tst-swscanf-ENV): Define.
+
 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* benchtests/pow-inputs: Add new inputs.
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 658804b..16f8f1b 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -119,6 +119,7 @@ CFLAGS-tst-sprintf.c = -Wno-format
 tst-sprintf-ENV = LOCPATH=$(common-objpfx)localedata
 tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata
 tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata
+tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata
 test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata
 scanf13-ENV = LOCPATH=$(common-objpfx)localedata
 bug14-ENV = LOCPATH=$(common-objpfx)localedata

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

Summary of changes:
 ChangeLog             |    4 ++++
 stdio-common/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]