Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-08 | fmt: adjust GCC version check | Kurt H Maier | 1 | -2/+2 | |
atomics were added in GCC 4.9: https://gcc.gnu.org/gcc-4.9/changes.html | |||||
2020-05-07 | fmt: disable use of stdatomic on AIX XL C and old GCC | Russ Cox | 1 | -0/+21 | |
C11 is apparently too new for these systems. Fixes #55. | |||||
2020-01-14 | lib9: make formatting lock-free again | Russ Cox | 1 | -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. | |||||
2020-01-13 | lib9/fmt: avoid racy access to installed fmt formats | Russ Cox | 1 | -13/+22 | |
2006-05-21 | fmt changes from Google | rsc | 1 | -14/+3 | |
2004-12-29 | Formatting nits. | wkj | 1 | -2/+2 | |
2004-12-26 | import changes from plan 9 | rsc | 1 | -0/+6 | |
2004-12-26 | clean up for unix port | rsc | 1 | -3/+7 | |
2004-02-29 | Move utf, fmt. Small header file changes. | rsc | 1 | -0/+221 | |