X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1c0136a24bfd02b5f92709cbd5f5ed91a2e55db3;hb=4182945756440f7cd372997318210fdb954ebbda;hp=c4c273c97e9dcc46c08432d2de99eadf17a30dbb;hpb=05da5d6d5eebfcc065f51ed9bb8095ee1c987fba;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index c4c273c97..1c0136a24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,120 @@ +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. + * modules/openat-tests (Depends-on): Add progname. + * modules/fdopendir-tests (Depends-on): Likewise. + * tests/test-fchownat.c: Include progname.h. + (main): Call set_program_name. + * tests/test-fstatat.c: Include progname.h. + (main): Call set_program_name. + * tests/test-mkdirat.c: Include progname.h. + (main): Call set_program_name. + * tests/test-openat.c: Include progname.h. + (main): Call set_program_name. + * tests/test-unlinkat.c: Include progname.h. + (main): Call set_program_name. + * tests/test-fdopendir.c: Include progname.h. + (main): Call set_program_name. + +2011-06-18 Bruno Haible + + Doc update. + * doc/posix-functions/pthread_attr_getstack.texi: Update info regarding + HP-UX. + * doc/posix-functions/pthread_attr_setstack.texi: Likewise. + +2011-06-18 Bruno Haible + + getcwd tests: Avoid compilation error on HP-UX 11.31. + * modules/getcwd-tests (Depends-on): Add pathmax. + * tests/test-getcwd.c: Include pathmax.h. + +2011-06-18 Bruno Haible + + isfinite, isinf: Fix link error on AIX 6 and 7. + * m4/isfinite.m4 (gl_ISFINITE): When determining whether libm is + needed, also test the macro with a 'float' argument. + * m4/isinf.m4 (gl_ISINF): Likewise. + +2011-06-18 Bruno Haible + + getloadavg: Don't clobber LIBS. Regression from previous commit. + * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Move tests that use + AC_CHECK_LIB from here... + (gl_GETLOADAVG): ... to here, inside the experiment with LIBS. + (gl_GETLOADAVG, gl_PREREQ_GETLOADAVG): Rename gl_have_func to + gl_func_getloadavg_done. + Reported by Tom G. Christensen . + +2011-06-18 Bruno Haible + + clean-temp: Improve documentation. + * lib/clean-temp.h: Explain better how to use this module. + Reported by John Darrington . + +2011-06-17 Bruno Haible + + pread, pwrite: Avoid cc warning on AIX. + * lib/unistd.in.h (pread): Undefine before defining as a macro. + (pwrite): Likewise. + +2011-06-17 Bruno Haible + + spawn-pipe tests: Fix link error. + * tests/test-spawn-pipe-child.c: Undefine fprintf. + Reported by Tom G. Christensen . + +2011-06-17 Bruno Haible + + Tests: Remove unnecessary dependency. + * modules/canonicalize-tests (Depends-on): Remove progname. + * modules/chown-tests (Depends-on): Likewise. + * modules/dirname-tests (Depends-on): Likewise. + * modules/fdopendir-tests (Depends-on): Likewise. + * modules/fdutimensat-tests (Depends-on): Likewise. + * modules/hash-tests (Depends-on): Likewise. + * modules/lchown-tests (Depends-on): Likewise. + * modules/linkat-tests (Depends-on): Likewise. + * modules/renameat-tests (Depends-on): Likewise. + * modules/spawn-pipe-tests (Depends-on): Likewise. + * modules/utimensat-tests (Depends-on): Likewise. + +2011-06-17 Bruno Haible + + spawn-pipe tests: Fix link error. + * tests/test-spawn-pipe-child.c: Undefine fflush. + +2011-06-17 Bruno Haible + + Fix tests link errors. + * modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM. + * modules/chown-tests (Makefile.am): Don't link test-chown with + LIBINTL. + * modules/lchown-tests (Makefile.am): Don't link test-lchown with + LIBINTL. + * modules/utimens-tests (Makefile.am): Don't link test-utimens with + LIBINTL. + * modules/futimens-tests (Makefile.am): Don't link test-futimens with + LIBINTL. + 2011-06-16 Bruno Haible + crypto/gc-sha1: Fix recent regression. + * modules/crypto/gc-sha1 (configure.ac): Invoke AC_LIBOBJ here. + * m4/gc-sha1.m4 (gl_GC_SHA1): Don't invoke gl_SHA1. + crypto/gc-md5: Fix recent regression. * modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here.