This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch gdb-7.8-branch updated. gdb-7.8.1-release-68-g18de9f0


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, gdb-7.8-branch has been updated
       via  18de9f067ed583c693b1b8b70a2fa92a1f08a7f8 (commit)
      from  7494da42cf329b56ee86a391b62bd297674ab6b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=18de9f067ed583c693b1b8b70a2fa92a1f08a7f8

commit 18de9f067ed583c693b1b8b70a2fa92a1f08a7f8
Author: Eli Zaretskii <eliz@gnu.org>
Date:   Tue Dec 30 21:14:25 2014 +0200

    Fix executable indicator in file name completion on Windows.
    
    	* complete.c (stat_char) [_WIN32]: Don't use 'access' and X_OK on
    	Windows, they don't work.  Instead, look at the file-name
    	extension to determine whether the file is executable.

-----------------------------------------------------------------------

Summary of changes:
 readline/ChangeLog.gdb |    6 ++++++
 readline/complete.c    |   13 +++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]