changeset 17912:11fd1a35f9cf

Fix ChangeLog botches in my recent commits
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 11 Feb 2015 22:19:01 -0800
parents 05a21d5b996b
children b527a7928c9f
files ChangeLog
diffstat 1 files changed, 45 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- 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  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-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+	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.
+
 	Therefore don't enable by default.
 	* m4/ls-mntd-fs.m4: Use --with-libmount to enable at build time.
 
@@ -68,6 +60,33 @@
 	* 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