wine-wine/dlls/jscript
Paul Vriens 2deee14f31 jscript: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-01 11:34:19 +01:00
..
tests jscript: Added invocation flag tests. 2010-10-20 10:24:27 +02:00
Makefile.in jscript: Add the Serbian (Latin and Cyrillic) translation. 2010-11-01 11:34:19 +01:00
activex.c jscript: Added more safety options flags handling to create_activex_object. 2010-10-15 11:33:35 +02:00
array.c jscript: Addd jsdisp_addref helper function. 2010-09-07 16:01:57 +02:00
bool.c jscript: Added a helper function for setting VARIANT value to jsdisp_t. 2010-09-07 16:01:46 +02:00
date.c jscript: Added a helper function for setting VARIANT value to jsdisp_t. 2010-09-07 16:01:46 +02:00
dispex.c jscript: Added DISPATCH_PROPERTYGET flag to some calls. 2010-10-20 10:24:19 +02:00
engine.c jscript: Pass script_ctx_t instead of exec_ctx_t to eval functions. 2010-10-25 12:41:40 +02:00
engine.h jscript: Pass script_ctx_t instead of exec_ctx_t to eval functions. 2010-10-25 12:41:40 +02:00
error.c jscript: Remove an incorrect and unnecessary error check. 2010-10-11 12:54:17 +02:00
function.c jscript: Don't lookup global variables on function invocation. 2010-10-14 17:54:52 +02:00
global.c jscript: Added VBArray stub. 2010-10-18 19:47:49 +02:00
jscript.c jscript: Don't lookup global variables on function invocation. 2010-10-14 17:54:52 +02:00
jscript.h jscript: Improved error handling in VBArray functions. 2010-10-19 15:25:11 +02:00
jscript.inf jscript: Fix typo in registry information. 2010-07-30 11:36:01 +02:00
jscript.spec
jscript_Da.rc jscript: Remove the ignored common resource attributes. 2010-07-22 11:41:35 +02:00
jscript_De.rc jscript: Update German translation. 2010-10-19 10:13:18 +02:00
jscript_En.rc jscrpt: Added VBScript.lbound() implementation. 2010-10-18 19:47:50 +02:00
jscript_Es.rc jscript: Remove the ignored common resource attributes. 2010-07-22 11:41:35 +02:00
jscript_Fr.rc jscript: Update French translation. 2010-10-19 10:13:15 +02:00
jscript_Hu.rc jscript: Remove the ignored common resource attributes. 2010-07-22 11:41:35 +02:00
jscript_It.rc jscript: Update Italian translation. 2010-10-19 10:14:02 +02:00
jscript_Ja.rc jscript: Update Japanese translation. 2010-08-31 14:23:49 +02:00
jscript_Ko.rc jscript: Update Korean resource. 2010-08-23 15:41:52 +02:00
jscript_Lt.rc jscript: Update Lithuanian translation. 2010-10-19 10:13:05 +02:00
jscript_Nl.rc jscript: Update the Dutch translation. 2010-10-26 15:25:07 +02:00
jscript_No.rc jscript: Remove the ignored common resource attributes. 2010-07-22 11:41:35 +02:00
jscript_Pl.rc jscript: Update the Polish translation. 2010-10-26 11:52:51 +02:00
jscript_Pt.rc jscript: Update Portuguese translation. 2010-10-29 14:22:13 +02:00
jscript_Ro.rc jscript: Remove the ignored common resource attributes. 2010-07-22 11:41:35 +02:00
jscript_Ru.rc jscript: Update Russian translation. 2010-10-22 12:05:09 +02:00
jscript_Si.rc jscript: Update Slovenian translation. 2010-09-14 12:53:26 -05:00
jscript_Sr.rc jscript: Add the Serbian (Latin and Cyrillic) translation. 2010-11-01 11:34:19 +01:00
jscript_Sv.rc jscript: Update Swedish translation. 2010-10-20 10:24:44 +02:00
jscript_Uk.rc jscript: Updated Ukrainian translation. 2010-10-19 19:23:13 +02:00
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
jsutils.c jscript: Added VBArray handling to to_object(). 2010-10-18 19:47:50 +02:00
lex.c
math.c jscript: Rename DispatchEx to jsdisp_t to match jscript naming convention. 2010-09-06 17:09:57 +02:00
number.c jscript: Added a helper function for setting VARIANT value to jsdisp_t. 2010-09-07 16:01:46 +02:00
object.c jscript: Added invocation flag tests. 2010-10-20 10:24:27 +02:00
parser.y
regexp.c jscript: Add index, input and lastIndex properties to regexp functions results. 2010-10-19 15:26:16 +02:00
resource.h jscrpt: Added VBScript.lbound() implementation. 2010-10-18 19:47:50 +02:00
rsrc.rc jscript: Remove the ignored common resource attributes. 2010-07-22 11:41:35 +02:00
string.c jscript: Added a helper function for setting VARIANT value to jsdisp_t. 2010-09-07 16:01:46 +02:00
vbarray.c jscript: Improved error handling in VBArray functions. 2010-10-19 15:25:11 +02:00