summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/open_memstream (follow)
Commit message (Expand)AuthorAgeFilesLines
* The call to fseek(fp, -1, SEEK_END) also sets the reported size tobluhm2019-05-131-10/+10
* Add test fseek(,-1) works properly.yasuoka2019-05-021-3/+8
* Fix ordering breakage, moving the fclose() test last again.guenther2014-07-201-6/+22
* trailing whitespace makes 'make depend' sad. ok mpi@dtucker2013-06-021-2/+2
* More tests for negative seeks, prodded by matthew@mpi2013-03-281-1/+23
* Add some more tests; prodded by mpi@guenther2013-03-251-12/+58
* Simple tests for fmemopen(3) and open_memstream(3)mpi2013-01-012-0/+102