Module: wine Branch: master Commit: 8482abe29ccdd2f39f6918c5dc8272a4d0de832e URL: http://source.winehq.org/git/wine.git/?a=commit;h=8482abe29ccdd2f39f6918c5dc...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Sep 10 02:33:37 2008 +0200
jscript: Added String constructor object.
---
dlls/jscript/Makefile.in | 3 +- dlls/jscript/global.c | 9 +- dlls/jscript/jscript.h | 5 +- dlls/jscript/string.c | 421 ++++++++++++++++++++++++++++++++++++++++++++ dlls/jscript/tests/lang.js | 1 + 5 files changed, 435 insertions(+), 4 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8482abe29ccdd2f39f6918...