X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6bcf68a90bb5dedd4cd3b5bce552ce04a6cf63d5;hb=c596dce2525adef145e3ec2e1d3c89dc044ac8e8;hp=b95959c0354f8986b3032e1e4c9f2f0f48f2683c;hpb=060a5ab2b25c067185f3c3c077287c65723ea985;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index b95959c03..6bcf68a90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2011-07-31 Iain Nicol + + git-version-gen: document that EXTRA_DIST must include .version + * build-aux/git-version-gen: In the how-to-use comment, document + that EXTRA_DIST must include .version. Otherwise, "make distcheck" + will fail when run from an unpacked distribution tarball. + +2011-08-01 Bruno Haible + + wctype-h: Fix last change. + * m4/wctype_h.m4 (gl_WCTYPE_H): If towlower is defined, set + REPLACE_TOWLOWER to 0. + Reported by Sam Steingold . + +2011-07-31 Bruno Haible + + frexpl: Update autoconf test. + * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Update overrides of , + according to changes of 2011-06-20. + +2011-07-31 Bruno Haible + + sys_utsname: Add support for Minix. + * lib/sys_utsname.in.h [Minix]: Include before + . + * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise. + * doc/posix-headers/sys_utsname.texi: Document the Minix problem. + +2011-07-31 Bruno Haible + + strings: Add support for Minix. + * lib/strings.in.h [Minix]: Include before . + * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise. + * doc/posix-headers/strings.texi: Document the Minix problem. + 2011-07-31 Bruno Haible wctype-h: Add support for Minix.