X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=264945825fb6ebb0666c14410504c68b8bc401a7;hb=c8068b3df116650efbf0fbf2d790c706577ae972;hp=032df8ef266047c0365f4ef09d93c8da8b638eff;hpb=772a6b7e3fa813310c645f81e83842f598bbc2e7;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 032df8ef2..264945825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,33 @@ 2010-07-31 Bruno Haible + More tests for unistr/u8-strchr. + * tests/unistr/test-strchr.h (test_strchr): Renamed from main. Check + that the function does not read past the first occurrence of the byte + being searched. + * tests/unistr/test-u8-strchr.c (main): New function, with more tests. + * tests/unistr/test-u16-strchr.c (main): New function. + * tests/unistr/test-u32-strchr.c (main): New function. + +2010-07-31 Bruno Haible + + posix-modules: Ignore backup files of documentation files. + * posix-modules: grep only through files named *.texi. + +2010-07-31 Bruno Haible + + symlinkat: Fix documentation. + * doc/posix-functions/readlinkat.texi: Fix module name. + +2010-07-31 Bruno Haible + + fchownat: Replace also when chown has the trailing slash bug. + * m4/openat.m4 (gl_FUNC_FCHOWNAT): Move the test of REPLACE_CHOWN + outside the gl_FUNC_FCHOWNAT_DEREF_BUG invocation. Fixes regression + introduced on 2010-04-10. + Reported by Rainer Tammer. + +2010-07-31 Bruno Haible + linkat: Work around AIX 7.1 bug. * m4/linkat.m4 (gl_FUNC_LINKAT): Require AC_CANONICAL_HOST. Test whether linkat handles trailing slash correctly. If not, replace linkat @@ -8,6 +36,7 @@ check whether (fd1,file1) points to a directory if file1 or file2 ends in a slash. Code taken from lib/link.c. * doc/posix-functions/linkat.texi: Mention trailing slash bug. + Reported by Rainer Tammer. 2010-07-31 Bruno Haible