aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/fmt/fmtdef.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-14lib9: make formatting lock-free againRuss Cox1-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.
2020-01-13lib9/fmt: avoid racy access to installed fmt formatsRuss Cox1-2/+4
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2006-05-22incorporate changes from Googlersc1-0/+1
2006-05-21fmt changes from Googlersc1-19/+7
2004-12-26import changes from plan 9rsc1-0/+9
2004-12-26clean up for unix portrsc1-48/+31
2004-06-09use plan9 mallocrsc1-0/+3
2004-02-29Move utf, fmt. Small header file changes.rsc1-0/+121