Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 245)

Ticket Resolution Summary Owner Reporter
#232 invalid Remove sys/mman.h bird KO Myung-Hun
Description

Hi/2.

libc has sys/mman.h, but it does not implement any functions declared in it.

So when checking mmap() feature by using a existence of sys/mman.h, it succeedes, but linking comes to fail.

As a result, I think it would be better to remove it.

#227 invalid wcrtomb() broken bird Silvan Scherrer
Description

this testcase shows the broken behaviour

#include <stdlib.h> #include <stdio.h>

int main() {

char buf[256] = {0}; int rc = wctomb(buf, 0xE4); printf("rc %d char %02x (%c)\n", rc, (unsigned char)buf[0], buf[0]); return 0;

}

#226 duplicate Use lazy loading and beginlibpath to change libpath bird Yuri Dario
Description

The usual problem of loading dll under os/2 requires proper libpath setup.

With ticket:225 implemented, we can get beginlibpath to be changed before program reaches main(). This feature, together with dll lazy loading (already available) should solve our libpath issues.

Note: See TracQuery for help on using queries.