Jacek Caban
|
48111d1c15
|
vbscript: Skip tests if we can't register ActiveX object.
|
2014-02-18 11:45:53 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Nikolay Sivov
|
9b037d559e
|
vbscript: Support VT_BYREF|VT_DISPATCH as a DISPID_NEWENUM source.
|
2014-02-05 13:49:27 +01:00 |
Frédéric Delanoy
|
e04c7359ed
|
vbscript/tests: Use common wine_dbgstr_guid implementation from test.h.
|
2014-01-30 12:42:55 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Alexandre Julliard
|
d08ff3ff19
|
makefiles: Use a single variable for all types of idl files.
|
2013-12-31 18:15:17 +01:00 |
Alexandre Julliard
|
566d3418af
|
makedep: Add a separate pragma flag for typelibs that need registration.
|
2013-12-26 13:32:49 +01:00 |
Alexandre Julliard
|
ca41acc1f9
|
makefiles: Automatically update the IDL_H_SRCS variable.
|
2013-12-15 10:23:06 +01:00 |
Jacek Caban
|
1c1a261122
|
vbscript: Don't allow OP_dim on already initialized arrays.
|
2013-11-25 15:15:52 +01:00 |
Jacek Caban
|
d222521989
|
vbscript: Added support for VT_BYREF|VT_VARIANT to to_int.
|
2013-11-25 15:15:52 +01:00 |
Francois Gouget
|
73bf5f1ae6
|
vbscript: Fix a trailing FIXME() '\n'.
|
2013-11-14 10:37:26 +01:00 |
Jacek Caban
|
ff3d22ba42
|
vbscript: Added some array tests.
|
2013-11-13 18:31:11 +01:00 |
Jacek Caban
|
7917b67a18
|
vbscript: Added support for setting array elements.
|
2013-11-13 18:31:07 +01:00 |
Jacek Caban
|
79c55e1255
|
vbscript: Added support for getting array elements.
|
2013-11-13 18:31:04 +01:00 |
Jacek Caban
|
853c6c4eea
|
vbscript: Added interp_dim implementation.
|
2013-11-13 18:30:58 +01:00 |
Jacek Caban
|
fc713bfc12
|
vbscript: Added bytecode support for arrays.
|
2013-11-13 18:30:55 +01:00 |
Jacek Caban
|
f3e1f7002d
|
vbscript: Store variables in declaration order.
|
2013-11-13 18:30:49 +01:00 |
Jacek Caban
|
cf51435541
|
vbscript: Added parser support for arrays.
|
2013-11-13 18:30:45 +01:00 |
Alexandre Julliard
|
c7803b885b
|
makefiles: Add makedep pragmas for registration idl files.
|
2013-11-05 20:38:18 +01:00 |
Alexandre Julliard
|
f8421142e7
|
makefiles: Add makedep pragmas for typelib idl files.
|
2013-11-05 20:38:18 +01:00 |
Nikolay Sivov
|
d234bcdb25
|
vbscript/tests: Use a defined name for error code.
|
2013-11-04 11:02:28 +01:00 |
Jacek Caban
|
b1cf39d081
|
vbscript: Compile tests with -D__WINESRC__.
|
2013-10-14 17:26:15 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Alexandre Julliard
|
f86c46f640
|
vbscript: Use bison directives instead of defines to specify extra lexer parameters.
|
2013-08-01 12:00:23 +02:00 |
Frédéric Delanoy
|
4bd3981204
|
vbscript: Fix typo.
|
2013-05-22 11:20:28 +02:00 |
Zhan Jianyu
|
75be5eee63
|
vbscript: Implemented builtin function CBool.
|
2013-05-21 17:01:04 +02:00 |
Zhan Jianyu
|
c6ce31ce83
|
vbscript: Implemented builtin function CInt.
|
2013-05-21 17:00:58 +02:00 |
Jacek Caban
|
48a8623062
|
vbscript: Round half to even in to_int.
Spotted by Zhan Jianyu.
|
2013-05-16 12:04:56 +02:00 |
Alexandre Julliard
|
6ac9aa0a52
|
vbscript: Don't bother to free memory at process exit.
|
2013-05-15 10:30:04 +02:00 |
Zhan Jianyu
|
a8e70fa883
|
vbscript: Fix a typo: jscript -> vbscript.
|
2013-04-18 12:23:26 +02:00 |
Piotr Caban
|
79632a2212
|
vbscript: Added IMatch interface to Match2 object.
|
2013-03-25 14:09:55 +01:00 |
Piotr Caban
|
fbf01da470
|
vbscript: Added IMatchCollection interface to MatchCollection2 object.
|
2013-03-25 14:09:50 +01:00 |
Jacek Caban
|
9eed654e05
|
vbscript: Use DEFAULT_UNREACHABLE macro where appropriate.
|
2013-03-13 16:27:49 +01:00 |
Alexandre Julliard
|
72226ea8df
|
vbscript: Return after assert(0) to silence warnings.
|
2013-03-06 14:09:58 +01:00 |
Frédéric Delanoy
|
d0d269ab7f
|
vbscript: Specify correct variable in memory allocation check (coverity).
|
2013-03-04 11:19:56 +01:00 |
Alexandre Julliard
|
1e7d7d0985
|
vbscript: Tweak enum macros to avoid confusing winapi_extract.
|
2013-03-04 11:19:50 +01:00 |
Jacek Caban
|
5f3c38ed61
|
vbscipt: Added string constants.
|
2013-02-27 19:23:17 +01:00 |
Jacek Caban
|
b58dadf03b
|
vbscript: Fixed chr(0) implementation.
|
2013-02-27 19:23:16 +01:00 |
Jacek Caban
|
34bf93fc51
|
vbscript: Added color constants.
|
2013-02-27 19:23:16 +01:00 |
Jacek Caban
|
6a6c323306
|
vbscript: Make constant type explicit.
|
2013-02-27 19:23:15 +01:00 |
Jacek Caban
|
9858145990
|
vbscript: Added support for a few more constants.
|
2013-02-22 17:36:21 +01:00 |
Piotr Caban
|
add71cb91d
|
vbscript: Added IMatchCollection2::__NewEnum test.
|
2013-02-19 19:50:53 +01:00 |
Piotr Caban
|
6b8a34a396
|
vbscript: Added tests for invalid parameters in regular expression functions.
|
2013-02-19 19:50:52 +01:00 |
Piotr Caban
|
56b2a7b1bd
|
vbscript: Added IMatchCollection2::_NewEnum implementation.
|
2013-02-19 19:50:52 +01:00 |
Piotr Caban
|
d4ccce8ddb
|
vbscript: Added RegExp.Execute tests.
|
2013-02-19 19:50:52 +01:00 |
Piotr Caban
|
e618241c27
|
vbscript: Silence IDispatchEx queries on RegExp objects.
|
2013-02-19 19:50:51 +01:00 |
Piotr Caban
|
f26bdf92cc
|
vbscript: Added RegExp2::Execute implementation.
|
2013-02-19 19:50:51 +01:00 |
Piotr Caban
|
2270f14e1b
|
vbscript: Added RegExp2 flags getters and setters implementation.
|
2013-02-19 19:50:51 +01:00 |
Piotr Caban
|
4b0f475344
|
vbscript: Added RegExp2::Test implementation.
|
2013-02-19 19:50:51 +01:00 |