projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7617af5
)
* modules/regex (Depends-on): Add malloc, since the code
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 25 Aug 2005 19:45:05 +0000
(19:45 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 25 Aug 2005 19:45:05 +0000
(19:45 +0000)
assumes that !malloc(0) means failure.
ChangeLog
patch
|
blob
|
history
modules/regex
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/modules/regex
b/modules/regex
index 369b8eb3113e8e2febe1cf4bbbba803ec95a8411..328c011b3a3f0aaf880fd9005d063f2a4ccec8a5 100644
(file)
--- a/
modules/regex
+++ b/
modules/regex
@@
-15,6
+15,7
@@
Depends-on:
alloca
extensions
gettext-h
+malloc
restrict
configure.ac: