Sweden-Number/dlls/jscript
Jacek Caban 4783dd1e54 jscript: Fixed list literal length calculation. 2008-10-08 12:18:25 +02:00
..
tests jscript: Fixed list literal length calculation. 2008-10-08 12:18:25 +02:00
Makefile.in jscript: Added Date constructor object implementation. 2008-10-01 11:39:37 -05:00
array.c jscript: Fixed compare function check in Array.sort (Coverity). 2008-10-07 12:17:34 +02:00
bool.c jscript: Added to_object(VT_BOOL) implementation. 2008-09-16 22:34:27 +02:00
date.c jscript: Added Date constructor object implementation. 2008-10-01 11:39:37 -05:00
dispex.c jscript: Fixed copy&paste bug in disp_propget. 2008-10-08 12:18:21 +02:00
engine.c jscript: Don't initialize variables without initialiser to undefined in variable_list_eval. 2008-10-06 13:04:39 +02:00
engine.h jscript: Allocate variables when entering execution context. 2008-10-01 11:39:18 -05:00
function.c jscript: Added Function default value implementation. 2008-09-22 11:56:21 +02:00
global.c jscript: Added Date constructor object implementation. 2008-10-01 11:39:37 -05:00
jscript.c jscript: Added a few missing allocation checks (Coverity). 2008-10-07 12:17:26 +02:00
jscript.h jscript: Added Date constructor object implementation. 2008-10-01 11:39:37 -05:00
jscript.inf
jscript.spec
jscript_main.c jscript: Added InvokeEx implementation. 2008-09-09 11:46:15 +02:00
jsglobal.idl jscript: Added JSGlobal typelib. 2008-08-26 10:56:40 +02:00
jsglobal_dispid.h jscript: Added JSGlobal typelib. 2008-08-26 10:56:40 +02:00
jsutils.c jscript: Fix number conversion in non-English locales. 2008-09-29 17:23:01 -05:00
lex.c jscript: Fixed backslash handling in regular expressions. 2008-10-06 13:04:45 +02:00
math.c jscript: Added Math.ceil implementation. 2008-09-22 11:56:05 +02:00
number.c jscript: Added a few missing allocation checks (Coverity). 2008-10-07 12:17:26 +02:00
object.c jscript: Added Object default value implementation. 2008-09-22 11:54:29 +02:00
parser.y jscript: Fixed list literal length calculation. 2008-10-08 12:18:25 +02:00
regexp.c jscript: Added String.replace implementation. 2008-09-25 11:16:18 +02:00
rsrc.rc jscript: Added JSGlobal typelib. 2008-08-26 10:56:40 +02:00
string.c jscript: Added String.indexOf implementation. 2008-10-07 12:16:56 +02:00