Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test whether fflush() complies POSIX for the handling of | yasuoka | 2025-05-25 | 1 | -1/+82 |
| | | | | pushed-back wchar_t chars. | ||||
* | Add test for ungetwc(). | yasuoka | 2025-05-25 | 2 | -1/+94 |
| | |||||
* | Add tests for the functions in <stdio_ext.h>. | yasuoka | 2025-05-25 | 7 | -2/+455 |
| | |||||
* | Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior for | yasuoka | 2025-05-24 | 2 | -0/+236 |
reading FILE objects. It will fail until fflush() complies POSIX-2008. ok tb asou |