Jacek Caban : jscript: Added String.replace implementation.

Alexandre Julliard julliard at winehq.org
Thu Sep 25 07:13:27 CDT 2008


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Sep 25 00:53:29 2008 +0200

jscript: Added String.replace implementation.

---

 dlls/jscript/jscript.h       |    2 +
 dlls/jscript/regexp.c        |   18 +++
 dlls/jscript/string.c        |  258 +++++++++++++++++++++++++++++++++++++++++-
 dlls/jscript/tests/api.js    |   23 ++++
 dlls/jscript/tests/regexp.js |   73 ++++++++++++-
 5 files changed, 369 insertions(+), 5 deletions(-)

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



More information about the wine-cvs mailing list