Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#323 fixed spawnlp() does not check if an entry is a directory KO Myung-Hun
Description

Hi/2.

If a directory whose name is same as [name] exist in a current dir or maybe in PATH, spawnlp() fails. spawnlp() and its families should check if [name] is a directory when searching the executable for [name].

#322 wontfix Support SINGLE SHARED attributes of DATA KO Myung-Hun
Description

Hi/2.

emxomfld(wlink) and ld does not support SINGLE SHARED attributes of DATA.

#321 invalid __attribute__((constructor/destructor)) and _DLL_InitTerm() KO Myung-Hun
Description

Hi/2.

__attribute__((consturctor)) and __attribute__((destructor)) can be used as a startup code and an exit code, respectively.

But when using custom _DLL_InitTerm(), if it does not call __ctordtorInit(), those startup and exit codes are not called.

This is very annoying because a static library is using those features and it is linked into a DLL which does not call __ctordtorInit(), those startup/exit codes are not executed.

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