Commits


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.


lib9/fmt: avoid racy access to installed fmt formats


lock using Lock instead of QLock. qlocks are complicated enough that they need to be able to print during debugging.


add proper locking for libfmt!