maint.mk: test further PATH_MAX issues
[pspp] / ChangeLog
index 440a244abd613c54c2e967d9f5c2ca4bce0649b9..9d7a52e323890f506c273c7cad7cbf627a63d89f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
+2011-06-23  Eric Blake  <eblake@redhat.com>
+
+       maint.mk: test further PATH_MAX issues
+       * top/maint.mk (sc_prohibit_path_max_array): Rename...
+       (sc_prohibit_path_max_allocation): ...and also test alloca.
+       Suggested by Jim Meyering.
+
 2011-06-22  Eric Blake  <eblake@redhat.com>
 
+       maint.mk: add syntax-check to avoid char[PATH_MAX]
+       * top/maint.mk (sc_prohibit_path_max_array): New rule.
+
+       stat: be robust to PATH_MAX definition
+       * lib/stat.c (rpl_stat): Require reasonable PATH_MAX.
+       * modules/stat (Depends-on): Add verify.
+
        link: work around IRIX bug
        * m4/link.m4 (gl_FUNC_LINK): Expose the bug.
        * lib/link.c (rpl_link): Work around it.