Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test to verify the handling of fflush() for the pushed-back buffer that | yasuoka | 2025-06-08 | 1 | -1/+40 |
| | | | | has been read or that has not. | ||||
* | Add test whether fflush() complies POSIX for the handling of | yasuoka | 2025-05-25 | 1 | -1/+82 |
| | | | | pushed-back wchar_t chars. | ||||
* | Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior for | yasuoka | 2025-05-24 | 1 | -0/+225 |
reading FILE objects. It will fail until fflush() complies POSIX-2008. ok tb asou |