* 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 38a6935c61eae6fb4584e78da8a036b229165f3c..3527140e47aaeda841bab280b625f3daca067938 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 369b8eb3113e8e2febe1cf4bbbba803ec95a8411..328c011b3a3f0aaf880fd9005d063f2a4ccec8a5 100644 (file)
@@ -15,6 +15,7 @@ Depends-on:
 alloca
 extensions
 gettext-h
+malloc
 restrict
 
 configure.ac: