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. glibc-2.14-1319-g56c7348


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  56c73488c3e20af844c1d4059c827e963798a36d (commit)
       via  0589cf6c8ce57192e1e2e778909aa5c2c8f2e294 (commit)
       via  8f3b1ffefa61275315891770944bdbf5079e04ed (commit)
       via  d9a8d0abcc976f7ffe319a376ddd3497486e9726 (commit)
       via  4855e3ddf5061dd8ddcefafc7185f6f70937434b (commit)
       via  23ce5627803ad1e6686355965cd68bb23d05fb28 (commit)
       via  581d30e386b9567b973a65d0bc82af782ac078ed (commit)
       via  d38f1dba009689d78af371cffa091b27e4ebe17d (commit)
       via  83c7615c2dc344562f6a1a499a269b114f74c7e5 (commit)
       via  caa6c9d8454e81d365f039c835abd3cb54c06a05 (commit)
       via  99ce7b04edf17821a6abd19844f10e8c1cd3c724 (commit)
       via  1004d1821ea9093f6b75e68047dc0b3d093578f7 (commit)
       via  228a984d543439308632ade9a77a171c88c11afc (commit)
       via  c8553a6a6f6fdb20950e5e6b62bfa7e21350449c (commit)
       via  ed22dcf691326d148222eb9a215d6d98bb8073a4 (commit)
       via  b171c137687dd4328f756d141d17f30bae750079 (commit)
       via  97c066e65af5d0a52d794d7fd81d7242ee46c49c (commit)
      from  d2c73b2644c5ed5e39cf2f3ba0bdecd9064fc11f (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=56c73488c3e20af844c1d4059c827e963798a36d

commit 56c73488c3e20af844c1d4059c827e963798a36d
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed Oct 19 13:04:41 2011 +0200

    2.14.90-13

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 50e10c1..02c0007 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -24,7 +24,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 12
+Release: 13
 # 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
@@ -1108,6 +1108,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Oct 19 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-13
+- Update from master
+  - Fix linkage conflict with feraiseexcept (#746753)
+  - More libm optimisations
+
 * Mon Oct 17 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-12
 - Update from master
   - Correctly handle missing initgroups database (#745675)

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

commit 0589cf6c8ce57192e1e2e778909aa5c2c8f2e294
Merge: d2c73b2 8f3b1ff
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed Oct 19 13:04:19 2011 +0200

    Merge remote-tracking branch 'origin/master' into fedora/master


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

Summary of changes:
 ChangeLog                                        |   81 +++++++++++++++
 fedora/glibc.spec.in                             |    7 +-
 math/math_private.h                              |   37 +++++++
 nscd/netgroupcache.c                             |    4 +-
 sysdeps/ieee754/dbl-64/e_exp2.c                  |   44 +++-----
 sysdeps/ieee754/dbl-64/s_fma.c                   |   22 ++--
 sysdeps/ieee754/dbl-64/s_fmaf.c                  |   10 +-
 sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c     |   67 ++++++++++++
 sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c |   28 ++----
 sysdeps/ieee754/flt-32/e_exp2f.c                 |   10 +--
 sysdeps/ieee754/flt-32/e_expf.c                  |   14 +--
 sysdeps/ieee754/flt-32/s_nearbyintf.c            |   28 ++----
 sysdeps/x86_64/fpu/bits/fenv.h                   |   17 ++-
 sysdeps/x86_64/fpu/bits/mathinline.h             |   65 ++++++++----
 sysdeps/x86_64/fpu/math_private.h                |  119 ++++++++++++++++++++-
 sysdeps/x86_64/fpu/multiarch/Makefile            |    2 +-
 sysdeps/x86_64/fpu/multiarch/s_floor-c.c         |    1 +
 sysdeps/x86_64/fpu/multiarch/s_floorf-c.c        |    1 +
 sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c     |    3 +
 sysdeps/x86_64/fpu/multiarch/s_nearbyint.S       |   40 +++++++
 sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c    |    3 +
 sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S      |   40 +++++++
 sysdeps/x86_64/fpu/multiarch/s_rint-c.c          |    1 +
 sysdeps/x86_64/fpu/multiarch/s_rintf-c.c         |    1 +
 24 files changed, 513 insertions(+), 132 deletions(-)
 create mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c
 create mode 100644 sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c
 create mode 100644 sysdeps/x86_64/fpu/multiarch/s_nearbyint.S
 create mode 100644 sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c
 create mode 100644 sysdeps/x86_64/fpu/multiarch/s_nearbyintf.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]