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.19-218-g003e49e
- From: schwab at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 25 Mar 2014 11:44:01 -0000
- Subject: GNU C Library master sources branch master updated. glibc-2.19-218-g003e49e
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 003e49ed5d2034d73bfcf5324c461785687b7e88 (commit)
from de0318743a3f88f098438b57a375d339bc6239d7 (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=003e49ed5d2034d73bfcf5324c461785687b7e88
commit 003e49ed5d2034d73bfcf5324c461785687b7e88
Author: Andreas Schwab <schwab@suse.de>
Date: Tue Mar 25 12:40:06 2014 +0100
Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libio
diff --git a/ChangeLog b/ChangeLog
index e819c2d..47bf2a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-25 Andreas Schwab <schwab@suse.de>
+
+ * libio/Makefile (tst-ftell-partial-wide-ENV)
+ (tst-ftell-active-handler-ENV): Define.
+
2014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
* NEWS: Add 16712, 16713, 16714 to fixed bug list.
diff --git a/libio/Makefile b/libio/Makefile
index 69c25c0..cca0345 100644
--- a/libio/Makefile
+++ b/libio/Makefile
@@ -158,6 +158,8 @@ tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata
bug-ftell-ENV = LOCPATH=$(common-objpfx)localedata
tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata
tst-fseek-ENV = LOCPATH=$(common-objpfx)localedata
+tst-ftell-partial-wide-ENV = LOCPATH=$(common-objpfx)localedata
+tst-ftell-active-handler-ENV = LOCPATH=$(common-objpfx)localedata
generated += tst-fopenloc.mtrace tst-fopenloc.check
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
libio/Makefile | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU C Library master sources