summaryrefslogtreecommitdiff
path: root/lib/fseeko.c
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of verify, for BSD/OS.Eric Blake2007-12-171-3/+0
* Another fseek test.Eric Blake2007-12-131-0/+3
* Fix fseeko on mingw.Eric Blake2007-12-131-0/+2
* Fix fseeko on BSD-based platforms.Larry Jones2007-12-131-0/+1
* Add support for QNX (untested).Bruno Haible2007-10-031-0/+4
* Add tentative support for Solaris/AMD64.Bruno Haible2007-08-191-1/+3
* Add support for uClibc 0.9.29.Bruno Haible2007-06-091-0/+5
* Typo in comment.Bruno Haible2007-05-281-1/+1
* Fix lseek on mingw.Eric Blake2007-05-241-0/+7
* Fix fseeko/ftello on cygwin 1.5.24.Eric Blake2007-05-241-4/+17
* Work around fpurge bug on BSD systems.Bruno Haible2007-04-291-1/+1
* On BSD implementations, when we call lseek(), we must also update or disableBruno Haible2007-04-261-1/+18
* Make the combination of fflush and fseek/fseeko POSIX compliant.Bruno Haible2007-04-251-0/+72