]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix executable indicator in file name completion on Windows.
authorEli Zaretskii <eliz@gnu.org>
Tue, 30 Dec 2014 19:14:25 +0000 (21:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 30 Dec 2014 19:27:46 +0000 (21:27 +0200)
commit18de9f067ed583c693b1b8b70a2fa92a1f08a7f8
tree2deb28c34961f57d1c42f36b70bcbf7b4834bc2d
parent7494da42cf329b56ee86a391b62bd297674ab6b0
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.
readline/ChangeLog.gdb
readline/complete.c