| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-24 | Add a test | jvoisin | |
| 2024-04-24 | Fix some overlap mismatch | jvoisin | |
| This was caught by the following test: ``` int main(void) { char c[32]; memcpy(c, c + 16, 16); } ``` Reported-by: q66 | |||
| 2024-03-08 | Add some NULL-pointers checks | jvoisin | |
| See: - https://www.imperialviolet.org/2016/06/26/nonnull.html - https://davidben.net/2024/01/15/empty-slices.html | |||
| 2023-07-11 | Add some dynamic tests for unistd.h | jvoisin | |
| 2023-07-09 | Add tests for unistd.h | jvoisin | |
| 2023-05-30 | Add a test for getcwd | jvoisin | |
| 2023-04-13 | Add a basic testsuite | jvoisin | |
