Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The call to fseek(fp, -1, SEEK_END) also sets the reported size to | bluhm | 2019-05-13 | 1 | -10/+10 |
| | | | | | | this value. To match the expectation of the test again, move this line before the the code that sets the final position. OK yasuoka@ | ||||
* | Add test fseek(,-1) works properly. | yasuoka | 2019-05-02 | 1 | -3/+8 |
| | |||||
* | Fix ordering breakage, moving the fclose() test last again. | guenther | 2014-07-20 | 1 | -6/+22 |
| | | | | | | Also correct some format strings. From Doug Hogan (doug (at) acyclic.org) | ||||
* | More tests for negative seeks, prodded by matthew@ | mpi | 2013-03-28 | 1 | -1/+23 |
| | |||||
* | Add some more tests; prodded by mpi@ | guenther | 2013-03-25 | 1 | -12/+58 |
| | |||||
* | Simple tests for fmemopen(3) and open_memstream(3) | mpi | 2013-01-01 | 1 | -0/+97 |