X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=78d3b35fb4adb6a6f5f7da9cfa27f9a1edf9dfea;hb=3328658b9ca05a320dccd8bf529ad12e408c24da;hp=d74b0fd6ce32e2880c9c931472277945bc8a1913;hpb=518277d6c7e55d56641ecf7db900b38247ef2ebc;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index d74b0fd6c..78d3b35fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,33 @@ 2010-07-30 Bruno Haible + strtok_r: Avoid triggering bug in AIX 7.1 xlc compiler. + * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Don't cast an invalid address to + a 'char *'. + Reported by Rainer Tammer. + +2010-07-30 Bruno Haible + + unlink: Update regarding AIX. + * doc/posix-functions/unlink.texi: Mention bug on AIX 7.1. + * m4/unlink.m4 (gl_FUNC_UNLINK): Update comment. + Reported by Rainer Tammer. + +2010-07-30 Bruno Haible + + symlink: Update regarding AIX. + * doc/posix-functions/symlink.texi: Mention bug on AIX 7.1. + * m4/symlink.m4 (gl_FUNC_SYMLINK): Update comment. + Reported by Rainer Tammer. + +2010-07-30 Bruno Haible + + strndup: Update regarding AIX. + * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, guess yes on + AIX 7. + Reported by Rainer Tammer. + +2010-07-30 Bruno Haible + stat: Update regarding AIX. * doc/posix-functions/stat.texi: Mention bug on AIX 7.1. * m4/stat.m4 (gl_FUNC_STAT): Update comment.