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.13-1075-ga6278d5


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  a6278d52ff51d4821baeeae5a32c617251d7c270 (commit)
       via  be3ca3d4eeeb8b17846bcf5eb87f7d721f9fff5b (commit)
       via  fdc2fefe46db79f0a19f690531cd775fbbc2740f (commit)
       via  e57420c6c67b914abb01f7c3b1d999795121ce70 (commit)
       via  4d07db153ea9acc5c3201647bd06024e5801ae89 (commit)
       via  ea486f691d34ef2a28d06bb507ac3352e32e1f13 (commit)
       via  6f038433956851ac8f43501825c02be8a5249d0b (commit)
       via  67f86a251e0d36107fe28999281d46e76941c7b9 (commit)
       via  def7fbd6c66552842216bbfb828caf223a2322bf (commit)
       via  f50ef8f1efdd1f2b040acbb8324604f168e8832a (commit)
       via  869a194fe2d1e82993deb3eeb475ffa1a99b321d (commit)
       via  f2962a71959fd254a7a223437ca4b63b9e81130c (commit)
       via  de7ce8f171b88b2db025fdb6c8cca89c16e541dc (commit)
       via  05bb4a68ad7b05e16f942552a867da6ffb88278f (commit)
       via  adcd5c15d2a37794d021104160b425ff61f88219 (commit)
       via  7ea72f99966a65a56aedba817ee2413ff9b1f23c (commit)
       via  7e4afad5bcf49e03c3b987399c6a8f66a9018660 (commit)
       via  8e211fecca7bddfb03a3aed54a47c243afddc150 (commit)
       via  f7d82dc9e0b812c30ed1935190cda11a171b1438 (commit)
       via  cc9e536dac7171fa62b73700a01495cc6b269560 (commit)
       via  aec84f53952315ac1bd91036e37113d9cb3a303b (commit)
       via  34a9094f49241ebb72084c536cf468fd51ebe3ec (commit)
       via  78e64fdcaa44277fcab6ec60aa2d9b8b7742cf58 (commit)
       via  457bddfc2a8aa8a65b176afb408f0d068a590316 (commit)
       via  a4527b51d41d87379ab7f63909a953a288c4c377 (commit)
       via  ed690b2f24bbc4d9c541fc81a7c67e6dc5678a96 (commit)
       via  f5f312ebe06920f8cdd389ff42713a7088898a11 (commit)
       via  8db736347c7aca3201f61e3f05b5f672bcdd5bd9 (commit)
      from  8166aeeeea1e17c494bfd404f7ea842d6a75b3a4 (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=a6278d52ff51d4821baeeae5a32c617251d7c270

commit a6278d52ff51d4821baeeae5a32c617251d7c270
Author: Andreas Schwab <schwab@redhat.com>
Date:   Fri May 27 15:28:57 2011 +0200

    2.13.90-14

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 2f2c2d5..dd2ba0f 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -23,7 +23,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 13
+Release: 14
 # 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
@@ -1047,6 +1047,29 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Fri May 27 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-14
+- Update from master
+  - Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designation
+    (BZ#12814)
+  - Undo accidental change in x86-64 user.h
+  - Update Japanese translation
+  - Define RLIMIT_RTTIME (BZ#12795)
+  - Update longlong.h from GCC
+  - Add a few more alloca size checks (BZ#12671)
+  - Fix flags parameter value passed to pltenter and pltexit
+  - Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
+  - Always fill output buffer in XPG strerror function (BZ#12782)
+  - Nicer output for negative error numbers in strerror_r
+  - Fix CP1258 conversion (BZ#12777)
+  - Fix handling of LC_CTYPE in locale name handling (BZ#12788)
+  - Set stream errors in more cases (BZ#12792)
+  - Don't unconditionally use alloca in gaih_inet (BZ#11869)
+  - Update documentation in regex.h (BZ#11857)
+  - Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are
+    available
+  - Fix typo in x86-64 powl (BZ#12775)
+- Avoid overriding CFLAGS (#703880)
+
 * Wed May 18 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-13
 - Update from master
   - Update GB18030 to 2005 version (BZ#11837)

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

commit be3ca3d4eeeb8b17846bcf5eb87f7d721f9fff5b
Merge: 869a194 fdc2fef
Author: Andreas Schwab <schwab@redhat.com>
Date:   Fri May 27 15:24:40 2011 +0200

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

diff --cc NEWS
index 35d4fe7,2cdb0cc..0e96328
--- a/NEWS
+++ b/NEWS
@@@ -10,14 -10,25 +10,15 @@@ Version 2.1
  * The following bugs are resolved with this release:
  
    386, 6420, 7101, 9730, 9732, 9809, 10138, 10149, 10157, 11257, 11258,
-   11487, 11532, 11578, 11653, 11668, 11697, 11724, 11820, 11837, 11892,
-   11895, 11901, 11945, 11947, 11952, 11987, 12052, 12083, 12158, 12178,
-   12200, 12346, 12393, 12420, 12432, 12445, 12449, 12453, 12454, 12460,
-   12469, 12489, 12509, 12510, 12511, 12518, 12527, 12541, 12545, 12551,
-   12582, 12583, 12587, 12597, 12601, 12611, 12625, 12626, 12631, 12650,
-   12653, 12655, 12660, 12681, 12685, 12711, 12713, 12714, 12717, 12723,
-   12724, 12734, 12738, 12746, 12766
+   11487, 11532, 11578, 11653, 11668, 11697, 11724, 11820, 11837, 11857,
+   11869, 11892, 11895, 11901, 11945, 11947, 11952, 11987, 12052, 12083,
+   12158, 12178, 12200, 12346, 12393, 12420, 12432, 12445, 12449, 12453,
+   12454, 12460, 12469, 12489, 12509, 12510, 12511, 12518, 12527, 12541,
+   12545, 12551, 12582, 12583, 12587, 12597, 12601, 12611, 12625, 12626,
+   12631, 12650, 12653, 12655, 12660, 12671, 12681, 12685, 12711, 12713,
+   12714, 12717, 12723, 12724, 12734, 12738, 12746, 12766, 12775, 12777,
+   12782, 12788, 12792, 12795, 12814
  
 -* The RPC implementation in libc is obsoleted.  Old programs keep working
 -  but new programs cannot be linked with the routines in libc anymore.
 -  Programs in need of RPC functionality must be linked against TI-RPC.
 -  The TI-RPC implemtation is IPv6 enabled and there are other benefits.
 -
 -  Visible changes of this change include (obviously) the inability to link
 -  programs using RPC functions without referencing the TI-RPC library and the
 -  removal of the RPC headers from the glibc headers.
 -  Implemented by Ulrich Drepper.
 -
  * New Linux interfaces: clock_adjtime, name_to_handle_at, open_by_handle_at,
    syncfs
  

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

commit 869a194fe2d1e82993deb3eeb475ffa1a99b321d
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon May 23 14:01:54 2011 +0200

    Avoid overriding CFLAGS

diff --git a/elf/Makefile b/elf/Makefile
index 609fc3b..9f5b992 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -134,7 +134,7 @@ include ../Makeconfig
 ifeq ($(unwind-find-fde),yes)
 routines += unwind-dw2-fde-glibc
 shared-only-routines += unwind-dw2-fde-glibc
-CFLAGS-unwind-dw2-fde-glibc.c = -fno-strict-aliasing
+CFLAGS-unwind-dw2-fde-glibc.c += -fno-strict-aliasing
 endif
 
 before-compile  = $(objpfx)trusted-dirs.h
diff --git a/inet/Makefile b/inet/Makefile
index 0b4a354..d7eb984 100644
--- a/inet/Makefile
+++ b/inet/Makefile
@@ -57,7 +57,7 @@ tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \
 
 include ../Rules
 
-CFLAGS-tst-inet6_rth.c = -fno-strict-aliasing
+CFLAGS-tst-inet6_rth.c += -fno-strict-aliasing
 
 ifeq ($(have-thread-library),yes)
 
diff --git a/nis/Makefile b/nis/Makefile
index d2934d9..942ddc9 100644
--- a/nis/Makefile
+++ b/nis/Makefile
@@ -69,8 +69,8 @@ libnss_nisplus-inhibit-o = $(filter-out .os,$(object-suffixes))
 
 include ../Rules
 
-CFLAGS-nis_findserv.c = -fno-strict-aliasing
-CFLAGS-ypclnt.c = -fno-strict-aliasing
+CFLAGS-nis_findserv.c += -fno-strict-aliasing
+CFLAGS-ypclnt.c += -fno-strict-aliasing
 
 $(objpfx)libnss_compat.so: $(objpfx)libnsl.so$(libnsl.so-version)
 $(objpfx)libnss_nis.so: $(objpfx)libnsl.so$(libnsl.so-version) \
diff --git a/nss/Makefile b/nss/Makefile
index ba28bdb..d5b8092 100644
--- a/nss/Makefile
+++ b/nss/Makefile
@@ -75,7 +75,7 @@ endif
 
 include ../Rules
 
-CFLAGS-files-hosts.c = -fno-strict-aliasing
+CFLAGS-files-hosts.c += -fno-strict-aliasing
 
 ifeq (yes,$(build-static-nss))
 $(objpfx)getent: $(objpfx)libnss_files.a
diff --git a/resolv/Makefile b/resolv/Makefile
index cfac17b..6758058 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -77,7 +77,7 @@ CPPFLAGS += -Dgethostbyname=res_gethostbyname \
 	    -Dgetnetbyaddr=res_getnetbyaddr
 
 CFLAGS-res_hconf.c = -fexceptions
-CFLAGS-res_send.c = -fno-strict-aliasing
+CFLAGS-res_send.c += -fno-strict-aliasing
 
 # The BIND code elicits some harmless warnings.
 +cflags += -Wno-strict-prototypes -Wno-write-strings
diff --git a/sunrpc/Makefile b/sunrpc/Makefile
index 40c73d1..e54d142 100644
--- a/sunrpc/Makefile
+++ b/sunrpc/Makefile
@@ -152,9 +152,9 @@ CFLAGS-openchild.c = -fexceptions
 
 CPPFLAGS += -D_RPC_THREAD_SAFE_
 
-CFLAGS-clnt_tcp.c = -fno-strict-aliasing
-CFLAGS-clnt_udp.c = -fno-strict-aliasing
-CFLAGS-clnt_unix.c = -fno-strict-aliasing
+CFLAGS-clnt_tcp.c += -fno-strict-aliasing
+CFLAGS-clnt_udp.c += -fno-strict-aliasing
+CFLAGS-clnt_unix.c += -fno-strict-aliasing
 
 $(objpfx)tst-getmyaddr: $(common-objpfx)linkobj/libc.so
 $(objpfx)tst-xdrmem: $(common-objpfx)linkobj/libc.so

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

Summary of changes:
 ChangeLog                                     |  120 +++++++
 NEWS                                          |   17 +-
 configure                                     |    6 +-
 configure.in                                  |    8 +-
 elf/Makefile                                  |    2 +-
 elf/dl-runtime.c                              |   12 +-
 fedora/glibc.spec.in                          |   25 ++-
 grp/compat-initgroups.c                       |    6 -
 iconvdata/CP1258.irreversible                 |    2 +-
 iconvdata/Makefile                            |    2 +-
 iconvdata/bug-iconv9.c                        |   68 ++++
 iconvdata/cp1258.c                            |   18 +-
 iconvdata/iso-2022-jp.c                       |   12 +-
 include/alloca.h                              |   19 +-
 inet/Makefile                                 |    2 +-
 libio/filedoalloc.c                           |   17 +-
 libio/freopen.c                               |    2 +-
 libio/freopen64.c                             |    2 +-
 locale/setlocale.c                            |    4 +-
 localedata/ChangeLog                          |    6 +
 localedata/Makefile                           |    7 +-
 localedata/bug-setlocale1.c                   |  132 ++++++++
 math/Makefile                                 |    4 +-
 math/{tst-definitions.c => test-powl.c}       |   40 ++-
 nis/Makefile                                  |    4 +-
 nis/nss_nis/nis-alias.c                       |   43 ++-
 nscd/nscd_getserv_r.c                         |   59 +++-
 nss/Makefile                                  |    2 +-
 po/ja.po                                      |   77 ++---
 posix/glob.c                                  |  363 ++++++++++++++++-----
 posix/regex.h                                 |   13 +-
 resolv/Makefile                               |    2 +-
 stdio-common/perror.c                         |    7 +-
 stdio-common/vfprintf.c                       |    1 +
 stdlib/longlong.h                             |  155 +++++++++-
 string/_strerror.c                            |   14 +-
 string/xpg-strerror.c                         |   42 ++--
 sunrpc/Makefile                               |    6 +-
 sysdeps/posix/getaddrinfo.c                   |  433 +++++++++++++++++++------
 sysdeps/powerpc/powerpc64/Makefile            |    7 +-
 sysdeps/unix/sysv/linux/bits/resource.h       |   10 +-
 sysdeps/unix/sysv/linux/bits/time.h           |    4 +
 sysdeps/unix/sysv/linux/ia64/sysconf.c        |    2 +-
 sysdeps/unix/sysv/linux/sparc/bits/resource.h |   10 +-
 sysdeps/unix/sysv/linux/sysconf.c             |    6 +-
 sysdeps/unix/sysv/linux/x86_64/sys/user.h     |    2 +-
 sysdeps/x86_64/fpu/e_powl.S                   |    4 +-
 47 files changed, 1420 insertions(+), 379 deletions(-)
 create mode 100644 iconvdata/bug-iconv9.c
 create mode 100644 localedata/bug-setlocale1.c
 copy math/{tst-definitions.c => test-powl.c} (63%)


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]