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.12-105-g25244f1


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  25244f174f4127800070d4bf2a4a08f28bfdd8b7 (commit)
       via  bcad11817822a261010ed821f152f832e90fcf2d (commit)
      from  e9f82e0d1d70f361a40f1853c928df04918a38f5 (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=25244f174f4127800070d4bf2a4a08f28bfdd8b7

commit 25244f174f4127800070d4bf2a4a08f28bfdd8b7
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Sun Aug 15 10:34:33 2010 -0700

    Undo inccorect change.

diff --git a/sysdeps/x86_64/strcmp.S b/sysdeps/x86_64/strcmp.S
index 5a4346b..685fec1 100644
--- a/sysdeps/x86_64/strcmp.S
+++ b/sysdeps/x86_64/strcmp.S
@@ -79,7 +79,7 @@
 #else
 # define UPDATE_STRNCMP_COUNTER
 # ifndef STRCMP
-#  define STRCMP strncasecmp
+#  define STRCMP strcmp
 # endif
 #endif
 

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bcad11817822a261010ed821f152f832e90fcf2d

commit bcad11817822a261010ed821f152f832e90fcf2d
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Sun Aug 15 10:33:58 2010 -0700

    Whitespace fixes.

diff --git a/nptl/tst-attr3.c b/nptl/tst-attr3.c
index 733e851..b5d4b89 100644
--- a/nptl/tst-attr3.c
+++ b/nptl/tst-attr3.c
@@ -1,5 +1,5 @@
 /* pthread_getattr_np test.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2010 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
 
@@ -40,10 +40,10 @@ tf (void *arg)
       ap = &a2;
       err = pthread_attr_init (ap);
       if (err)
-        {
-          error (0, err, "pthread_attr_init failed");
-          return tf;
-        }
+	{
+	  error (0, err, "pthread_attr_init failed");
+	  return tf;
+	}
     }
   else
     ap = (pthread_attr_t *) arg;
@@ -353,7 +353,7 @@ do_test (void)
 	  result = 1;
 	}
       else if (ret != NULL)
-        result = 1;
+	result = 1;
     }
 
   err = pthread_attr_init (&a);
@@ -379,7 +379,7 @@ do_test (void)
 	  result = 1;
 	}
       else if (ret != NULL)
-        result = 1;
+	result = 1;
     }
 
   err = pthread_attr_setguardsize (&a, 16 * sysconf (_SC_PAGESIZE));
@@ -405,7 +405,7 @@ do_test (void)
 	  result = 1;
 	}
       else if (ret != NULL)
-        result = 1;
+	result = 1;
     }
 
   err = pthread_attr_destroy (&a);

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

Summary of changes:
 nptl/tst-attr3.c        |   16 ++++++++--------
 sysdeps/x86_64/strcmp.S |    2 +-
 2 files changed, 9 insertions(+), 9 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]