Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 245)

Ticket Resolution Summary Owner Reporter
#308 fixed __spawnvpe() and interperter search KO Myung-Hun
Description

Hi/2.

Current __spawnvpe() searches a interpreter in this order.

interpreter_path
interpreter_name in PATH
interpreter_name + .exe in PATH

But, interpreter_path + .exe should be also searched before searching name in PATH.

Finally, I think, an exe file should be prefered to a non-exe file. Any idea ?

#307 fixed argv[0] of shell script interpreter KO Myung-Hun
Description

Hi/2.

argv[0] should be a program itself. However, if spawn() a shell script, the script name is passed to a shell. So the shell using argv[0] misbehave.

I attach test programs. If you run spawn_arg.exe, then you can confirm argv[0] is a shell script not a shell.

#276 fixed arithchk must be compiled with optimizer enabled Yuri Dario
Description

otherwise it crashes with a floating point exception when gcc 4.x is used for build. Another solution is to mask all floating point exceptions.

Note: See TracQuery for help on using queries.