Clarify acl_entries.
[pspp] / ChangeLog
index 5f552f834b10df925b47d6f483e31b431567d42e..688319eff7c75bafd58d75777125e0d7f0ea68e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2009-05-03  Bruno Haible  <bruno@clisp.org>
+
+       * lib/acl-internal.h (acl_entries): Clarify return value.
+       * lib/acl_entries.c (acl_entries): Likewise.
+
+2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
+
+       Bug fix in acl module.
+       * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
+
+2009-05-03  Bruno Haible  <bruno@clisp.org>
+
+       Create gperf-generated file in the source dir, not in the build dir.
+       * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
+       iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
+       * modules/unicase/locale-language (unicase/locale-languages.h):
+       Likewise.
+       * modules/unicase/special-casing (unicase/special-casing-table.h):
+       Likewise.
+       * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
+       * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
+       * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
+       Reported by Ralf Wildenhues.
+
+2009-05-03  Bruno Haible  <bruno@clisp.org>
+
+       * modules/fnmatch (Description, configure.ac): Taken from
+       fnmatch-posix.
+       * modules/fnmatch-posix: Turn into a symbolic reference to the
+       'fnmatch' module, and deprecate.
+       * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
+
+2009-05-03  Bruno Haible  <bruno@clisp.org>
+
+       * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
+       gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
+       Reported by Ralf Wildenhues.
+
 2009-05-04  Simon Josefsson  <simon@josefsson.org>
 
        * m4/fnmatch.m4: Fix fnmatch re-define.
        install-exec-local.  Likewise, rename the uninstall-local rule to
        uninstall-localcharset, and make it a prerequisite of the former.
 
-2009-05-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
-            Bruno Haible  <bruno@clisp.org>
-
-       Make it possible for the first build to be a VPATH build.
-       * modules/unicase/locale-language (configure.ac): Invoke
-       AC_PROG_MKDIR_P.
-       (Makefile.am): When invoking gperf, ensure the destination file's
-       subdirectory exists also in the build tree.
-       * modules/unicase/special-casing (configure.ac): Invoke
-       AC_PROG_MKDIR_P.
-       (Makefile.am): When invoking gperf, ensure the destination file's
-       subdirectory exists also in the build tree.
-       * modules/unictype/property-byname (configure.ac): Invoke
-       AC_PROG_MKDIR_P.
-       (Makefile.am): When invoking gperf, ensure the destination file's
-       subdirectory exists also in the build tree.
-       * modules/unictype/scripts (configure.ac): Invoke AC_PROG_MKDIR_P.
-       (Makefile.am): When invoking gperf, ensure the destination file's
-       subdirectory exists also in the build tree.
-       * modules/uninorm/composition (configure.ac): Invoke AC_PROG_MKDIR_P.
-       (Makefile.am): When invoking gperf, ensure the destination file's
-       subdirectory exists also in the build tree.
-       * lib/uninorm/composition.c: Include "uninorm/composition-table.h", not
-       "composition-table.h".
-
 2009-05-01  Bruno Haible  <bruno@clisp.org>
 
        * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.