Overview
Comment: | Post-release version increment |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
38ad23a62e7ffcffb74056983abb8ed9 |
User & Date: | rkeene on 2016-02-22 22:35:50 |
Other Links: | manifest | tags |
Context
2016-02-22
| ||
22:57 | Updated to cast thread ID to an appropriately sized integer type before casting it to (unsigned long long) for logging, prevents a GCC error when pthread_t is a pointer of a different (smaller) size than unsigned long long check-in: ca00774c8f user: rkeene tags: trunk | |
22:35 | Post-release version increment check-in: 38ad23a62e user: rkeene tags: trunk | |
22:35 | Filed 1.16 check-in: 395483fa73 user: rkeene tags: trunk, 1.16 | |
Changes
Modified filed.c from [f4a6909b38] to [4ce4e74ea7].
︙ | |||
66 67 68 69 70 71 72 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | - + | */ #ifndef FILED_DONT_TIMEOUT #include <stdatomic.h> #include <stdbool.h> #endif /* Compile time constants */ |
︙ |