wine-wine/dlls/vbscript
Nikolay Sivov e04c168c30 vbscript/tests: Add missing checks for Close() calls (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-03 21:40:59 +01:00
..
tests vbscript/tests: Add missing checks for Close() calls (Coverity). 2020-01-03 21:40:59 +01:00
Makefile.in
compile.c vbscript: Remove unused field. 2019-12-10 20:59:19 +01:00
global.c vbscript: Remove redundant NULL checks before SysFreeString(). 2019-11-08 23:38:01 +01:00
interp.c vbscript: Move the global lists to the script dispatch object. 2019-12-06 22:30:23 +01:00
lex.c vbscript: Always treat keywords after dot as identifiers. 2019-11-12 21:39:40 +01:00
parse.h
parser.y vbscript: Use %define api.pure instead of %pure-parser. 2019-11-25 20:47:43 +01:00
regexp.c
regexp.h
utils.c
vbdisp.c vbscript: Implement ScriptTypeInfo_GetMops. 2019-12-11 21:51:28 +01:00
vbregexp.c vbscript: Treat only ASCII digits as digits. 2019-11-08 23:38:09 +01:00
vbscript.c vbscript: Copy the variable names into the script dispatch's heap. 2019-12-06 22:30:23 +01:00
vbscript.h vbscript: Remove unused field. 2019-12-10 20:59:19 +01:00
vbscript.rc
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h
vbscript_main.c vbscript: Implement ScriptTypeInfo_GetIDsOfNames. 2019-12-06 22:30:23 +01:00
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl