This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from ed8cfb00c2 Fix siginterrupt namespace (bug 21597).
new 487549c466 Fix another x86 sys/ucontext.h namespace issue (bug 21457).
new ca3d65ff69 resolv: Make __res_vinit hidden
new 26bf5a1029 resolv: Move res_randomid to its own file
new e4e5b57d23 resolv: Move _res deallocation functions to their own file
new e68111fbd6 resolv: Remove DEBUG preprocessor conditionals from res_setoptions
new 94f094f22b resolv: Introduce is_sort_mask and call it from res_vinit
new 4c4480eecb resolv: Reformat res_vinit and related functions to GNU style
new ea4924ce5b resolv: Report allocation errors in __res_vinit
new 89f187a40f resolv: Use getline for configuration file reading in res_vinit_1
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 56 ++
include/resolv.h | 2 +-
resolv/Makefile | 2 +-
resolv/nss_dns/dns-host.c | 18 +-
resolv/nss_dns/dns-network.c | 12 +-
resolv/{inet_addr.c => res-close.c} | 174 +++---
resolv/res_init.c | 880 +++++++++++++++--------------
resolv/res_libc.c | 2 -
resolv/{inet_addr.c => res_randomid.c} | 141 +----
sysdeps/unix/sysv/linux/x86/sys/ucontext.h | 2 +-
10 files changed, 616 insertions(+), 673 deletions(-)
copy resolv/{inet_addr.c => res-close.c} (59%)
copy resolv/{inet_addr.c => res_randomid.c} (59%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 121eb4635e [NFC] Refactor DiagnosticRenderer to use FullSourceLoc
new 87050d0737 Move the test from r305678 to a separte file with 'REQUIRES: [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/Driver/darwin-sdk-vs-os-version.c | 10 ++++++++++
test/Driver/darwin-sdkroot.c | 9 ---------
2 files changed, 10 insertions(+), 9 deletions(-)
create mode 100644 test/Driver/darwin-sdk-vs-os-version.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 21f8859dd0 Fix signal stack namespace (bug 21584).
new ed8cfb00c2 Fix siginterrupt namespace (bug 21597).
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 4 ++++
signal/signal.h | 10 +++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6ee5ac604b Add missing OS check to r305678
new 121eb4635e [NFC] Refactor DiagnosticRenderer to use FullSourceLoc
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Basic/SourceLocation.h | 122 +++++++++++------
include/clang/Frontend/DiagnosticRenderer.h | 81 +++++------
include/clang/Frontend/TextDiagnostic.h | 43 +++---
lib/Basic/SourceLocation.cpp | 70 ++++++++++
lib/Frontend/DiagnosticRenderer.cpp | 196 ++++++++++++---------------
lib/Frontend/SerializedDiagnosticPrinter.cpp | 106 ++++++---------
lib/Frontend/TextDiagnostic.cpp | 85 +++++-------
lib/Frontend/TextDiagnosticPrinter.cpp | 7 +-
tools/libclang/CIndexDiagnostic.cpp | 30 ++--
9 files changed, 377 insertions(+), 363 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from a66bc30d6b Define struct rusage in sys/wait.h when required (bug 21575).
new 21f8859dd0 Fix signal stack namespace (bug 21584).
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 7 +++++++
signal/signal.h | 10 ++++++----
2 files changed, 13 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 16b7a71998 .gdb_index writer: close the file before unlinking it
new 80053e466b Fix access violation disassembling a corrupt VMS binary.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/ChangeLog | 8 +++++++-
bfd/vms-alpha.c | 27 +++++++++++++++++++++------
2 files changed, 28 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 5b83faf6a7 dynarray: Use libc_hidden_proto only for !_ISOMAC
new a66bc30d6b Define struct rusage in sys/wait.h when required (bug 21575).
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 19 ++++
bits/resource.h | 44 +--------
include/bits/types/struct_rusage.h | 1 +
posix/sys/wait.h | 6 ++
resource/Makefile | 2 +-
resource/bits/types/struct_rusage.h | 130 ++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/alpha/bits/resource.h | 44 +--------
sysdeps/unix/sysv/linux/bits/resource.h | 106 +--------------------
sysdeps/unix/sysv/linux/mips/bits/resource.h | 44 +--------
sysdeps/unix/sysv/linux/sparc/bits/resource.h | 44 +--------
10 files changed, 162 insertions(+), 278 deletions(-)
create mode 100644 include/bits/types/struct_rusage.h
create mode 100644 resource/bits/types/struct_rusage.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 127fdb13790 Revert r305677 [CodeGen] Add generic MacroFusion pass.
new afb808fd9e4 [ARM] GlobalISel: Support G_ICMP for s8 and s16
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/ARM/ARMLegalizerInfo.cpp | 2 +
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 15 +++++++
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 62 +++++++++++++++++++++++++--
3 files changed, 76 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 72e84f9694 Fix access violation when disassembling a corrupt VMS binary.
new 16b7a71998 .gdb_index writer: close the file before unlinking it
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 5 +++++
gdb/dwarf2read.c | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.