Sweden-Number/dlls/vbscript
Jacek Caban 7639a850c9 vbscript: Implement RegExp.Replace.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-22 23:04:27 +02:00
..
tests vbscript: Implement RegExp.Replace. 2019-10-22 23:04:27 +02:00
Makefile.in
compile.c vbscript: Create class description for procedure object in compiler. 2019-10-17 22:48:02 +02:00
global.c vbscript: Implement String function. 2019-10-22 23:04:27 +02:00
interp.c vbscript: Fix NULL IDispatch handling in get_disp_value. 2019-10-18 18:05:32 +02:00
lex.c vbscript: Add support for the SCRIPTTEXT_ISEXPRESSION flag in ParseScriptText. 2019-09-17 18:49:47 +02:00
parse.h vbscript: Add support for the SCRIPTTEXT_ISEXPRESSION flag in ParseScriptText. 2019-09-17 18:49:47 +02:00
parser.y vbscript: Add support for the SCRIPTTEXT_ISEXPRESSION flag in ParseScriptText. 2019-09-17 18:49:47 +02:00
regexp.c
regexp.h
utils.c
vbdisp.c vbscript: Fix NULL IDispatch handling in get_disp_value. 2019-10-18 18:05:32 +02:00
vbregexp.c vbscript: Implement RegExp.Replace. 2019-10-22 23:04:27 +02:00
vbscript.c vbscript: Move init_global call to CreateInstance. 2019-10-18 18:05:32 +02:00
vbscript.h vbscript: Get rid of no longer needed ITypeInfo in BuiltinDisp. 2019-10-17 22:48:38 +02:00
vbscript.rc vbscript: Fix NULL IDispatch handling in get_disp_value. 2019-10-18 18:05:32 +02:00
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h vbscript: Fix NULL IDispatch handling in get_disp_value. 2019-10-18 18:05:32 +02:00
vbscript_main.c vbscript: Get rid of no longer needed ITypeInfo in BuiltinDisp. 2019-10-17 22:48:38 +02:00
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl