[PATCH 6/6] jscript: Moved generic regular expressions code to separate file

Piotr Caban piotr at codeweavers.com
Fri Feb 15 07:05:42 CST 2013


---
  dlls/jscript/Makefile.in |    1 +
  dlls/jscript/jsregexp.c  | 1013 
++++++++++++++++++++++++++++++++++++++++++++
  dlls/jscript/regexp.c    | 1047 
+---------------------------------------------
  dlls/jscript/regexp.h    |   90 ++++
  4 files changed, 1108 insertions(+), 1043 deletions(-)
  create mode 100644 dlls/jscript/jsregexp.c
  create mode 100644 dlls/jscript/regexp.h


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-jscript-Moved-generic-regular-expressions-code-to-sepa.txt
Type: text/x-patch
Size: 64501 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130215/40c15be1/attachment-0001.bin>


More information about the wine-patches mailing list