newlib-cygwin/winsup/cygwin/fhandler
Corinna Vinschen 339bb6e932 Cygwin: stop handling files with .com suffix like .exe files
.com is a remnant from the past.  There are only five executables
left:

  chcp.com
  format.com
  mode.com
  more.com
  tree.com

Calling them on the command line already requires to use the
suffix anyway.  So drop useless .com test from the execve test
for scripts (they are handled earlier in the same function
as executables) and do not handle them like .exe suffixes in
other functions.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-10-28 12:44:27 +02:00
..
base.cc
clipboard.cc
console.cc
cygdrive.cc
dev.cc
dev_fd.cc
disk_file.cc Cygwin: stop handling files with .com suffix like .exe files 2022-10-28 12:44:27 +02:00
dsp.cc
fifo.cc Cygwin: select: don't report read ready on a FIFO never opened for writing 2022-10-19 08:17:50 -04:00
floppy.cc
mqueue.cc
netdrive.cc
nodevice.cc
null.cc
pipe.cc
proc.cc
process.cc
process_fd.cc
procnet.cc
procsys.cc
procsysvipc.cc
random.cc
raw.cc
registry.cc
serial.cc
signalfd.cc
socket.cc
socket_inet.cc
socket_local.cc
socket_unix.cc
tape.cc
termios.cc
timerfd.cc
tty.cc
virtual.cc
windows.cc
zero.cc