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 ef45cb65a7b Use readline's variant of Windows patch new d3ee35dbf75 Improve gdb_tilde_expand logic.
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 | 6 ++ gdb/Makefile.in | 1 + gdb/unittests/gdb_tilde_expand-selftests.c | 94 ++++++++++++++++++++++++++++++ gdbsupport/ChangeLog | 7 +++ gdbsupport/gdb_tilde_expand.cc | 46 ++++++++++----- gdbsupport/gdb_tilde_expand.h | 3 +- 6 files changed, 141 insertions(+), 16 deletions(-) create mode 100644 gdb/unittests/gdb_tilde_expand-selftests.c