summaryrefslogtreecommitdiff
path: root/lib/fseeko.c
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* fseeko: fix build failure on NetBSD >= 6HIRAMATSU Yoshifumi2015-04-141-1/+1
* Fix FILE struct compatibility with Android API level >= 21Kevin Cernekee2015-02-111-3/+6
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* fflush, fseeko: port to musl cross-compilesPaul Eggert2013-06-181-2/+8
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Write "Mac OS X" instead of "MacOS X".Bruno Haible2012-06-221-3/+3
* Large File Support for native Windows platforms.Bruno Haible2012-04-211-0/+8
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* stdioext: Add tentative support for Plan9.Bruno Haible2012-02-031-0/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* fseeko: remove unneeded hackEric Blake2011-08-091-12/+5
* fseeko: fix bug on glibcEric Blake2011-08-091-0/+1
* stdioext: Add support for Minix.Bruno Haible2011-07-311-0/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Port extended stdio modules to HP NonStop Kernel.Bruno Haible2010-12-221-2/+2
* fseeko: Fix C++ test error on mingw.Bruno Haible2010-04-031-3/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* fflush: tweakBruno Haible2009-12-191-0/+6
* fflush: avoid compilation error on NetBSDEric Blake2009-12-161-1/+12
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-17/+17
* Make fseeko.c compile on QNX.Matt Kraai2009-07-231-1/+1
* More support for FreeMiNT.Bruno Haible2009-03-011-0/+3
* Add tentative support for FreeMiNT.Bruno Haible2009-02-281-0/+5
* Make fflush-after-ungetc POSIX compliant on glibc systems.Bruno Haible2009-01-161-14/+23
* Add support for Haiku.Bruno Haible2008-11-101-1/+1
* Add tentative support for DragonFly BSD.Bruno Haible2008-04-261-12/+12
* New private include file lib/stdio-impl.h.Bruno Haible2008-04-261-27/+2
* Add tentative support for Linux libc5.Bruno Haible2008-04-171-1/+1
* Port the extended stdio functions to emx+gcc.Bruno Haible2008-04-101-0/+7
* Add tentative support for OpenServer.Bruno Haible2008-04-081-3/+11
* 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