| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-28 | Fix the CI on clang | jvoisin | |
| Apparently, clang doesn't like the `putwchar` function for no good reason. Replacing it with `printf` fixes a NULL-ptr deref, so let's do that, as we don't really care about the content of the buffer anyway, only that it's not optimized away. | |||
| 2023-09-17 | Make use of the buffers in the wide-chars tests | jvoisin | |
| Just in case the compiler tries to optimize some things away. | |||
| 2023-09-11 | Add a bunch of wchar_t tests | jvoisin | |
