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, fedora/master, updated. fedora/glibc-2.10.90-7-23-ge121491


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, fedora/master has been updated
       via  e1214916e74fa6aa7984cb78e68c38d49e5834a6 (commit)
       via  e1a51361e3ac137c56adc6083d095c68e9471795 (commit)
       via  16d2ea4c821502948d193a152c8b151f5497a0d3 (commit)
       via  dc8e5eb6edc936647b8135e7176df5455e5ff112 (commit)
       via  7956a3d27c6552f57c8b1c3893d55e501fe30e14 (commit)
       via  7b7f43bed134db6a0da34282fffcbf0af10d4613 (commit)
       via  aa7492d20e5a2cef54dab7b41f534048b3eca479 (commit)
       via  e28b969b49811a30887e7a252ac1804a055fe297 (commit)
       via  889f847e4a031e620cfd89c8bc6f6ae919caf200 (commit)
       via  4e5b5821bf58ddc30d455ee4968623f3334fbe28 (commit)
       via  657317537c09b82a2feb1194fda045f63e3a1222 (commit)
       via  29e92fa5cd9c5c09a9c78563f35729fec9075e7f (commit)
       via  da331e8e14f17c973444a0cbf62d90c72097b135 (commit)
       via  7c36ced067da038ea42c909b9f7c3bad5f35d7d0 (commit)
       via  89749d1970ad7326672c5dfcc765777d8d48acec (commit)
       via  f957edded874c786c51bc9264fa244cb18bc6568 (commit)
       via  01b597da400ef799a43f61fa31d305eb9db81670 (commit)
       via  f1adf1f490b33a61eccad1682fbd9b1b66d404bd (commit)
       via  b2509a1e380bc92ee6ae6437103d349e1f517773 (commit)
       via  3e9099b4f6666cd05b62d2829f65161daddb151b (commit)
       via  d28797e426aa7e4e380a7ae10faf4aa3c4767e0b (commit)
       via  666a9871f7afc40aebcc28eab8890ab99ee01a47 (commit)
       via  30a2dfd5181ab0fc61ef4f4ab5f7122e41a5ff50 (commit)
      from  9285e82ab3a0d1bdaa63fc740165d6a300ad0cc5 (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=e1214916e74fa6aa7984cb78e68c38d49e5834a6

commit e1214916e74fa6aa7984cb78e68c38d49e5834a6
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Jul 27 15:10:59 2009 +0200

    2.10.90-9

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index f8aecfa..4aa4153 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 7
+Release: 9
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -1034,6 +1034,15 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Jul 27 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-9
+- Update from master.
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.90-8.1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Jul 24 2009 Jakub Jelinek <jakub@redhat.com> - 2.10.90-7.1
+- Fix up pthread_cond_timedwait on x86_64 with old kernels.
+
 * Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-7
 - Update from master.
 - Build with -DNDEBUG unless using a prerelease.

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

commit e1a51361e3ac137c56adc6083d095c68e9471795
Merge: 9285e82 16d2ea4
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Jul 27 10:51:39 2009 +0200

    Merge commit 'origin/master' into fedora/master


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

Summary of changes:
 ChangeLog                                          |  106 ++
 elf/elf.h                                          |    3 +
 fedora/glibc.spec.in                               |   11 +-
 include/unistd.h                                   |    4 +
 nptl/ChangeLog                                     |   14 +
 nptl/pthread_mutex_lock.c                          |   12 +-
 nptl/pthread_mutex_timedlock.c                     |   12 +-
 .../sysv/linux/x86_64/pthread_cond_timedwait.S     |    4 +-
 nptl/sysdeps/x86_64/configure                      |   36 +
 nptl/sysdeps/x86_64/configure.in                   |   23 +
 posix/tst-rfc3484-2.c                              |    2 +
 posix/tst-rfc3484-3.c                              |    2 +
 posix/tst-rfc3484.c                                |    2 +
 resolv/res_send.c                                  |    6 +-
 sysdeps/posix/getaddrinfo.c                        |    2 +
 sysdeps/s390/dl-procinfo.c                         |   10 +-
 sysdeps/s390/dl-procinfo.h                         |    9 +-
 sysdeps/s390/s390-64/Makefile                      |   67 +
 sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c       |  238 +++
 sysdeps/s390/s390-64/utf16-utf32-z9.c              |  325 ++++
 sysdeps/s390/s390-64/utf8-utf16-z9.c               |  463 +++++
 sysdeps/s390/s390-64/utf8-utf32-z9.c               |  508 +++++
 sysdeps/unix/sysv/linux/configure                  |   11 -
 sysdeps/unix/sysv/linux/configure.in               |   13 -
 sysdeps/unix/sysv/linux/eventfd.c                  |   15 +-
 sysdeps/unix/sysv/linux/i386/sysconf.c             |    3 +
 sysdeps/unix/sysv/linux/kernel-features.h          |    2 +
 sysdeps/unix/sysv/linux/signalfd.c                 |   15 +-
 sysdeps/x86_64/Makefile                            |    4 +
 sysdeps/x86_64/cacheinfo.c                         |   53 +-
 sysdeps/x86_64/multiarch/Makefile                  |    2 +-
 sysdeps/x86_64/multiarch/init-arch.c               |    8 +-
 sysdeps/x86_64/multiarch/rtld-rawmemchr.c          |    1 +
 sysdeps/x86_64/multiarch/rtld-strlen.S             |    1 +
 sysdeps/x86_64/multiarch/strcmp.S                  |  369 ++---
 sysdeps/x86_64/multiarch/strcpy.S                  |   13 +-
 sysdeps/x86_64/multiarch/strncmp-c.c               |    8 -
 sysdeps/x86_64/rtld-memchr.c                       |    1 +
 sysdeps/x86_64/rtld-memcmp.c                       |    1 +
 sysdeps/x86_64/rtld-rawmemchr.c                    |    1 +
 sysdeps/x86_64/rtld-strchr.S                       |  291 +++
 sysdeps/x86_64/rtld-strcmp.S                       |   28 +
 sysdeps/x86_64/rtld-strlen.S                       |  139 ++
 sysdeps/x86_64/strcmp.S                            | 1948 +++++++++++++++++++-
 sysdeps/x86_64/{multiarch => }/strncmp.S           |    0
 sysdeps/x86_64/tst-xmmymm.sh                       |   17 +
 46 files changed, 4444 insertions(+), 359 deletions(-)
 create mode 100644 nptl/sysdeps/x86_64/configure
 create mode 100644 nptl/sysdeps/x86_64/configure.in
 create mode 100644 sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c
 create mode 100644 sysdeps/s390/s390-64/utf16-utf32-z9.c
 create mode 100644 sysdeps/s390/s390-64/utf8-utf16-z9.c
 create mode 100644 sysdeps/s390/s390-64/utf8-utf32-z9.c
 create mode 100644 sysdeps/x86_64/multiarch/rtld-rawmemchr.c
 create mode 100644 sysdeps/x86_64/multiarch/rtld-strlen.S
 delete mode 100644 sysdeps/x86_64/multiarch/strncmp-c.c
 create mode 100644 sysdeps/x86_64/rtld-memchr.c
 create mode 100644 sysdeps/x86_64/rtld-memcmp.c
 create mode 100644 sysdeps/x86_64/rtld-rawmemchr.c
 create mode 100644 sysdeps/x86_64/rtld-strchr.S
 create mode 100644 sysdeps/x86_64/rtld-strcmp.S
 create mode 100644 sysdeps/x86_64/rtld-strlen.S
 copy sysdeps/x86_64/{multiarch => }/strncmp.S (100%)
 create mode 100755 sysdeps/x86_64/tst-xmmymm.sh


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]