X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=4de7e68614a2ebb3b9532fee43d8f3fc8fe784c7;hb=25fb29a19d9993a32075b7c3fefa959e3345ab64;hp=1855d16800befb768c47c8f9f7915e71488ab6c8;hpb=53a617f5e118ec5642daa3da45fcef0bf5593b12;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 1855d1680..4de7e6861 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2013-10-21 Michael Haubenwallner + + selinux-h: Really build without selinux when library is missing. + * m4/selinux-selinux-h.m4: When the selinux library is missing, really + continue without selinux, as already told in the warning message. + +2013-10-21 Jim Meyering + + regex: also remove dependency on HAVE_WCSCOLL + * lib/regex_internal.h: Remove final vestige of the wcscoll dependency. + +2013-10-21 Reuben Thomas + + xfreopen: Fix typo. s/frepoen/freopen/ + * lib/xfreopen.c: Fix description. + * modules/xfreopen: Likewise. + +2013-10-21 Jim Meyering + + regex: don't depend on wcscoll + * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wcscoll. + It is no longer used. + 2013-10-20 Jim Meyering error: add the printf attribute to a static function