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
#236 fixed sys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR bird KO Myung-Hun
Description

Hi/2.

ALIGN is not defined due to _NO_NAMESPACE_POLLUTION.

So CMSG_NXTHDR should use _ALIGN not ALIGN.

#187 fixed strftime is broken for several locales bird guest
Description

This is basically what I found out in https://bugzilla.mozilla.org/show_bug.cgi?id=396798

strftime gives wrong results for several locales, including en_GB (wrong minutes) and pl_PL (wrong day and month names), and several other eastern European locales (month name replaced with X).

I tested with GCC 3.2.2 and 3.3.5 and both give the same problems.

#266 fixed stderr is not thread safe bird James Moe
Description

gcc v3.3.5 csd5 libc065

If multiple streams are sent to stderr (error output), it is possible for the output to become scrambled. In the example below the strings were sent to stderr after acquiring a mutex to prevent, well, what happened. The same thing happens with C++ and cerr.

20130131-15:44:15.077 (001)-C-pmmail_main_queue: step 1 20130131-15:44:15.077 (001)-I-ProgressCreateWindow?: n_opens [1]

2200113300113311--1155::4444:1:51.51.4184 8(0(00801))--II--sMpaeilnlWeirn_Cirneiatt:e Waisnp

The first two lines are how most of the log entries are printed. The

third line is a stuttering combination of two log lines.

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