Module: wine Branch: master Commit: 7f1e3300fe05cf75462a44dd9ae54e31abbb78cd URL: http://source.winehq.org/git/wine.git/?a=commit;h=7f1e3300fe05cf75462a44dd9a...
Author: Jacek Caban jacek@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=7f1e3300fe05cf75462a44...