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.20-358-gae61fc7


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  ae61fc7b33d9d99d2763c16de8275227dc9748ba (commit)
      from  363a98991884a744e78b9bfc7df89768901c0816 (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=ae61fc7b33d9d99d2763c16de8275227dc9748ba

commit ae61fc7b33d9d99d2763c16de8275227dc9748ba
Author: Allan McRae <allan@archlinux.org>
Date:   Tue Dec 16 13:20:25 2014 +1000

    stdio-common/Makefile: readd bug26 testcase
    
    This testcase was accidentally removed in commit a5357b7c.

diff --git a/ChangeLog b/ChangeLog
index ebfaa0a..a0a11e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-16  Allan McRae  <allan@archlinux.org>
+
+	* stdio-common/Makefile (tests): Re-add bug26.
+
 2014-12-15  OndÅ?ej Bílka  <neleai@seznam.cz>
 
 	[BZ #17657]
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 9609966..cc3d49b 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -57,7 +57,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \
 	 bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 bug20 bug21 bug22 \
 	 scanf16 scanf17 tst-setvbuf1 tst-grouping bug23 bug24 \
 	 bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide tst-sprintf3 \
-	 bug25 tst-printf-round bug23-2 bug23-3 bug23-4
+	 bug25 tst-printf-round bug23-2 bug23-3 bug23-4 bug26
 
 test-srcs = tst-unbputc tst-printf
 

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

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