Make fflush-after-ungetc POSIX compliant on glibc systems.
[gnulib.git] / lib / fflush.c
2009-01-15 Bruno HaibleMake fflush-after-ungetc POSIX compliant on glibc systems.
2008-04-26 Bruno HaibleOops, fix mistake in third-to-last commit.
2008-04-26 Bruno HaibleAdd tentative support for DragonFly BSD.
2008-04-26 Bruno HaibleNew private include file lib/stdio-impl.h.
2008-04-26 Bruno HaiblePut system dependent routines into inline functions.
2008-03-09 Bruno HaibleFix comments in last commit.
2008-03-07 Bruno HaibleMake fflush after ungetc work on BSD platforms.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-09-29 Bruno HaibleRemove execute permission.
2007-07-31 Bruno HaibleUse a slightly cleaner hack on BSD systems.
2007-04-27 Eric Blake* lib/freading.h: Improve comments.
2007-04-27 Bruno HaibleMore comments.
2007-04-26 Eric BlakeFix fflush on mingw.
2007-04-26 Bruno HaibleOn BSD implementations, when we call lseek(), we must...
2007-04-23 Eric Blake* lib/fflush.c: Fix missing include.
2007-04-17 Eric BlakeMake fflush rely on fpurge.
2007-04-12 Eric BlakeNo need to preserve errno on success.
2007-04-10 Eric Blake* lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.