README: add tested compilers, timezone field is not used anymore - saait - the … | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit c2be3b96ecb51bc1dc1180c15ad0e9a1145b50f5 | |
parent d30fbb819df1787d8f69848b1a715c7974e0eb1a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 4 Dec 2017 23:15:27 +0100 | |
README: add tested compilers, timezone field is not used anymore | |
Diffstat: | |
M README | 3 +-- | |
1 file changed, 1 insertion(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -8,9 +8,8 @@ Some parts are intentionally hardcoded, C knowledge is required. | |
Dependencies: | |
------------- | |
-- C compiler (C99) | |
+- C compiler (C99), tested on gcc, clang, tcc. | |
- libc | |
-- requires non-standard field tm_gmtoff in struct tm. | |
Tested and works on: |