* modules/regex (Depends-on): Add malloc, since the code
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Aug 2005 19:45:05 +0000 (19:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Aug 2005 19:45:05 +0000 (19:45 +0000)
assumes that !malloc(0) means failure.

ChangeLog
modules/regex

index 38a6935..3527140 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/regex (Depends-on): Add malloc, since the code
+       assumes that !malloc(0) means failure.
+
 2005-08-24  Bruno Haible  <bruno@clisp.org>
 
        * modules/tls-tests: New file.
index 369b8eb..328c011 100644 (file)
@@ -15,6 +15,7 @@ Depends-on:
 alloca
 extensions
 gettext-h
+malloc
 restrict
 
 configure.ac: