On Thursday 15 April 2010 07:37:36 pm Alexandre Julliard wrote:
Module: wine Branch: master Commit: 6f17fa5298449114a8532778b8a6c0f8a5c505de URL:
http://source.winehq.org/git/wine.git/?a=commit;h=6f17fa5298449114a8532778b8...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Apr 15 12:38:38 2010 +0200
jscript: Fixed String.match implementation for non-global regexps.
dlls/jscript/jscript.h | 1 + dlls/jscript/regexp.c | 81
++++++++++++++++++++++++++++++++++++++++++
dlls/jscript/string.c | 59 +++++------------------------- dlls/jscript/tests/regexp.js | 27 ++++++++++++++ 4 files changed, 119 insertions(+), 49 deletions(-)
This patch is somehow b0rked in CVS. regexp.c and tests/regexp.js were commited and then reverted.
Is it possible to have them synched back to git?
Thanks,
Paul Chitescu
Paul Chitescu paulc@voip.null.ro writes:
This patch is somehow b0rked in CVS. regexp.c and tests/regexp.js were commited and then reverted.
Is it possible to have them synched back to git?
I've disabled the updates for now, until I can find the time to look into what happened here.