This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 091a0ac Fix typo in strerror doc new 97974e3 dlopen: switch to new pathfinder class new b37c3ed dlopen (pathfinder): try each basename per dir new f763e2d dlopen: on x/lib search x/bin if exe is in x/bin
The 3 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: winsup/cygwin/dlfcn.cc | 351 +++++++++++++++++++++++++++++------------- winsup/cygwin/pathfinder.h | 208 +++++++++++++++++++++++++ winsup/cygwin/vstrlist.h | 373 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 823 insertions(+), 109 deletions(-) create mode 100644 winsup/cygwin/pathfinder.h create mode 100644 winsup/cygwin/vstrlist.h