Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#250 duplicate emxomf verbose option bird Yuri Dario
Description

Some warnings are mostly useless when building C++ code, in particular the Truncated symbols one.

The attached patch adds a verbose flag to emxomf: once the -v flag is added, truncated symbols warnings are shown again.

#251 duplicate emxomf: option for suppressing symbol truncation messages bird Yuri Dario
Description

Some warnings are mostly useless when building C++ code, in particular the Truncated symbols one.

The attached patch adds a verbose flag to emxomf: once the -v flag is added, truncated symbols warnings are shown again.

#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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.