1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/dlls/vbscript
Gabriel Ivăncescu 384d5bfde9 vbscript: Implement IActiveScriptSite service.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2024-01-30 11:06:16 +01:00
..
tests vbscript: Implement IActiveScriptSite service. 2024-01-30 11:06:16 +01:00
compile.c vbscript: For for loop bounds coerce string to real. 2023-12-07 20:46:56 +01:00
global.c vbscript: Handle numdecimalplaces argument in Round(). 2023-12-01 22:35:35 +01:00
interp.c vbscript: For for loop bounds coerce string to real. 2023-12-07 20:46:56 +01:00
lex.c vbscript: Fix compile issue with non hex after concat without space. 2023-02-16 16:48:38 +01:00
Makefile.in makefiles: Always use the global SOURCES variable for .y files. 2023-10-14 13:51:42 +02:00
parse.h vbscript: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
parser.y vbscript: Support one-line sub/function. 2023-07-04 15:37:08 +02:00
regexp.c vbscript: Use CRT allocation functions. 2022-11-15 18:05:07 +01:00
regexp.h vbscript: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
utils.c vbscript: Fix memory leak in owned safearray iterator. 2023-02-09 23:11:40 +01:00
vbdisp.c vbscript: Implement SID_GetCaller for QueryService. 2023-01-27 13:39:06 +01:00
vbregexp.c vbscript: Use correct pointer type in add_match (scan-build). 2023-07-06 20:54:30 +02:00
vbscript.c vbscript: Implement IActiveScriptSite service. 2024-01-30 11:06:16 +01:00
vbscript.h vbscript: Implement IActiveScriptSite service. 2024-01-30 11:06:16 +01:00
vbscript.rc vbscript: Add support for translating messages. 2020-09-12 11:27:38 +02:00
vbscript.rgs vbscript: Substitute SystemRoot at registration time. 2021-04-09 20:37:14 +02:00
vbscript.spec vbscript: Added new DLL. 2011-06-21 17:16:07 +02:00
vbscript_classes.idl makefiles: Add makedep pragmas for registration idl files. 2013-11-05 20:38:18 +01:00
vbscript_defs.h
vbscript_main.c vbscript: Use CRT allocation functions. 2022-11-15 18:05:07 +01:00
vbsglobal.idl makedep: Add a separate pragma flag for typelibs that need registration. 2013-12-26 13:32:49 +01:00
vbsregexp10.idl makedep: Add a separate pragma flag for typelibs that need registration. 2013-12-26 13:32:49 +01:00
vbsregexp55.idl