]> Savannah Git Hosting - gnulib.git/commitdiff
regex: do not depend on malloc-gnu
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Apr 2014 05:41:09 +0000 (22:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Apr 2014 05:41:29 +0000 (22:41 -0700)
* modules/regex (Depends-on): Remove malloc-gnu.
It's no longer needed, because of the 2012-12-29 patch
"regex: port to hosts where malloc (0) == NULL".
Reported by Nathan Kennedy in:
http://lists.gnu.org/archive/html/bug-gnulib/2014-04/msg00026.html

ChangeLog
modules/regex

index a298177cd2eaf6557d24e8ea9b929c4499c99b23..fb251121093d5a9f02743882c8bd1945ad91f679 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-04-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       regex: do not depend on malloc-gnu
+       * modules/regex (Depends-on): Remove malloc-gnu.
+       It's no longer needed, because of the 2012-12-29 patch
+       "regex: port to hosts where malloc (0) == NULL".
+       Reported by Nathan Kennedy in:
+       http://lists.gnu.org/archive/html/bug-gnulib/2014-04/msg00026.html
+
 2014-04-16  Assaf Gordon  <agordon@wi.mit.edu>
 
        expl: avoid incorrect expl(small_value) on OpenBSD 5.4
index 9d2e4d235defcdea060918cf48f2dcd898a26659..c5ae1b255fab26f9e2891dba846b70b5aac39500 100644 (file)
@@ -19,7 +19,6 @@ alloca-opt      [test $ac_use_included_regex = yes]
 btowc           [test $ac_use_included_regex = yes]
 gettext-h       [test $ac_use_included_regex = yes]
 lock      [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
-malloc-gnu      [test $ac_use_included_regex = yes]
 memcmp          [test $ac_use_included_regex = yes]
 memmove         [test $ac_use_included_regex = yes]
 mbrtowc         [test $ac_use_included_regex = yes]