jscript: Added implementation of Array constructor called as a function.
[wine] / dlls / jscript / tests /
2009-07-14  Piotr Cabanjscript: Added implementation of Array constructor...
2009-07-14  Piotr Cabanjscript: Added Array length setting implementation.
2009-07-13  Piotr Cabanjscript: Inherit Function_valueOf from Object.
2009-07-13  Piotr Cabanjscript: Fix String_match implementation.
2009-07-10  Piotr Cabanjscript: Added String_link implementation.
2009-07-10  Piotr Cabanjscript: Added String_anchor implementation.
2009-07-10  Piotr Cabanjscript: Added String_fontsize implementation.
2009-07-10  Piotr Cabanjscript: Added String_fontcolor implementation.
2009-07-09  Piotr Cabanjscript: Changed to_primitive implementation.
2009-07-07  Piotr Caban jscript: Added Object_valueOf implementation.
2009-07-06  Piotr Cabanjscript: Added Bool_toLocaleString implementation.
2009-07-06  Piotr Cabanjscript: Added Bool_valueOf implementation.
2009-07-06  Piotr Cabanjscript: Added Bool_toString implementation.
2009-07-06  Piotr Cabanjscript: Fix do while loop parsing.
2009-07-06  Piotr Cabanjscript: Added string argument handling to Date constru...
2009-07-06  Piotr Caban jscript: Added DateConstr_parse implementation.
2009-06-23  Piotr Cabanjscript: Added Date_setFullYear and Date_setUTCFullYear...
2009-06-23  Piotr Cabanjscript: Added Date_setMonth and Date_setUTCMonth imple...
2009-06-23  Piotr Cabanjscript: Added Date_setDate and Date_setUTCDate impleme...
2009-06-23  Piotr Cabanjscript: Fixed Date_setMilliseconds implementation.
2009-06-23  Piotr Cabanjscript: Added Date_getTimezoneOffset and fixed Date_ge...
2009-06-16  Piotr Cabanjscript: Added Date_setUTCHours and Date_setHours imple...
2009-06-16  Piotr Cabanjscript: Added Date_setUTCMinutes and Date_setMinutes...
2009-06-16  Piotr Cabanjscript: Added Date_setUTCSeconds and Date_setSeconds...
2009-06-16  Piotr Cabanjscript: Added Date_setUTCMilliseconds and Date_setMill...
2009-06-16  Piotr Cabanjscript: Added Date_getUTCMilliseconds and Date_getMill...
2009-06-16  Piotr Cabanjscript: Added Date_getUTCSeconds and Date_getSeconds...
2009-06-16  Piotr Cabanjscript: Added Date_getUTCMinutes and Date_getMinutes...
2009-06-10  Piotr Cabanjscript: Added Date_getHours and Date_getUTCHours imple...
2009-06-10  Piotr Cabanjscript: Added Date_getDay and Date_getUTCDay implement...
2009-06-10  Piotr Cabanjscript: Added Date_getDate and Date_getUTCDate impleme...
2009-06-10  Piotr Cabanjscript: Added Date_getMonth and Date_getUTCMonth imple...
2009-06-10  Piotr Cabanjscript: Added Date_getFullYear and Date_getUTCFullYear...
2009-06-05  Piotr Cabanjscript: Added Date_setTime implementation.
2009-06-04  Piotr Cabanjscript: Remove NaN related FIXMEs.
2009-06-04  Piotr Cabanjscript: Fix parse_double_literal implementation.
2009-05-28  Piotr Cabanjscript: Added implementation of Math_pow with less...
2009-05-27  Piotr Cabanjscript: Fix integer/double parsing.
2009-05-27  Piotr Cabanjscript: Added Math_tan implementation.
2009-05-27  Piotr Cabanjscript: Added implementation of Math_sqrt.
2009-05-27  Piotr Cabanjscript: Added Math_sin implementation.
2009-05-27  Piotr Cabanjscript: Added implementation of Math_log.
2009-05-27  Piotr Cabanjscript: Added implementation of Math_exp.
2009-05-26  Piotr Cabanjscript: Added Math_atan2 implementation.
2009-05-26  Piotr Cabanjscript: Added implementation of Math_atan.
2009-05-26  Piotr Cabanjscript: Added implementation of Math_asin.
2009-05-25  Piotr Cabanjscript: Added Math_LN10 implementation and tests.
2009-05-25  Piotr Cabanjscript: Added Math_acos implementation and tests.
2009-05-25  Piotr Cabanjscript: Added Math_SQRT1_2 implementations and tests.
2009-05-25  Piotr Cabanjscript: Added Math_SQRT2 implementation and tests.
2009-04-10  Piotr Cabanjscript: Added html comments tests.
2009-04-03  Piotr Cabanjscript: Added Math_cos tests.
2009-04-03  Piotr Cabanjscript: Added Math_LN2 tests.
2009-02-03  Jacek Cabanjscript: Add IActiveScriptParse64 declaration and use...
2009-01-22  Jacek Cabanjscript: Fixed Math.round with no argument.
2009-01-22  Jacek Cabanjscript: Added Math.random implementation.
2009-01-05  Alexandre Julliardjscript/tests: Don't crash if we fail to get the IActiv...
2008-12-17  Paul Vriensjscript/tests: Fix test failures on Win9x.
2008-12-16  Jacek Cabanjscript: Delay setting named info if SCRIPTITEM_GLOBALM...
2008-12-11  Jacek Cabanjscript: Added Math.LOG10E implementation.
2008-12-11  Jacek Cabanjscript: Added Math.LOG2E implementation.
2008-12-11  Jacek Cabanjscript: Added Math.E implementation.
2008-12-11  Jacek Cabanjscript: Added Math.PI implementation.
2008-12-10  Andrew Nguyenjscript: Implement the String.sup() method.
2008-12-10  Andrew Nguyenjscript: Implement the String.sub() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.strike() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.small() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.italics() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.fixed() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.bold() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.blink() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.big() method.
2008-11-24  Andrew Nguyenjscript: Implement the String.toUpperCase() method.
2008-11-24  Andrew Nguyenjscript: Implement the String.toLowerCase() method.
2008-11-05  Jacek Cabanjscript: Added SCRIPTITEM_ISVISIBLE flag implementation.
2008-11-05  Jacek Cabanjscript: Added SCRIPTSTATE_CONNECTED implementation.
2008-11-05  Jacek Cabanjscript: Fixed SetScriptSite called before InitNew...
2008-10-22  Jacek Cabanjscript: Return NaN in Math.ceil if called without...
2008-10-22  Jacek Cabanjscript: Added Math.floor implementation.
2008-10-21  Jacek Cabanjscript: Treat function expressions with identifier...
2008-10-18  Jacek Cabanjscript: Added Number.valueOf implementation.
2008-10-17  Jacek Cabanjscript: Added NaN comparation tests.
2008-10-17  Jacek Cabanjscript: Added Math.abs with no arg implementation.
2008-10-17  Jacek Cabanjscript: Added NaN handling to Math.min and Math.max.
2008-10-17  Jacek Cabanjscript: Added infinity and nan handling to str_to_number.
2008-10-17  Jacek Cabanjscript: Added NaN handling to relational operators.
2008-10-17  Jacek Cabanjscript: Added Infinity value implementation.
2008-10-16  Jacek Cabanjscript: Added undefined to number conversion implement...
2008-10-16  Jacek Cabanjscript: Added NaN value implementation.
2008-10-15  Rob Shearmanjscript: Fix shift/reduce conflict in IfStatement rule.
2008-10-15  Jacek Cabanjscript: Added isNaN implementation.
2008-10-14  Jacek Cabanjscript: Added Date.getTime() implementation.
2008-10-09  Jacek Cabanjscript: Added '%=' expression implementation.
2008-10-09  Jacek Cabanjscript: Added '%' expression implementation.
2008-10-08  Jacek Cabanjscript: Added String.split implementation for non...
2008-10-08  Jacek Cabanjscript: Added encodeURI implementation.
2008-10-08  Jacek Cabanjscript: Added Array.pop implementation.
2008-10-08  Jacek Cabanjscript: Fixed list literal length calculation.
2008-10-07  Jacek Cabanjscript: Added String.indexOf implementation.
2008-10-06  Jacek Cabanjscript: Added possibility to run test scripts from...
next