Commit Briefs

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

lock using Lock instead of QLock.

qlocks are complicated enough that they need to be able to print during debugging.