Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 245)

Ticket Resolution Summary Owner Reporter
#111 fixed libos2: Correct som data imports bird bird
Description

We should provide underscore prefixed and plain data imports in wp-data.imp. GCC can't drop the underscore of the data names, so we have to fix the import library instead.

#112 fixed libc: stdio.h va_list & _POSIX_C_SOURCE=1 bird bird
Description

#define _POSIX_C_SOURCE 1 causes gcc to say "error: parse error before "va_list"" when <stdio.h> is included (at line 572). Should probably be va_list.

#113 fixed libc: scanf("%lld", &lld) bird bird
Description

'll' isn't recognized by scanf. This is a bug in _input.c, where 'll' isn't promoted to 'L'. While we're at it, support for 'z', 'hh' and similar should be added (already done for _output.c).

Note: See TracQuery for help on using queries.