Jacek Caban : jscript: Use custom string container instead of BSTR.

Alexandre Julliard julliard at winehq.org
Thu Oct 11 15:25:15 CDT 2012


Module: wine
Branch: master
Commit: 7f1e3300fe05cf75462a44dd9ae54e31abbb78cd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7f1e3300fe05cf75462a44dd9ae54e31abbb78cd

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Oct 11 12:16:01 2012 +0200

jscript: Use custom string container instead of BSTR.

---

 dlls/jscript/Makefile.in    |    1 +
 dlls/jscript/activex.c      |    6 +-
 dlls/jscript/array.c        |   80 +++---
 dlls/jscript/bool.c         |    6 +-
 dlls/jscript/compile.c      |   14 +-
 dlls/jscript/date.c         |  127 ++++------
 dlls/jscript/dispex.c       |    4 +-
 dlls/jscript/engine.c       |  166 +++++++------
 dlls/jscript/error.c        |   73 +++---
 dlls/jscript/function.c     |   36 ++--
 dlls/jscript/global.c       |  172 +++++++-------
 dlls/jscript/jscript.c      |    5 +-
 dlls/jscript/jscript.h      |   83 ++++----
 dlls/jscript/jscript_main.c |    4 +
 dlls/jscript/jsstr.c        |   96 ++++++++
 dlls/jscript/jsstr.h        |   70 ++++++
 dlls/jscript/jsutils.c      |   97 ++++----
 dlls/jscript/jsval.h        |   10 +-
 dlls/jscript/number.c       |   59 +++--
 dlls/jscript/object.c       |   24 ++-
 dlls/jscript/regexp.c       |  108 ++++-----
 dlls/jscript/string.c       |  561 +++++++++++++++++++------------------------
 22 files changed, 970 insertions(+), 832 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=7f1e3300fe05cf75462a44dd9ae54e31abbb78cd



More information about the wine-cvs mailing list