X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=42588b4f7181d6a1fb8843f2a072d14c1b32759c;hb=13b89dbfbb8d158de86f9bef5e45889ce47f0fd5;hp=5d91bba9a560b07ffcd02bd9a79f55315ce003d0;hpb=d5b824ef9f8ed062afd0281722d4608f02b2437a;p=pspp diff --git a/ChangeLog b/ChangeLog index 5d91bba9a5..42588b4f71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +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.