Release 1.4.1.
[wine] / dlls / jscript / tests / api.js
2009-07-24  Piotr Cabanjscript: Throw more SyntaxErrors in parser.
2009-07-24  Piotr Cabanjscript: Added "Expected ';'" error.
2009-07-24  Piotr Cabanjscript: Add "illegal assignment" error.
2009-07-24  Piotr Cabanjscript: Added "Expected ')'" error.
2009-07-24  Piotr Cabanjscript: Added "Expected '('" error.
2009-07-24  Piotr Cabanjscript: Throw SyntaxError in eval function.
2009-07-22  Piotr Cabanjscript: Throw TypeErrors when _value functions are...
2009-07-22  Piotr Cabanjscript: Throw TypeError in Function_toString.
2009-07-22  Piotr Cabanjscript: Throw 'undefined object' error.
2009-07-21  Piotr Cabanjscript: Add Error_number handling to constructor and...
2009-07-21  Piotr Cabanjscript: Throw errors in Number functions.
2009-07-21  Piotr Cabanjscript: Throw TypeError in call_expression_eval.
2009-07-21  Piotr Cabanjscript: Throw type errors in Boolean functions.
2009-07-21  Piotr Cabanjscript: Throw range errors in Array functions.
2009-07-21  Piotr Cabanjscript: Add error throwing functions.
2009-07-21  Piotr Cabanjscript: Add Error_toString implementation.
2009-07-21  Piotr Cabanjscript: Add Error_message implementation.
2009-07-21  Piotr Cabanjscript: Add Error object stub.
2009-07-16  Piotr Cabanjscript: Remove broken tests.
2009-07-16  Piotr Cabanjscript: Improve Object_toString implementation.
2009-07-15  Piotr Cabanjscript: Improve Number_toString implementation.
2009-07-15  Piotr Cabanjscript: Improve to_string implementation.
2009-07-14  Piotr Cabanjscript: Added String_fromCharCode implementation.
2009-07-14  Piotr Cabanjscript: Added Array_slice implementation.
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-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: 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-05-28  Piotr Cabanjscript: Added implementation of Math_pow with less...
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-03  Piotr Cabanjscript: Added Math_cos tests.
2009-04-03  Piotr Cabanjscript: Added Math_LN2 tests.
2009-01-22  Jacek Cabanjscript: Fixed Math.round with no argument.
2009-01-22  Jacek Cabanjscript: Added Math.random implementation.
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-10-22  Jacek Cabanjscript: Return NaN in Math.ceil if called without...
2008-10-22  Jacek Cabanjscript: Added Math.floor implementation.
2008-10-18  Jacek Cabanjscript: Added Number.valueOf implementation.
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-14  Jacek Cabanjscript: Added Date.getTime() 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-07  Jacek Cabanjscript: Added String.indexOf implementation.
2008-09-25  Jacek Cabanjscript: Added String.match implementation for non...
next