Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 245)

Ticket Resolution Summary Owner Reporter
#264 fixed dlopen does not expect NULL pszLibrary Yuri Dario Steven Levine
Description

dlopen(NULL, flags) requests the handle of the main program. libc_Back_ldrOpen does not expect this and traps.

#275 fixed locale.h and unidef.h out of sync Yuri Dario Steven Levine
Description

Unidef.h and locale.h define LC_MONETARY and LC_NUMERIC with reversed values. kLIBC is builds set_locale with unidef.h. setlocale will fail to do the right thing for LC_NUMERIC and LC_MONETARY if the application is built with locale.h.

This is probably a holdover from the original EMX headers which have the same reversal.

#279 fixed Conflicting types for 'system' Yuri Dario dryeo
Description

A configure script is dieing with G:/usr/include/sys/process.h:72: error: conflicting types for 'system' G:/usr/include/stdlib.h:121: note: previous declaration of 'system' was here and sure enough sys/process.h uses 72 int system (__const__ char *); and stdlib.h uses 121 int system(const char *);

not sure which is correct or if this is gcc 4.4.6 being pedantic but they should be reconciled or guarded

Note: See TracQuery for help on using queries.