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 gentoo/2.20 updated. glibc-2.20-37-g2511fe2


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, gentoo/2.20 has been updated
       via  2511fe206c59793d25bf0e3e24a185545b3a93b6 (commit)
       via  4d54424420c6300efbf57a7b9aa8635a8b8c1942 (commit)
       via  1bf9d48aec087062e2a14b77cb5ee1fa81be334c (commit)
       via  f9e0f439b72e0b2fb035be1bc60aaceeed7f6ed0 (commit)
       via  b0694b9e98ee64cb25490de0921ce307f3872749 (commit)
       via  f80af76648ed97a76745fad6caa3315a79cb1c7c (commit)
       via  a3a1f4163c4d0f9a36056c8640661a88674ae8a2 (commit)
       via  d73ac1bb436cf1adb62335f53b4fc91a02f40a3b (commit)
       via  33ceaf6187b31ea15284ac65131749e1cb68d2ae (commit)
       via  e42643491c47dcd1c226b4f00f716023e9bcc5ca (commit)
       via  c14e752fc73d34c75d4f84f37fea8e0b1734cf98 (commit)
       via  1b198b7fc764c013d41d1bd7b83fed0ad3dee038 (commit)
       via  2930c79afaf31158f990949cbb7cd6c03d9c0d74 (commit)
       via  4adf2992ac7ebf6720d8d56589eb297f5215730c (commit)
       via  d2c37d028d48337d00200248340de0e4a893456b (commit)
       via  979add9f87577c10c629af82586e48b686672134 (commit)
       via  ea5509237291f1a109d46052353ece197f4213bc (commit)
       via  3b016908924afb5ef71ac874bedf8c6f0157941c (commit)
       via  b735a759ef35d73f1cfc783187fe8281b75069ac (commit)
      from  1b08ac828aeafeff86fa67108a8ad285d32f70e6 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2511fe206c59793d25bf0e3e24a185545b3a93b6

commit 2511fe206c59793d25bf0e3e24a185545b3a93b6
Merge: 1b08ac8 4d54424
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Tue Feb 17 02:30:01 2015 -0500

    Merge branch 'release/2.20/master' into 'gentoo/2.20'


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

Summary of changes:
 ChangeLog                              |  183 ++++++++++++
 NEWS                                   |   25 ++
 libio/stdio.h                          |    2 +-
 libio/wfileops.c                       |    6 +-
 locale/weight.h                        |   13 +-
 locale/weightwc.h                      |   13 +-
 localedata/sort-test.sh                |    7 +
 localedata/xfrm-test.c                 |   52 +++-
 math/bits/math-finite.h                |    8 +-
 misc/sys/cdefs.h                       |   27 ++-
 nscd/nscd.c                            |   45 ++--
 nscd/nscd_conf.c                       |    3 -
 po/fr.po                               |    4 +-
 po/ru.po                               |   10 +-
 posix/fnmatch.c                        |    8 +
 posix/fnmatch_loop.c                   |   17 +-
 posix/regcomp.c                        |   10 +-
 posix/regex_internal.h                 |    7 +-
 posix/regexec.c                        |    8 +-
 posix/wordexp-test.c                   |   44 +++
 posix/wordexp.c                        |   16 +-
 resolv/nss_dns/dns-network.c           |    4 +-
 stdio-common/Makefile                  |    2 +-
 stdio-common/bug23-2.c                 |   70 +++++
 stdio-common/bug23-3.c                 |   50 ++++
 stdio-common/bug23-4.c                 |   31 ++
 stdio-common/tst-sscanf.c              |   33 +++
 stdio-common/vfprintf.c                |   40 +++-
 stdio-common/vfscanf.c                 |   12 +-
 string/strcoll_l.c                     |    9 +-
 string/strxfrm_l.c                     |  491 +++++++++++++++++++++++++-------
 sysdeps/aarch64/start.S                |    1 -
 sysdeps/gnu/netinet/udp.h              |    4 +
 sysdeps/unix/sysv/linux/ifaddrs.c      |   11 +-
 sysdeps/unix/sysv/linux/mips/vfork.S   |    1 +
 sysdeps/x86_64/multiarch/init-arch.c   |    9 +-
 sysdeps/x86_64/multiarch/init-arch.h   |    4 +
 sysdeps/x86_64/multiarch/memcpy.S      |    2 +-
 sysdeps/x86_64/multiarch/memcpy_chk.S  |    2 +-
 sysdeps/x86_64/multiarch/memmove.c     |    2 +-
 sysdeps/x86_64/multiarch/memmove_chk.c |    2 +-
 sysdeps/x86_64/multiarch/mempcpy.S     |    2 +-
 sysdeps/x86_64/multiarch/mempcpy_chk.S |    2 +-
 43 files changed, 1074 insertions(+), 218 deletions(-)
 create mode 100644 stdio-common/bug23-2.c
 create mode 100644 stdio-common/bug23-3.c
 create mode 100644 stdio-common/bug23-4.c


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]