jscript: Fixed String.match implementation for non-global regexps.
commit6f17fa5298449114a8532778b8a6c0f8a5c505de
authorJacek Caban <jacek@codeweavers.com>
Thu, 15 Apr 2010 10:38:38 +0000 (15 12:38 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 15 Apr 2010 12:19:19 +0000 (15 14:19 +0200)
tree57bb1356377b0f70f8bdb25647d415847bf8b632
parente3ae02433a3302dfc5b1cff6477a4c563be11a1a
jscript: Fixed String.match implementation for non-global regexps.
dlls/jscript/jscript.h
dlls/jscript/regexp.c
dlls/jscript/string.c
dlls/jscript/tests/regexp.js