* MODULES.html.sh: New module wctype.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Dec 2006 00:21:54 +0000 (00:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Dec 2006 00:21:54 +0000 (00:21 +0000)
commit44fa0d78ad36205f393cd4aa4813d1e7a403d6dc
tree3ae9f019883ce81a5946ec1ca91d0cb2e798aa9b
parente9c61f30061c75f9f43889aae36ba3a135de85f1
* MODULES.html.sh: New module wctype.
* lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
* lib/fnmatch.c: Don't bother to include <wchar.h> before
<wctype.h>, since the new wctype module should fix this.
* lib/quotearg.c: Include <wctype.h> unconditionally, since
the wctype module should arrange for it.
* lib/regex_internal.h: Likewise.
* m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
since the wctype module should handle this now.
* m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
* modules/fnmatch (Depends-on): Add wctype.
* modules/quotearg (Depends-on): Likewise.
* modules/regex (Depends-on): Likewise.
13 files changed:
ChangeLog
MODULES.html.sh
lib/fnmatch.c
lib/quotearg.c
lib/regex_internal.h
lib/wctype_.h [new file with mode: 0644]
m4/quotearg.m4
m4/regex.m4
m4/wctype.m4 [new file with mode: 0644]
modules/fnmatch
modules/quotearg
modules/regex
modules/wctype [new file with mode: 0644]