[PATCH 1/6] [lib/port]: Added a unicode POSIX compliant regular expression library

Alexandre Julliard julliard at winehq.org
Tue Jan 3 16:40:08 CST 2012


Eric Pouech <eric.pouech at orange.fr> writes:

> A+
> ---
>
>  include/wine/regexw.h |   66 ++++++
>  libs/port/Makefile.in |    1 
>  libs/port/regexw.c    |  513 +++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 580 insertions(+), 0 deletions(-)
>  create mode 100644 include/wine/regexw.h
>  create mode 100644 libs/port/regexw.c

I still think dbghelp should do its own regexp matching. It's not hard
to do, and it would avoid the ugly regexp munging we have now. We don't
really need a Posix compliant regexp.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list