summaryrefslogtreecommitdiff
path: root/lib/fflush.c
Commit message (Expand)AuthorAgeFilesLines
* Oops, fix mistake in third-to-last commit.Bruno Haible2008-04-261-2/+2
* Add tentative support for DragonFly BSD.Bruno Haible2008-04-261-11/+11
* New private include file lib/stdio-impl.h.Bruno Haible2008-04-261-10/+2
* Put system dependent routines into inline functions.Bruno Haible2008-04-261-25/+53
* Fix comments in last commit.Bruno Haible2008-03-091-3/+3
* Make fflush after ungetc work on BSD platforms.Bruno Haible2008-03-071-1/+41
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Remove execute permission.Bruno Haible2007-09-301-0/+0
* Use a slightly cleaner hack on BSD systems.Bruno Haible2007-07-311-2/+21
* * lib/freading.h: Improve comments.Eric Blake2007-04-271-7/+10
* More comments.Bruno Haible2007-04-271-5/+22
* Fix fflush on mingw.Eric Blake2007-04-261-7/+7
* On BSD implementations, when we call lseek(), we must also update or disableBruno Haible2007-04-261-2/+9
* * lib/fflush.c: Fix missing include.Eric Blake2007-04-231-1/+5
* Make fflush rely on fpurge.Eric Blake2007-04-171-40/+12
* No need to preserve errno on success.Eric Blake2007-04-121-13/+5
* * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.Eric Blake2007-04-101-0/+96