Commit Briefs

Dan Cross

fmt: adjust GCC version check

atomics were added in GCC 4.9: https://gcc.gnu.org/gcc-4.9/changes.html


Russ Cox

fmt: disable use of stdatomic on AIX XL C and old GCC

C11 is apparently too new for these systems. Fixes #55.


Russ Cox

lib9: make formatting lock-free again

First use of <stdatomic.h>. We will see if any supported systems don't have it yet. (C11 was so last decade.) Fixes #338.



rsc

fmt changes from Google


wkj

Formatting nits.



rsc

clean up for unix port