projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87fbe6f
)
fnmatch depends on mbsrtowcs and mbsinit.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 3 Apr 2009 17:46:35 +0000
(10:46 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 3 Apr 2009 17:46:35 +0000
(10:46 -0700)
ChangeLog
patch
|
blob
|
history
modules/fnmatch
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index ba157520347a9a022cc3f4f054141c303b87b873..2fdb6ddd004987fdd570b185daa8cfea64cbbce0 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,11
@@
+2009-04-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
+ problem to Solaris 8 encountered with coreutils 7.2, which
+ resulted in a message "fnmatch.c:292: warning: passing argument 4
+ of 'mbsrtowcs' from incompatible pointer type". Also, add mbsinit
+ at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
+
2009-04-03 Simon Josefsson <simon@josefsson.org>
* m4/ld-version-script.m4: Add FIXME comment.
diff --git
a/modules/fnmatch
b/modules/fnmatch
index 3187a7d20867f87f9a8b66348d0cf2f3ad997fa4..5c3d7090c3ac0aa3557a55bc9b4a03a21f5b587d 100644
(file)
--- a/
modules/fnmatch
+++ b/
modules/fnmatch
@@
-16,6
+16,8
@@
wchar
wctype
memchr
memcmp
+mbsrtowcs
+mbsinit
configure.ac:
# No macro. You should also use one of fnmatch-posix or fnmatch-gnu.