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 google/grte/v5-2.27/master updated. glibc-2.27-33-gfb28b66


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, google/grte/v5-2.27/master has been updated
       via  fb28b6671ac7825ec68984223052f5f3de04bf3b (commit)
       via  2ceff7a1d1e55b6926ea6694c9263c0ea49aa9bb (commit)
       via  4d954e99e984301fab6890ef9022af0016db39f5 (commit)
       via  85ad9efa68af4e841c659234b7c47f4f3816515b (commit)
       via  7912ccf3b23d7b5d8f2d492d1e8b72c5f5f4d38f (commit)
       via  3e4adc6b129c7c115742ab145cf8b0f1f32fbde7 (commit)
       via  4a52f7accbd9e1a1c915b33fa8ec46c446ee2ff0 (commit)
       via  c0085baf04e7c2c25876a3488abc9c0c8e5a1987 (commit)
       via  eb218d6b8ba4c32b61c02929ed1fd39f925fd176 (commit)
       via  74926dde57d052737e2e2561b4e7fed5d0fe712f (commit)
       via  cb702b410ecd7c1d8981b1c612a967630fbb5ba2 (commit)
       via  02023efdf7b6a08c268367b7d364b1b82fbb1fe7 (commit)
       via  3f0460438ada00b7924ac32341f63dff84ba1cd2 (commit)
       via  b12e3e064c45f8d968f36d5ee619137c7c216ce6 (commit)
       via  4206f5d0893257cff11723482a38ef244a01fa39 (commit)
       via  74a92277d10726db301e35980afd5aeae47a1aae (commit)
       via  280167543d4ca552084a9c1b4859bac601fcb6d4 (commit)
       via  b353dca40ce8b8118420ef74f605d14d50a7ac76 (commit)
       via  6ebb7473f27cab164dfd7b9672e1ee027269132c (commit)
       via  64182edc575adc4d0591126c67e1673946b1617d (commit)
       via  b5fbe0360190a28d4230435e34422ebaade4fd4b (commit)
       via  2defba5a32d87289fd4c2aa82307481b13d65e61 (commit)
       via  98e480caca6b95e46406fa13339ce6f06fb2ddd3 (commit)
       via  e363210bfab5138de567c4b3650de66307d715b5 (commit)
       via  1162eadb4082a9673f30945c18326f51d4be66fa (commit)
       via  3dd64fbf926fea8fb0470b378023e251dce72707 (commit)
       via  23254d1d8686337635ef9bdd6a6543aef8631da4 (commit)
       via  f850d180b07fad159b9217d1e95de9571f3af381 (commit)
      from  56170e064e2b21ce204f0817733e92f1730541ea (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=fb28b6671ac7825ec68984223052f5f3de04bf3b

commit fb28b6671ac7825ec68984223052f5f3de04bf3b
Merge: 56170e0 2ceff7a
Author: Stan Shebs <stanshebs@google.com>
Date:   Wed Feb 7 13:08:02 2018 -0800

    Merge remote-tracking branch 'origin/shebs/clangify' into local-v5
    
    This adds clang compatibility that GRTE v5 will require.


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

Summary of changes:
 Makeconfig                          |   19 +++
 Makerules                           |    4 +-
 config.h.in                         |    2 +
 config.make.in                      |    1 +
 configure                           |   51 ++++++-
 configure.ac                        |   26 +++-
 conform/GlibcConform.pm             |   23 +++-
 conform/Makefile                    |    3 +
 conform/conformtest.pl              |   10 ++-
 conform/linknamespace.pl            |   51 ++++++-
 conform/list-header-symbols.pl      |    4 +-
 elf/Makefile                        |    4 +
 elf/dl-conflict.c                   |   27 ++++
 elf/dl-reloc.c                      |   44 ++++++
 elf/dynamic-link.h                  |    4 +
 elf/get-dynamic-info.h              |   10 ++
 elf/rtld.c                          |   36 +++++-
 elf/tls-macros.h                    |    2 +-
 include/alloc_buffer.h              |   12 ++
 include/features.h                  |    3 +-
 include/libc-symbols.h              |   10 ++
 include/string.h                    |    2 +
 math/Makefile                       |    3 +
 math/complex.h                      |   25 ++++
 math/test-fe-snans-always-signal.c  |    4 +
 misc/sys/cdefs.h                    |    5 +
 nptl/Makefile                       |   11 ++-
 nptl/pt-vfork.c                     |    2 +-
 nss/makedb.c                        |   45 ++++++
 posix/Makefile                      |    2 +
 posix/regcomp.c                     |  272 ++++++++++++++++++++++++++++++++++-
 stdio-common/bug23-3.c              |    2 +
 string/test-ffs.c                   |   31 ++--
 sysdeps/generic/ldsodefs.h          |    4 +
 sysdeps/i386/fpu/fenv_private.h     |    2 +-
 sysdeps/ieee754/dbl-64/e_log.c      |    6 +-
 sysdeps/ieee754/float128/Makeconfig |    2 +-
 sysdeps/ieee754/float128/Makefile   |    2 +
 sysdeps/ieee754/k_standard.c        |    2 +-
 sysdeps/nptl/gai_misc.h             |    4 +
 sysdeps/x86/bits/floatn.h           |   31 ++++
 sysdeps/x86/fpu/Makefile            |    3 +
 sysdeps/x86_64/Makefile             |    5 +-
 43 files changed, 765 insertions(+), 46 deletions(-)


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]