log lib/fflush.c @ 40231:9b3c79fdfe0b

age author description
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Thu, 08 Mar 2018 16:42:45 -0800 Paul Eggert fflush: be more paranoid about libio.h change
Mon, 05 Mar 2018 10:56:29 -0800 Paul Eggert fflush: adjust to glibc 2.28 libio.h removal
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Mon, 03 Jul 2017 08:05:19 -0500 John Malmberg stdioext: Port to OpenVMS.
Sat, 07 Jan 2017 14:49:10 +0100 Bruno Haible stdioext: Port to Minix 3.2 and newer.
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Tue, 13 Dec 2016 01:44:06 +0100 Bruno Haible stdioext: Port to native Windows with MSVC.
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Wed, 11 Feb 2015 15:22:49 -0800 Kevin Cernekee Fix FILE struct compatibility with Android API level >= 21
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Tue, 20 Nov 2012 22:25:09 -0800 Paul Eggert fflush, stat: no 'static inline'
Fri, 22 Jun 2012 13:26:07 +0200 Bruno Haible Write "Mac OS X" instead of "MacOS X".
Sat, 31 Mar 2012 09:56:55 +0200 Simon Josefsson fflush: Fix syntax error.
Thu, 29 Mar 2012 16:57:55 -0600 Eric Blake fflush: avoid compiler warning
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sun, 31 Jul 2011 21:16:15 +0200 Bruno Haible stdioext: Add support for Minix.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Wed, 22 Dec 2010 17:37:34 +0100 Bruno Haible Port extended stdio modules to HP NonStop Kernel.
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Sat, 19 Dec 2009 12:30:24 +0100 Bruno Haible fflush: tweak
Mon, 14 Dec 2009 15:42:13 -0700 Eric Blake fflush: avoid compilation error on NetBSD
Sat, 07 Nov 2009 16:03:38 -0700 Eric Blake fflush, freadseek: use fseeko, not fseek
Wed, 24 Jun 2009 06:49:00 -0600 Eric Blake fpurge: migrate into <stdio.h>
Sun, 01 Mar 2009 02:19:56 +0100 Bruno Haible Undo last lib/fflush.c commit.
Sat, 28 Feb 2009 21:24:24 +0100 Bruno Haible Add tentative support for FreeMiNT.
Mon, 26 Jan 2009 18:32:23 +0100 Jim Meyering fflush: avoid warnings on modern systems
Fri, 16 Jan 2009 02:07:53 +0100 Bruno Haible Make fflush-after-ungetc POSIX compliant on BSD systems.
Fri, 16 Jan 2009 00:24:35 +0100 Bruno Haible Make fflush-after-ungetc POSIX compliant on glibc systems.
Sat, 26 Apr 2008 19:42:00 +0200 Bruno Haible Oops, fix mistake in third-to-last commit.
Sat, 26 Apr 2008 18:58:00 +0200 Bruno Haible Add tentative support for DragonFly BSD.
Sat, 26 Apr 2008 18:12:05 +0200 Bruno Haible New private include file lib/stdio-impl.h.
Sat, 26 Apr 2008 16:42:17 +0200 Bruno Haible Put system dependent routines into inline functions.
Sun, 09 Mar 2008 22:12:35 +0100 Bruno Haible Fix comments in last commit.
Fri, 07 Mar 2008 03:34:46 +0100 Bruno Haible Make fflush after ungetc work on BSD platforms.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Tue, 31 Jul 2007 22:15:00 +0000 Bruno Haible Use a slightly cleaner hack on BSD systems.
Fri, 27 Apr 2007 18:05:08 +0000 Eric Blake * lib/freading.h: Improve comments.
Fri, 27 Apr 2007 10:56:51 +0000 Bruno Haible More comments.
Thu, 26 Apr 2007 13:20:50 +0000 Eric Blake Fix fflush on mingw.
Thu, 26 Apr 2007 09:25:05 +0000 Bruno Haible On BSD implementations, when we call lseek(), we must also update or disable
Mon, 23 Apr 2007 12:49:50 +0000 Eric Blake * lib/fflush.c: Fix missing include.
Tue, 17 Apr 2007 03:38:08 +0000 Eric Blake Make fflush rely on fpurge.
Thu, 12 Apr 2007 11:59:14 +0000 Eric Blake No need to preserve errno on success.
Tue, 10 Apr 2007 03:09:07 +0000 Eric Blake * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.