| 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-08-21 | Add tests for fgetws and mbsrtowcs | jvoisin | |
