]> Savannah Git Hosting - gnulib.git/commitdiff
Fix ChangeLog botches in my recent commits
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Feb 2015 06:19:01 +0000 (22:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Feb 2015 06:19:01 +0000 (22:19 -0800)
ChangeLog

index 99a97524c954cfdecdcbefc92f8c490c64c15845..0ac651cd3853d4368343884e08d1b0dfc8503468 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,29 +1,21 @@
-2015-02-11  Pádraig Brady  <P@draigBrady.com>
-
-       tests: avoid recent -Werror=unused-variable regression in test-locale
-       * tests/test-locale.c (main): Reference the variable to avoid the
-       "unused variable" warning.
-
-2015-02-11  Pádraig Brady  <P@draigBrady.com>
-
-       maint: various whitespace cleanups in tempname
-       * lib/tempname.c: Normalize spacing and line length.
-       * lib/tempname.h: Likewise.
-       * modules/tempname: Likewise.
+2015-02-11  Paul Eggert  <eggert@cs.ucla.edu>
 
-2015-02-11  Pádraig Brady  <P@draigBrady.com>
-
-       tests: provide returns_() to simplify exit status checking
-       * tests/init.sh (returns_): A new function for use in tests,
-       to allow for easier checking of return values, where you expect
-       a command to exit with failure status.  By checking for a particular
-       exit code, you don't hide any crashes for example.
-
-2015-02-11  Pádraig Brady  <P@draigBrady.com>
+       Fix FILE struct compatibility with Android API level >= 21
+       * lib/stdio-impl.h: Test explicitly for __ANDROID__ instead of
+       __sferror.  Recent versions of Bionic's stdio.h no longer define
+       __sferror.
+       * lib/fbufmode.c: Likewise.
+       * lib/fflush.c: Likewise.
+       * lib/fpurge.c: Likewise.
+       * lib/freadable.c: Likewise.
+       * lib/freadahead.c: Likewise.
+       * lib/freading.c: Likewise.
+       * lib/freadptr.c: Likewise.
+       * lib/freadseek.c: Likewise.
+       * lib/fseeko.c: Likewise.
+       * lib/fseterr.c: Likewise.
+       * lib/fwritable.c: Likewise.
 
-       mountlist: only use libmount when specified
-       There are currently many shared libs dependencies introduced by
-       libmount with associated runtime and virt mem overhead.
        Therefore don't enable by default.
        * m4/ls-mntd-fs.m4: Use --with-libmount to enable at build time.
 
        * doc/posix-headers/monetary.texi: Add Android to the list of
        platforms missing monetary.h.
 
+2015-02-11  Pádraig Brady  <P@draigBrady.com>
+
+       tests: avoid recent -Werror=unused-variable regression in test-locale
+       * tests/test-locale.c (main): Reference the variable to avoid the
+       "unused variable" warning.
+
+2015-02-11  Pádraig Brady  <P@draigBrady.com>
+
+       maint: various whitespace cleanups in tempname
+       * lib/tempname.c: Normalize spacing and line length.
+       * lib/tempname.h: Likewise.
+       * modules/tempname: Likewise.
+
+2015-02-11  Pádraig Brady  <P@draigBrady.com>
+
+       tests: provide returns_() to simplify exit status checking
+       * tests/init.sh (returns_): A new function for use in tests,
+       to allow for easier checking of return values, where you expect
+       a command to exit with failure status.  By checking for a particular
+       exit code, you don't hide any crashes for example.
+
+2015-02-11  Pádraig Brady  <P@draigBrady.com>
+
+       mountlist: only use libmount when specified
+       There are currently many shared libs dependencies introduced by
+       libmount with associated runtime and virt mem overhead.
+
 2015-02-08  Daiki Ueno  <ueno@gnu.org>
 
        uniname/unimame-tests: don't link with -lunistring