This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.10.90-18-18-gca90242
- From: schwab at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 7 Sep 2009 09:09:38 -0000
- Subject: GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.10.90-18-18-gca90242
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 ca9024296cd4d61c364943e1ab5d7613b899d8e0 (commit)
via 317ff8d356d51ca43eb063e229c8732c187493e5 (commit)
via d76da20f7f77e9dfc7e81ebaf0f9902699a873e8 (commit)
via 4c14c8c348ee3e9a5fea3608cabcabdb275b6141 (commit)
via 04ef416adc346e7e09fca7b27c4b6307b427e95b (commit)
via cf2e25191323ba04233ddc23f2175eb0562dc03d (commit)
via 3f3be09ae7ae17e7dbbaf9777161cf98d283cb73 (commit)
via 01034d7590f0db29a689d0037cf9b837e38e7482 (commit)
via 38eb61366303c2857f1b00785757bc21da983d70 (commit)
via 2eeb9a5d73bd86261b69e61955741e3ce86c28f6 (commit)
via 5d2e69766a8faba5bae37702094c36113365a6ca (commit)
via 22bb992d51903bc8cd5f67a207d00e3a6aa8e1a9 (commit)
from 00cf698f76b531ceeca6ad151d5b59674dd5bb80 (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=ca9024296cd4d61c364943e1ab5d7613b899d8e0
commit ca9024296cd4d61c364943e1ab5d7613b899d8e0
Author: Andreas Schwab <schwab@redhat.com>
Date: Mon Sep 7 10:10:50 2009 +0200
2.10.90-21
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index b2ef428..44300d5 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: 20
+Release: 21
# 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
@@ -1026,6 +1026,10 @@ rm -f *.filelist*
%endif
%changelog
+* Mon Sep 7 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-21
+- Update from master.
+ - Fix strstr/strcasestr on i386 (#519226).
+
* Thu Sep 3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-20
- Update from master.
- Fix strstr/strcasestr/fma/fmaf on x86_64 (#519226).
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=317ff8d356d51ca43eb063e229c8732c187493e5
commit 317ff8d356d51ca43eb063e229c8732c187493e5
Merge: cf2e251 d76da20
Author: Andreas Schwab <schwab@redhat.com>
Date: Mon Sep 7 10:09:06 2009 +0200
Merge commit 'origin/master' into fedora/master
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=cf2e25191323ba04233ddc23f2175eb0562dc03d
commit cf2e25191323ba04233ddc23f2175eb0562dc03d
Author: Andreas Schwab <schwab@redhat.com>
Date: Thu Sep 3 10:05:12 2009 +0200
2.10.90-20
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 99a65a9..b2ef428 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: 19
+Release: 20
# 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
@@ -1026,6 +1026,11 @@ rm -f *.filelist*
%endif
%changelog
+* Thu Sep 3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-20
+- Update from master.
+ - Fix strstr/strcasestr/fma/fmaf on x86_64 (#519226).
+ - Fix lookup of group names in hesiod initgroups (#520472).
+
* Wed Sep 2 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-19
- Update from master.
- Fix x86_64 bits/mathinline.h for -m32 compilation.
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3f3be09ae7ae17e7dbbaf9777161cf98d283cb73
commit 3f3be09ae7ae17e7dbbaf9777161cf98d283cb73
Merge: 00cf698 01034d7
Author: Andreas Schwab <schwab@redhat.com>
Date: Thu Sep 3 09:58:30 2009 +0200
Merge commit 'origin/master' into fedora/master
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 37 +++++++++++++
configure | 4 +-
configure.in | 4 +-
fedora/glibc.spec.in | 11 ++++-
hesiod/nss_hesiod/hesiod-grp.c | 8 +--
libio/Makefile | 2 +-
libio/bug-wsetpos.c | 75 +++++++++++++++++++++++++++
libio/wfileops.c | 49 +++++------------
nptl/ChangeLog | 8 +++
nptl/sysdeps/unix/sysv/linux/timer_create.c | 3 +-
posix/getconf.c | 1 +
sysdeps/i386/i686/multiarch/strstr-c.c | 3 +-
sysdeps/x86_64/multiarch/s_fma.c | 4 +-
sysdeps/x86_64/multiarch/s_fmaf.c | 4 +-
sysdeps/x86_64/multiarch/strcasestr-c.c | 3 +-
sysdeps/x86_64/multiarch/strstr-c.c | 3 +-
16 files changed, 165 insertions(+), 54 deletions(-)
create mode 100644 libio/bug-wsetpos.c
hooks/post-receive
--
GNU C Library master sources