This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 44eb41632 Cygwin: fetch Windows directory on all platforms and use throughout new 9ce70bf45 Unpick cygpath TESTSUITE new b8bd9d1b0 Move source files used in utils/mingw/ into that subdirectory new 71e8b4500 Get rid of relative include paths in strace.cc new 079c3a558 Cygwin: Use parallel make on AppVeyor
The 4 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: .appveyor.yml | 22 +++++++++------ winsup/utils/mingw/Makefile.am | 23 ++++++++------- winsup/utils/{ => mingw}/bloda.cc | 0 winsup/utils/{ => mingw}/cygcheck.cc | 0 winsup/utils/{ => mingw}/cygwin-console-helper.cc | 0 winsup/utils/{ => mingw}/dump_setup.cc | 0 winsup/utils/{ => mingw}/ldh.cc | 0 winsup/utils/mingw/path.cc | 1 + winsup/utils/{ => mingw}/strace.cc | 10 +++---- winsup/utils/{ => mingw}/testsuite.cc | 31 +++++++++++---------- winsup/utils/{ => mingw}/testsuite.h | 34 ++++++++--------------- winsup/utils/path.cc | 31 +++++++++------------ winsup/utils/path.h | 10 +++++-- 13 files changed, 80 insertions(+), 82 deletions(-) rename winsup/utils/{ => mingw}/bloda.cc (100%) rename winsup/utils/{ => mingw}/cygcheck.cc (100%) rename winsup/utils/{ => mingw}/cygwin-console-helper.cc (100%) rename winsup/utils/{ => mingw}/dump_setup.cc (100%) rename winsup/utils/{ => mingw}/ldh.cc (100%) create mode 100644 winsup/utils/mingw/path.cc rename winsup/utils/{ => mingw}/strace.cc (99%) rename winsup/utils/{ => mingw}/testsuite.cc (85%) rename winsup/utils/{ => mingw}/testsuite.h (94%)