Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#300 duplicate Make spawnvpe support extension-less executables dmik
Description

The current version of spawnpe() unconditionally adds an .exe extension to the program name if it appears to have no extension and then performs a search along PATH. As a result, if there is a program that has no extension (e.g. a bash/perl script without the .sh extension which is very common), such a program will never be found by this function.

Currently, this limitation may be worked around by creating a symlink to the program that has .exe on the end — this symlink will make spanwpe() happy. However, this workaround has several disadvantages:

  1. It requires an additional file (FS pollution and such).
  2. It fulls CMD.EXE which is unable to process symlinks and will just fail.
#301 invalid emxomf: type_size: cannot compute size for tag 4 KO Myung-Hun
Description

Hi/2.

When I make a debug build of qt4 plugin of VLC, emxomf failed to due to the subject.

#302 wontfix setmode() behavior KO Myung-Hun
Description

Hi/2.

setmode() works on every file handles, unconditionally. But it would be better to set the handles to text mode if they are consoles.

And, I think, setting consoles to binary mode is meaningless.

In practice, MinGW beahves like this.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.