Clarify acl_entries.
[pspp] / ChangeLog
index 3ac13add4f5899ad6377b8d938b3ea431650590f..688319eff7c75bafd58d75777125e0d7f0ea68e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+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
        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.