From: Paul Eggert Date: Thu, 12 Feb 2015 06:19:01 +0000 (-0800) Subject: Fix ChangeLog botches in my recent commits X-Git-Tag: v1.0~7146 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=3ca9a533c245fb472b686b30dd9645855f2be3ba;p=gnulib.git Fix ChangeLog botches in my recent commits --- diff --git a/ChangeLog b/ChangeLog index 99a97524c9..0ac651cd38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,29 +1,21 @@ -2015-02-11 Pádraig Brady - - 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 - - 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 -2015-02-11 Pádraig Brady - - 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 + 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. @@ -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 + + 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 + + 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 + + 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 + + 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 uniname/unimame-tests: don't link with -lunistring