X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=09e36b0e1e2397586bdf0d56ea418b28e58fc31f;hb=f4c1d340533fb8ee5acf94e0da194433b8db628a;hp=3c3794fb2fced11fcd8a2969ef27ed93029c4f95;hpb=86725346a1b116f3c2da26c124288f5f4495bf69;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 3c3794fb2..09e36b0e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2013-06-18 Paul Eggert + + fflush, fseeko: port to musl cross-compiles + * lib/fseeko.c (fseeko): Assume that fflushing stdin works if + on some implementation that (1) is not known to be buggy, + (2) claims conformance to POSIX.1-2008 or later, and (3) is being + cross-compiled to so we can't easily check for lack of + conformance. This is for cross-compiling to musl. + Reported by Rich Felker in + . + * m4/fclose.m4 (gl_FUNC_FCLOSE): + * m4/fflush.m4 (gl_FUNC_FFLUSH): + * m4/fseeko.m4 (gl_FUNC_FSEEKO): + Adjust to above change. + * m4/fflush.m4 (gl_FUNC_FFLUSH_STDIN): Set gl_cv_func_fflush_stdin + to 'cross', not to 'no', when cross-compiling. AC_DEFINE + FUNC_FFLUSH_STDIN to 1, 0, -1 if fflushing stdin is known to work, + known not to work, or unknown. + 2013-06-15 Paul Eggert msvc-inval: port to mingw-w64