[PATCH 0/4] Series short description

Eric Pouech eric.pouech at orange.fr
Sun Jan 22 05:57:46 CST 2012


The following series implements dbghelp regular expression inside dbghelp, and
gets rid of dependency on external RE library.

---

Eric Pouech (4):
      [DbgHelp]: rewrote a simple regular expression matcher, and use for implementing SymMatchString[AW]
      [DbgHelp]: now doing all module and symbol names matching using unicode string (and new regular expression matcher)
      [DbgHelp]: now using new regular expression matcher for files
      [configure]: remove regex detection in configure


 configure                      |    1 
 configure.ac                   |    1 
 dlls/dbghelp/dbghelp_private.h |    2 
 dlls/dbghelp/module.c          |    3 
 dlls/dbghelp/symbol.c          |  558 ++++++++++++++++++++++------------------
 dlls/dbghelp/type.c            |   13 +
 include/config.h.in            |    3 
 7 files changed, 321 insertions(+), 260 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list