X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1c0136a24bfd02b5f92709cbd5f5ed91a2e55db3;hb=4182945756440f7cd372997318210fdb954ebbda;hp=ef9564b9de3b1e9b14210d58fe0786dca2be2165;hpb=d9a273b271b226547775c9b9798d7afd96ef5410;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index ef9564b9d..1c0136a24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2011-06-19 Bruno Haible + + ceil-ieee: Work around bug on AIX 7.1. + * m4/ceil.m4 (gl_FUNC_CEIL): Test also the sign of ceil (-0.3). + * doc/posix-functions/ceil.texi: Mention the AIX 7.1 problem. + +2011-06-18 Bruno Haible + + fsync test: Avoid test failure on MacOS X and AIX. + * tests/test-fsync.c (fsync): Allow ENOTSUP and EBADF instead of + EINVAL. + 2011-06-18 Bruno Haible openat, fdopendir tests: Fix link errors.