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