K 10 svn:author V 2 ed K 8 svn:date V 27 2011-12-26T23:33:41.368222Z K 7 svn:log V 341 Fix some bugs in . - Make atomic_init() work for GCC, as assigning to structs doesn't work. - Fix misplaced parenthesis in atomic_is_lock_free() for GCC. - Make atomic_compare_exchange_strong() for GCC return the proper boolean value, whether object == expected. - Fix argument passing in atomic_exchange_explicit() for GCC. END