Sweden-Number/dlls/vbscript
Dmitry Kislyuk b900567f04 vbscript: Implement case insensitive search in InStrRev function.
Signed-off-by: Dmitry Kislyuk <dimaki@rocketmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-08-10 21:25:17 +02:00
..
tests vbscript: Implement case insensitive search in InStrRev function. 2020-08-10 21:25:17 +02:00
Makefile.in makefiles: Remove no longer needed explicit ucrtbase imports. 2020-04-06 21:21:52 +02:00
compile.c vbscript: Retrieve the vbscode context from the named item directly. 2020-03-20 12:09:23 +01:00
global.c vbscript: Implement case insensitive search in InStrRev function. 2020-08-10 21:25:17 +02:00
interp.c vbscript: Look for the identifier in the named item's disp only if it doesn't have the CODEONLY flag. 2020-03-31 22:52:04 +02:00
lex.c vbscript: Don't convert hex literals ending with '&' to short in parse_hex_literal. 2020-02-03 20:48:04 +01:00
parse.h vbscript: Allow assignment left expression to be member expression. 2020-01-30 22:34:07 +01:00
parser.y vbscript: Parse empty CASE ELSE clause. 2020-06-25 23:08:30 +02:00
regexp.c
regexp.h
utils.c
vbdisp.c vbscript: Fail if we have no context in InvokeEx. 2020-02-13 20:30:35 +01:00
vbregexp.c
vbscript.c vbscript: Clear SCRIPTITEM_CODEONLY flag on script re-initialization. 2020-03-31 22:52:09 +02:00
vbscript.h vbscript: Retrieve the vbscode context from the named item directly. 2020-03-20 12:09:23 +01:00
vbscript.rc
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h
vbscript_main.c
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl