view modules/regex @ 7733:9d60f39f35c1

* 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.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 22 Dec 2006 00:21:54 +0000
parents 6a764f23e302
children b6376840b47b
line wrap: on
line source

Description:
Regular expression matching.

Files:
lib/regex.h
lib/regex.c
lib/regex_internal.c
lib/regex_internal.h
lib/regexec.c
lib/regcomp.c
m4/codeset.m4
m4/regex.m4

Depends-on:
alloca
extensions
gettext-h
malloc
stdint
strcase
ssize_t
wctype

configure.ac:
gl_REGEX

Makefile.am:

Include:
"regex.h"

License:
LGPL

Maintainer:
all