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-595-g90020f5


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  90020f5ab0b0e844d183b206aa1205552711a6fa (commit)
      from  288f9098cb550efe1420f26fc3fc2563bb4ea109 (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=90020f5ab0b0e844d183b206aa1205552711a6fa

commit 90020f5ab0b0e844d183b206aa1205552711a6fa
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat May 16 21:25:23 2009 -0400

    ignore ports/linuxthreads addon dirs
    
    Dropping external addon trees into the main git checkout is normal
    to test them, so add them to the ignore list.  Not like we want to
    ever check them in.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

diff --git a/.gitignore b/.gitignore
index fbdcf54..98f00f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,4 +36,7 @@ TODO.html
 
 autom4te*.cache
 
-rtkaio
+/linuxthreads
+/linuxthreads_db
+/ports
+/rtkaio
diff --git a/ChangeLog b/ChangeLog
index 605a1e6..dc2064c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2012-04-11  Mike Frysinger  <vapier@gentoo.org>
+
+	* .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
+	Add a leading slash to rtkaio.
+
 2012-04-11  Jim Meyering  <meyering@redhat.com>
 
-        [BZ #11959]
-        * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
-        It is not necessarily an error to ignore fwrite's return
-        value.  One can reliably use ferror to test for errors after
-        the fact.
+	[BZ #11959]
+	* libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
+	It is not necessarily an error to ignore fwrite's return
+	value.  One can reliably use ferror to test for errors after
+	the fact.
 
 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
 

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

Summary of changes:
 .gitignore |    5 ++++-
 ChangeLog  |   15 ++++++++++-----
 2 files changed, 14 insertions(+), 6 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]