Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-14 | lib9: make formatting lock-free again | Russ Cox | 1 | -17/+5 | |
First use of <stdatomic.h>. We will see if any supported systems don't have it yet. (C11 was so last decade.) Fixes #338. | |||||
2020-01-13 | lib9/fmt: avoid racy access to installed fmt formats | Russ Cox | 1 | -5/+17 | |
2004-12-27 | lock using Lock instead of QLock. | rsc | 1 | -3/+3 | |
qlocks are complicated enough that they need to be able to print during debugging. | |||||
2004-12-26 | add proper locking for libfmt! | rsc | 1 | -0/+16 | |