projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a4965c
)
Adjust #include directive style.
author
Bruno Haible
<bruno@clisp.org>
Mon, 24 May 2010 10:45:20 +0000
(12:45 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 24 May 2010 10:46:14 +0000
(12:46 +0200)
ChangeLog
patch
|
blob
|
history
modules/regex
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 1b37e94cdb6e9f1d538fca86e3768e31652a2e1d..b0088b2583ea5662402d1f8e7b478dfac81de6aa 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2010-05-24 Bruno Haible <bruno@clisp.org>
+
+ Adjust #include directive style.
+ * modules/regex (Includes): Recommend to write <regex.h>.
+
2010-05-24 Bruno Haible <bruno@clisp.org>
regex: Don't require alloca.
diff --git
a/modules/regex
b/modules/regex
index 36ad446390470ed284b2a529c0c469841b333e72..ecfd832ea01068b82ff8ce2ce0c5821fea1297ba 100644
(file)
--- a/
modules/regex
+++ b/
modules/regex
@@
-36,7
+36,7
@@
gl_REGEX
Makefile.am:
Include:
-"regex.h"
+<regex.h>
License:
LGPLv2+