summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2009-04-03 10:46:35 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2009-04-03 10:46:35 -0700
commit1b27e233b2a03814157d4f5060b785f48db4f3e5 (patch)
treee746c9394ba98b5b846148eb6befa9c8988c6638 /ChangeLog
parent87fbe6f301542875360b02c7762810fdafc23ba4 (diff)
downloadgnulib-1b27e233b2a03814157d4f5060b785f48db4f3e5.tar.gz
fnmatch depends on mbsrtowcs and mbsinit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba15752034..2fdb6ddd00 100644
--- 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.