Sweden-Number/dlls/jscript
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
..
tests jscript/tests: Fix the spelling of the testEmbeddedFunctions() function name. 2012-05-14 12:06:15 +02:00
Makefile.in jscript: Added decoding support. 2012-03-26 18:15:11 +02:00
activex.c jscript: Get rid of no longer needed caller argument from builtin_invoke_t. 2012-03-14 17:34:00 +01:00
array.c jscript: Return double from to_integer. 2012-05-03 20:44:11 +02:00
bool.c jscript: Get rid of no longer needed caller argument from builtin_invoke_t. 2012-03-14 17:34:00 +01:00
compile.c jscript: Store double op arg directly instead of by pointer. 2012-05-14 12:04:23 +02:00
date.c jscript: Return double instead of VARIANT from date_utc. 2012-03-27 11:43:06 +02:00
decode.c jscript: Added decoding support. 2012-03-26 18:15:11 +02:00
dispex.c jscript: Added support for VT_INT. 2012-05-04 18:08:33 +02:00
engine.c jscript: Store double op arg directly instead of by pointer. 2012-05-14 12:04:23 +02:00
engine.h jscript: Store double op arg directly instead of by pointer. 2012-05-14 12:04:23 +02:00
error.c jscript: Return double instead of VARIANT from to_number. 2012-03-27 11:43:01 +02:00
function.c jscript: Store function parameters in function_code_t. 2012-04-25 12:17:01 +02:00
global.c jscript: Use compiler-generated struct for representing function code. 2012-04-24 17:45:16 +02:00
jscript.c jscript: Store function parameters in function_code_t. 2012-04-25 12:17:01 +02:00
jscript.h jscript: Return double from to_integer. 2012-05-03 20:44:11 +02:00
jscript.rc jscript: Added Number.toPrecision implementation. 2012-04-19 19:28:11 +02:00
jscript.rgs scrrun: Moved script extensions registration to scrrun.dll. 2011-12-07 17:50:02 +01:00
jscript.spec
jscript_classes.idl jscript: Move some of registration process to IRegistrar mechanism. 2010-12-16 11:49:11 +01:00
jscript_main.c jscript: Added beginning support for JScriptEncode object. 2012-03-26 18:15:09 +02:00
jsglobal.idl
jsglobal_dispid.h
jsutils.c jscript: Added support for VT_INT. 2012-05-04 18:08:33 +02:00
lex.c jscript: Added regexp 'pre-parser' to support non-backslash-sequenced non-terminating '/' in characted classes. 2012-04-20 11:59:51 +02:00
math.c jscript: Return double instead of VARIANT from to_number. 2012-03-27 11:43:01 +02:00
number.c jscript: Fix toExponential behavior when exponent is 0. 2012-04-25 17:16:37 +02:00
object.c jscript: Get rid of no longer needed caller argument from builtin_invoke_t. 2012-03-14 17:34:00 +01:00
parser.y jscript: Get rid of parser function collecting hack by moving the logic to compiler. 2012-04-26 19:27:36 +02:00
regexp.c Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
resource.h jscript: Added Number.toPrecision implementation. 2012-04-19 19:28:11 +02:00
string.c jscript: Return double from to_integer. 2012-05-03 20:44:11 +02:00
vbarray.c jscript: Get rid of no longer needed caller argument from builtin_invoke_t. 2012-03-14 17:34:00 +01:00