summaryrefslogtreecommitdiffstats
path: root/src/lib9/fmt/fmtdef.h
Commit message (Collapse)AuthorAgeFilesLines
* lib9: make formatting lock-free againRuss Cox2020-01-141-4/+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/+4
|
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* incorporate changes from Googlersc2006-05-221-0/+1
|
* fmt changes from Googlersc2006-05-211-19/+7
|
* import changes from plan 9rsc2004-12-261-0/+9
|
* clean up for unix portrsc2004-12-261-48/+31
|
* use plan9 mallocrsc2004-06-091-0/+3
|
* Move utf, fmt. Small header file changes.rsc2004-02-291-0/+121