summaryrefslogtreecommitdiff
path: root/tests/test-ftell.c
Commit message (Collapse)AuthorAgeFilesLines
* Work around a HP-UX stdio bug.Bruno Haible2008-04-131-0/+2
|
* Flush the standard error stream before aborting.Bruno Haible2008-04-111-0/+1
|
* Fix ftell on mingw.Eric Blake2008-03-291-3/+71
| | | | | | | | | | | * lib/ftell.c (EOVERFLOW): Define if the system lacks it. * modules/ftell-tests (Depends-on): Add binary-io. * modules/ftello-tests (Depends-on): Likewise. * tests/test-ftell.c (main): Enhance test to cover behavior after ungetc. Enforce binary mode. * tests/test-ftello.c (main): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
|
* Tests for module 'ftell'.Bruno Haible2007-05-281-0/+30