Sweden-Number/dlls/vbscript
Francois Gouget 67d1321c2b vbscript/tests: Fix the name of a vbscript variable in the run test.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-12-04 18:19:25 +01:00
..
tests vbscript/tests: Fix the name of a vbscript variable in the run test. 2019-12-04 18:19:25 +01:00
Makefile.in vbscript: Build with ucrtbase. 2019-08-07 00:12:25 +02:00
compile.c vbscript: Append to the global lists when the code is executed, rather than compiled. 2019-11-11 22:58:00 +01:00
global.c vbscript: Remove redundant NULL checks before SysFreeString(). 2019-11-08 23:38:01 +01:00
interp.c vbscript: Change release_dynamic_vars to release a single variable. 2019-11-11 22:58:00 +01:00
lex.c vbscript: Always treat keywords after dot as identifiers. 2019-11-12 21:39:40 +01:00
parse.h vbscript: Add parser support for redim statement. 2019-11-01 20:30:05 +01:00
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: Add script TypeInfo stub. 2019-11-22 13:30:52 +01:00
vbregexp.c vbscript: Treat only ASCII digits as digits. 2019-11-08 23:38:09 +01:00
vbscript.c vbscript: Trace the pstrItemName parameter. 2019-11-22 13:31:08 +01:00
vbscript.h vbscript: Change release_dynamic_vars to release a single variable. 2019-11-11 22:58:00 +01:00
vbscript.rc vbscript: Add support for interpreting statements. 2019-10-29 23:30:47 +01:00
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h vbscript: Add support for interpreting statements. 2019-10-29 23:30:47 +01: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