| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-11 | tests/stdio: normalize whitespace | rillig | |
| 2014-10-19 | Add negative offset checks to fseeko | justin | |
| These were not strictly needed before, as lseek would error on negative arguments, but having added open_memstream we have a virtual file pointer that assumes that it gets sane values, so we get an assertion triggered on a negative value. Best to check in one place rather than at all the relevant points. | |||
| 2014-10-15 | PR standards/49279 add tests for open_memstream, ported from OpenBSD | justin | |
