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-15-27-gf9bf9db


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  f9bf9db04a5c2f610c613744d1067a29ab63987e (commit)
       via  8a344d4a3bd01d1704a405b741c99086261713cf (commit)
       via  2df4be8c3545f6158e468660a73f794573fb6f07 (commit)
       via  15e7f0a44d6f17eb445f7d5f02ace7ec66306d7a (commit)
       via  deb13bcda9a63ea65a82df138d71c803f963c8a7 (commit)
       via  77a1e0873f98b57d9e50138b471be0d8db8da99f (commit)
       via  e6fd9b2490295b3c6901e06b94ea077ac1f9fc79 (commit)
       via  84057895201ee244894e8847c933df6db5aa25a3 (commit)
       via  65b14bcee2da7f56299357d1dab9f0ab986c2255 (commit)
       via  e9f145cba8691a81dac379914bb3895360795a9b (commit)
       via  5001998a12222792ccb0a3f230ab9d0b8b8bbca5 (commit)
       via  7423a3456a83c0449b4a545779fc15e75b315a2c (commit)
       via  d5cb714bb8c5fb116ac73c46890026c8beea92fe (commit)
       via  625c963390b4186ba6b766a03756b16dfa792d49 (commit)
       via  8392ff2dc79dc321d79276f4de73056cd74320c8 (commit)
       via  84088310ce06bfc5759b37f0cd043dce80f578b6 (commit)
       via  cf00cc00bc53ab26b23b810b4bfbdfb43262538a (commit)
       via  b42a214c1807dc596cf3647fc35a0eb42ccc7e68 (commit)
       via  9a1ea1525eb8e02ce20eb93d65dc880186731bf7 (commit)
       via  4a8f61a797e4c02c5ea7ab810af0816914ca5233 (commit)
       via  f0c281e072fd324261a51558284c04e230c0178d (commit)
       via  036e46b655557f9a17784e502f694a80abfd68dc (commit)
       via  7b943af6cf2bfd4b94be271877a10128c32d03da (commit)
       via  ef72d5f1b95fe91b032de0ad1ee777d7cf4fb49f (commit)
       via  4b6bf3f205cd4908019e03ac097f847e63677c32 (commit)
       via  a1ed6c284a2ad191f13c640d34c2563b5c366267 (commit)
      from  bc9dd948ffc9cf1992d3e77e753789ab897e3dc6 (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=f9bf9db04a5c2f610c613744d1067a29ab63987e

commit f9bf9db04a5c2f610c613744d1067a29ab63987e
Author: Roland McGrath <roland@redhat.com>
Date:   Thu Aug 27 13:49:30 2009 -0700

    2.10.90-16

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index d85f2a3..4622de2 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: 15
+Release: 16
 # 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
@@ -1025,6 +1025,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Thu Aug 27 2009 Roland McGrath <roland@redhat.com> - 2.10.90-16
+- Update from master.
+
 * Mon Aug 24 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-15
 - Update from master.
   - fix fortify failure with longjmp from alternate stack (#512103).

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

commit 8a344d4a3bd01d1704a405b741c99086261713cf
Merge: bc9dd94 2df4be8
Author: Roland McGrath <roland@redhat.com>
Date:   Thu Aug 27 13:41:23 2009 -0700

    Merge commit 'origin/master' into fedora/master


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

Summary of changes:
 CONFORMANCE                                      |   30 +++-----
 ChangeLog                                        |   71 +++++++++++++++++
 fedora/glibc.spec.in                             |    5 +-
 math/math.h                                      |   11 ++-
 math/math_private.h                              |   19 +++++
 math/s_fdim.c                                    |   12 +++-
 math/s_fdimf.c                                   |   12 +++-
 math/s_fdiml.c                                   |   12 +++-
 nptl/ChangeLog                                   |   35 ++++++---
 nptl/pthread_create.c                            |   13 +++
 nptl/sysdeps/x86_64/tls.h                        |   10 ++-
 posix/bug-regex29.c                              |    9 ++-
 sysdeps/i386/fpu/bits/mathinline.h               |    6 +-
 sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c      |   67 ++++++++++++++++
 sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c     |   30 ++++++++
 sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c     |   39 ++++++++++
 sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c   |    1 +
 sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c    |   80 ++++++++++++++++++++
 sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c |   86 +++++++++++++++++++++
 sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c      |   79 +++++++++++++++++++
 sysdeps/ieee754/dbl-64/wordsize-64/s_round.c     |   77 +++++++++++++++++++
 sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c    |   68 +++++++++++++++++
 sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c     |   56 ++++++++++++++
 sysdeps/unix/Makefile                            |   18 ++---
 sysdeps/unix/make-syscalls.sh                    |   33 +++++---
 sysdeps/unix/syscall-template.S                  |   88 ++++++++++++++++++++++
 sysdeps/x86_64/dl-trampoline.S                   |    1 -
 sysdeps/x86_64/fpu/bits/mathinline.h             |   12 ++-
 sysdeps/x86_64/fpu/math_private.h                |   37 +++++++++
 sysdeps/{i386 => x86_64}/fpu/s_scalbln.c         |    0
 sysdeps/x86_64/fpu/s_scalbn.c                    |    9 ++
 sysdeps/x86_64/fpu/s_signbit.S                   |   27 +++++++
 sysdeps/x86_64/fpu/s_signbitf.S                  |   27 +++++++
 33 files changed, 1008 insertions(+), 72 deletions(-)
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_round.c
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c
 create mode 100644 sysdeps/unix/syscall-template.S
 copy sysdeps/{i386 => x86_64}/fpu/s_scalbln.c (100%)
 create mode 100644 sysdeps/x86_64/fpu/s_scalbn.c
 create mode 100644 sysdeps/x86_64/fpu/s_signbit.S
 create mode 100644 sysdeps/x86_64/fpu/s_signbitf.S


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]