This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/pipe
in repository newlib.
discards f9034d321 Cygwin: pipes: cancel async IO if thread cancellation is in progress
discards 485ba490f Cygwin: pipe: Stop counting reader and read all available data.
discards 866a62037 Cygwin: new class fhandler_pipe_fifo
discards 01bbd2c01 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access
discards d0dcdfebd Cygwin: pipes: minor code cleanup
discards 8c99ffa4c Cygwin: pipes: nt_create: set read handle to NULL in error case
discards 7814651a7 Cygwin: pipes: call nt_create with handle references
discards db89493fa Cygwin: pipes: workaround unrelibale system info
discards f6dc31259 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes
discards 7bb6d968e Cygwin: pipes: create pipes with synchronization enabled
discards bcbba2ee0 Cygwin: pipes: use NtClose when file has been opened with an [...]
discards 9009ff81c Cygwin: pipes: always close read side pipe handle in error case
discards 396f2950c Cygwin: pipes: fix a bug in raw_write
discards 896c53bd4 Cygwin: move get_obj_handle_count() to miscfuncs.cc
discards d7edc1c51 Cygwin: _pipe: add a comment
discards e7ae0d6a2 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags"
discards ffd336186 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again"
discards 69a298961 Cygwin: fhandler_pipe.cc:nt_select: fix flags again
discards 1af4532e9 Cygwin: fhandler_pipe.cc:nt_select: fix flags
discards f7b046840 Revert "Cygwin: pipe: Revert to create() rather than nt_create()."
discards 5220cc900 Cygwin: pipe: Revert to create() rather than nt_create().
discards 2e36ae2e3 Cygwin: select: Improve select/poll response.
discards 9786c9486 Cygwin: add fhandler_base::npfs_handle
discards c2c0ef039 Cygwin: remove the fhandler_base_overlapped class
discards 296bd3e78 Cygwin: fhandler_pipe: fix permission problem
discards f4c74329b Cygwin: fhandler_pipe: control blocking mode of the Windows pipe
discards 84c8747f2 Cygwin: fhandler_pipe: add raw_read and raw_write
discards 27ccf5160 Cygwin: fhandler_pipe: derive from fhandler_base
adds 3d322ac93 Cygwin: fix initializing MEM_EXTENDED_PARAMETER
adds 522cdab54 nano-malloc: Fix redefined compilation warning
new bbf4747d0 Cygwin: fhandler_pipe: derive from fhandler_base
new b5e599d64 Cygwin: fhandler_pipe: add raw_read and raw_write
new f15ad75ee Cygwin: fhandler_pipe: control blocking mode of the Windows pipe
new 3e3a2c5bc Cygwin: fhandler_pipe: fix permission problem
new e72971885 Cygwin: remove the fhandler_base_overlapped class
new a6bbb1bcc Cygwin: add fhandler_base::npfs_handle
new 61c346aae Cygwin: select: Improve select/poll response.
new 431fdf0fa Cygwin: pipe: Revert to create() rather than nt_create().
new 8e0af0c65 Revert "Cygwin: pipe: Revert to create() rather than nt_create()."
new 8cdf70448 Cygwin: fhandler_pipe.cc:nt_select: fix flags
new 9c1830327 Cygwin: fhandler_pipe.cc:nt_select: fix flags again
new 091a7b298 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again"
new 8efa18a4b Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags"
new fad5914c3 Cygwin: _pipe: add a comment
new 7d8768b39 Cygwin: move get_obj_handle_count() to miscfuncs.cc
new 58010e945 Cygwin: pipes: fix a bug in raw_write
new fea5d540f Cygwin: pipes: always close read side pipe handle in error case
new 3bba22fee Cygwin: pipes: use NtClose when file has been opened with an [...]
new 5fd122527 Cygwin: pipes: create pipes with synchronization enabled
new 02b2dfbe3 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes
new 00a48a5f5 Cygwin: pipes: workaround unrelibale system info
new d8a369655 Cygwin: pipes: call nt_create with handle references
new 8d08e6a29 Cygwin: pipes: nt_create: set read handle to NULL in error case
new c6f44658a Cygwin: pipes: minor code cleanup
new 021f887a8 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access
new f234bfbeb Cygwin: new class fhandler_pipe_fifo
new 1ef8ac4ba Cygwin: pipe: Stop counting reader and read all available data.
new 9bd55b61f Cygwin: pipes: cancel async IO if thread cancellation is in progress
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f9034d321)
\
N -- N -- N refs/heads/topic/pipe (9bd55b61f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 28 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:
newlib/libc/stdlib/nano-mallocr.c | 1 +
winsup/cygwin/miscfuncs.cc | 2 ++
winsup/cygwin/mmap.cc | 2 ++
3 files changed, 5 insertions(+)
--
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 releases/gcc-9
in repository gcc.
from 718fe39fe00 Daily bump.
new 5bfb794ae1b Fortran: Allow pointer deferred length associate selectors. [...]
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:
gcc/fortran/trans-expr.c | 2 +-
gcc/testsuite/gfortran.dg/deferred_character_35.f90 | 18 ++++++++++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_35.f90
--
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 azanella/qsort-fixes
in repository glibc.
at 4663044100 stdlib: Remove use of mergesort on qsort (BZ #21719)
This branch includes the following new commits:
new de255ac5b5 stdlib: Add more qsort{_r} coverage
new fb8373a59a benchtests: Add bench-qsort
new 2cfe430388 support: Fix getopt_long with CMDLINE_OPTIONS
new 77e51ac1cf stdlib: Optimization qsort{_r} swap implementation (BZ #19305)
new 19dcfbc19e stdlib: Move insertion sort out qsort
new 44b3018f45 stdlib: qsort: Move some macros to inline function
new 407bd69b34 stdlib: Implement introsort with qsort
new 4663044100 stdlib: Remove use of mergesort on qsort (BZ #21719)
The 8 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.
--
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 newlib.
from eeeb5650c Cygwin: fix declaration of RtlInitEmptyUnicodeString
new 3d322ac93 Cygwin: fix initializing MEM_EXTENDED_PARAMETER
new 522cdab54 nano-malloc: Fix redefined compilation warning
The 2 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:
newlib/libc/stdlib/nano-mallocr.c | 1 +
winsup/cygwin/miscfuncs.cc | 2 ++
winsup/cygwin/mmap.cc | 2 ++
3 files changed, 5 insertions(+)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from dd713144aa Revert "ld script expression parsing"
adds 0963896dde Automatic date update in version.in
adds 07270a9e78 Automatic date update in version.in
adds 34778f7baa Automatic date update in version.in
adds 933d555cac Automatic date update in version.in
adds 2232575aca Automatic date update in version.in
adds cd03b629fd Automatic date update in version.in
adds c9fe5e24a9 Automatic date update in version.in
adds a1c0f04241 Automatic date update in version.in
adds 1e9d14eb58 [GOLD] PowerPC64 relocation overflow for -Os register save/r [...]
adds 42ee6eb910 Automatic date update in version.in
adds 80294af31b Automatic date update in version.in
adds 151930484c Automatic date update in version.in
adds 4076f97168 Automatic date update in version.in
adds 09d2f7f1fc Automatic date update in version.in
adds 140b6a12b0 Automatic date update in version.in
adds 5f3f74edb0 Automatic date update in version.in
adds 773d432252 Automatic date update in version.in
adds 8a3247e819 Automatic date update in version.in
adds 50ee1969b8 Automatic date update in version.in
adds 2bde3fd6e7 Automatic date update in version.in
adds 3f7ed31eaf Automatic date update in version.in
adds 7f5add08ab Automatic date update in version.in
adds c20b52504a Automatic date update in version.in
adds d8c26a9cd5 Automatic date update in version.in
adds 636c5b0d0a Automatic date update in version.in
adds e18071ce24 Automatic date update in version.in
adds e75eebbb8d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gold/powerpc.cc | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 48e497f13 0: update: binutils-gcc-linux-qemu: all
new bd477ac06 0: update: binutils-gcc-linux-qemu: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (48e497f13)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 179 -
01-reset_artifacts/console.log.xz | Bin 0 -> 1560 bytes
02-prepare_abe/console.log | 280 -
02-prepare_abe/console.log.xz | Bin 0 -> 2764 bytes
03-build_abe-binutils/console.log | 5268 ---------
03-build_abe-binutils/console.log.xz | Bin 0 -> 41476 bytes
04-build_abe-stage1/console.log | 9050 ---------------
04-build_abe-stage1/console.log.xz | Bin 0 -> 85508 bytes
05-build_abe-qemu/console.log | 3528 ------
05-build_abe-qemu/console.log.xz | Bin 0 -> 30356 bytes
06-build_linux/console.log | 294 -
06-build_linux/console.log.xz | Bin 0 -> 3436 bytes
07-boot_linux/console.log | 20 -
07-boot_linux/console.log.xz | Bin 0 -> 496 bytes
08-check_regression/console.log | 32 -
08-check_regression/console.log.xz | Bin 0 -> 500 bytes
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 5 +-
09-update_baseline/results.regressions | 2 +-
console.log | 18689 ------------------------------
jenkins/manifest.sh | 22 +-
results | 2 +-
22 files changed, 17 insertions(+), 37356 deletions(-)
delete mode 100644 01-reset_artifacts/console.log
create mode 100644 01-reset_artifacts/console.log.xz
delete mode 100644 02-prepare_abe/console.log
create mode 100644 02-prepare_abe/console.log.xz
delete mode 100644 03-build_abe-binutils/console.log
create mode 100644 03-build_abe-binutils/console.log.xz
delete mode 100644 04-build_abe-stage1/console.log
create mode 100644 04-build_abe-stage1/console.log.xz
delete mode 100644 05-build_abe-qemu/console.log
create mode 100644 05-build_abe-qemu/console.log.xz
delete mode 100644 06-build_linux/console.log
create mode 100644 06-build_linux/console.log.xz
delete mode 100644 07-boot_linux/console.log
create mode 100644 07-boot_linux/console.log.xz
delete mode 100644 08-check_regression/console.log
create mode 100644 08-check_regression/console.log.xz
delete mode 100644 console.log
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.