regex: Don't require alloca.
[pspp] / ChangeLog
index 40bd312623f7f911f87d138650a1b4c1a1dc1fa7..1b37e94cdb6e9f1d538fca86e3768e31652a2e1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2010-05-24  Bruno Haible  <bruno@clisp.org>
+
+       regex: Don't require alloca.
+       * modules/regex (Depends-on): Remove alloca. Add alloca-opt.
+       * lib/regex_internal.h (alloca): Ensure it's defined even if we call it
+       only inside if (0).
+
+2010-05-23  Jim Meyering  <meyering@redhat.com>
+
+       test-renameat.c: include <sys/stat.h>
+       * tests/test-renameat.c: Include <sys/stat.h>; required for
+       definition of S_IS* macros.
+
 2010-05-23  Ben Pfaff  <blp@cs.stanford.edu>
 
        Update maintainer documentation for 'relocatable-prog' module.