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 ibm/2.22/master updated. glibc-2.22-26-g7d60562


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, ibm/2.22/master has been updated
       via  7d605623b146c6ca33a8fe08ff4638cd439da45e (commit)
       via  5b319ce2949cf6fb97862ff81558944f76c704f1 (commit)
       via  5fb7924cb6cf606ce865122e5bbac9df934db14e (commit)
       via  dc22a1ec157d02529a0b17986679d3f1c122985e (commit)
       via  2b529a82afc15a76185fca16ba7bcc8fbd82d15d (commit)
       via  c0769d60c1d107d9fb622e80c9d1110deb4fb3b4 (commit)
       via  ed7f3a2e27e816488d5a8ef570052a5a2c3c515b (commit)
       via  6c84109cfa26f35c3dfed3acb97d347361bd5849 (commit)
       via  666bb4dc55f5a93538d020024c34abad641f50ae (commit)
       via  38810947f96183501784c7f477291d04629b36dc (commit)
       via  1abe050526295fe0b1402105bb2071c1d25223d2 (commit)
       via  5c8c3123652045191474a4ca85fbb6e8d9e7d2bc (commit)
       via  36c6e27a26b0afe0187f8790990cf880abdbf244 (commit)
       via  3007f797a1a596e954f44879a5a7267966186ba4 (commit)
      from  a0a9f8d957b130d5bcc49d097b8ba0e15728eca4 (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=7d605623b146c6ca33a8fe08ff4638cd439da45e

commit 7d605623b146c6ca33a8fe08ff4638cd439da45e
Merge: a0a9f8d 5b319ce
Author: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Date:   Tue Oct 20 13:49:34 2015 -0200

    Merge branch 'release/2.22/master' into ibm/2.22/master


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

Summary of changes:
 ChangeLog                        |  100 +++++++++++++++++++++++++++++++++
 NEWS                             |    6 ++-
 elf/rtld.c                       |   15 +----
 locale/C-collate.c               |    4 +-
 locale/categories.def            |    1 -
 locale/langinfo.h                |    1 -
 locale/localeinfo.h              |    8 ---
 locale/programs/ld-collate.c     |    9 ---
 misc/Makefile                    |    3 +-
 misc/mntent_r.c                  |    4 +-
 misc/sys/param.h                 |    3 +
 misc/tst-mntent-blank-corrupt.c  |   45 +++++++++++++++
 misc/tst-mntent-blank-passno.c   |   53 +++++++++++++++++
 misc/tst-mntent.c                |   20 -------
 stdlib/cxa_thread_atexit_impl.c  |   10 +++-
 string/Makefile                  |   15 +++++-
 string/bug-strcoll2.c            |   92 ++++++++++++++++++++++++++++++
 string/strcoll_l.c               |   38 +------------
 string/tst-strxfrm2.c            |    6 +-
 sysdeps/generic/ldsodefs.h       |    3 -
 sysdeps/nacl/Makefile            |    9 +++
 sysdeps/posix/opendir.c          |    2 +-
 sysdeps/powerpc/nptl/elide.h     |  115 +++++++++++++++++++++-----------------
 sysdeps/sparc/sparc32/sem_open.c |    1 +
 wcsmbs/wcscoll_l.c               |    1 -
 25 files changed, 410 insertions(+), 154 deletions(-)
 create mode 100644 misc/tst-mntent-blank-corrupt.c
 create mode 100644 misc/tst-mntent-blank-passno.c
 create mode 100644 string/bug-strcoll2.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]