fseeko: remove unneeded hack
[gnulib.git] / lib / fseeko.c
2011-08-09 Eric Blakefseeko: remove unneeded hack
2011-08-09 Eric Blakefseeko: fix bug on glibc
2011-07-31 Bruno Haiblestdioext: Add support for Minix.
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-12-22 Bruno HaiblePort extended stdio modules to HP NonStop Kernel.
2010-04-03 Bruno Haiblefseeko: Fix C++ test error on mingw.
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-19 Bruno Haiblefflush: tweak
2009-12-16 Eric Blakefflush: avoid compilation error on NetBSD
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-07-23 Matt KraaiMake fseeko.c compile on QNX.
2009-03-01 Bruno HaibleMore support for FreeMiNT.
2009-02-28 Bruno HaibleAdd tentative support for FreeMiNT.
2009-01-15 Bruno HaibleMake fflush-after-ungetc POSIX compliant on glibc systems.
2008-11-10 Bruno HaibleAdd support for Haiku.
2008-04-26 Bruno HaibleAdd tentative support for DragonFly BSD.
2008-04-26 Bruno HaibleNew private include file lib/stdio-impl.h.
2008-04-17 Bruno HaibleAdd tentative support for Linux libc5.
2008-04-09 Bruno HaiblePort the extended stdio functions to emx+gcc.
2008-04-08 Bruno HaibleAdd tentative support for OpenServer.
2007-12-18 Eric BlakeRevert addition of verify, for BSD/OS.
2007-12-13 Eric BlakeAnother fseek test.
2007-12-13 Eric BlakeFix fseeko on mingw.
2007-12-13 Larry JonesFix fseeko on BSD-based platforms.
2007-10-03 Bruno HaibleAdd support for QNX (untested).
2007-08-19 Bruno HaibleAdd tentative support for Solaris/AMD64.
2007-06-09 Bruno HaibleAdd support for uClibc 0.9.29.
2007-05-28 Bruno HaibleTypo in comment.
2007-05-24 Eric BlakeFix lseek on mingw.
2007-05-24 Eric BlakeFix fseeko/ftello on cygwin 1.5.24.
2007-04-29 Bruno HaibleWork around fpurge bug on BSD systems.
2007-04-26 Bruno HaibleOn BSD implementations, when we call lseek(), we must...
2007-04-25 Bruno HaibleMake the combination of fflush and fseek/fseeko POSIX...