[PATCH 01/21] jscript: Added new variable representation and use it for internal function return values

Jacek Caban jacek at codeweavers.com
Mon Sep 17 08:16:20 CDT 2012


---
 dlls/jscript/activex.c  |    5 +-
 dlls/jscript/array.c    |  136 +++++++---------
 dlls/jscript/bool.c     |   28 ++--
 dlls/jscript/date.c     |  416
+++++++++++++++++++++--------------------------
 dlls/jscript/dispex.c   |   73 +++++---
 dlls/jscript/engine.c   |   28 +++-
 dlls/jscript/error.c    |   60 +++----
 dlls/jscript/function.c |   94 +++++------
 dlls/jscript/global.c   |  276 ++++++++++++++-----------------
 dlls/jscript/jscript.h  |   22 ++-
 dlls/jscript/jsutils.c  |  152 +++++++++++++++++
 dlls/jscript/jsval.h    |  163 ++++++++++++++++++
 dlls/jscript/math.c     |  164 ++++++++++---------
 dlls/jscript/number.c   |   64 +++----
 dlls/jscript/object.c   |   76 ++++-----
 dlls/jscript/regexp.c   |   84 ++++------
 dlls/jscript/string.c   |  256 ++++++++++++++----------------
 dlls/jscript/vbarray.c  |   40 ++---
 18 files changed, 1178 insertions(+), 959 deletions(-)
 create mode 100644 dlls/jscript/jsval.h


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-jscript-Added-new-variable-representation-and-use-it-.diff
Type: text/x-patch
Size: 180225 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120917/375e589f/attachment-0001.bin>


More information about the wine-patches mailing list