aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/fmt/fmtlock.c
Commit message (Collapse)AuthorAgeFilesLines
* lib9: make formatting lock-free againRuss Cox2020-01-141-12/+2
| | | | | | | | 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 formatsRuss Cox2020-01-131-2/+12
|
* fmt changes from Googlersc2006-05-211-13/+1
|
* Formatting nits.wkj2004-12-291-2/+2
|
* import changes from plan 9rsc2004-12-261-2/+0
|
* clean up for unix portrsc2004-12-261-0/+1
|
* Move utf, fmt. Small header file changes.rsc2004-02-291-0/+28