jscript: Update Russian translation.
[wine] / dlls / jscript / tests /
2009-09-02  Jacek Cabanjscript: Added to_primitive on hosting objects test.
2009-09-01  Jacek Cabanjscript: Added String.lastIndexOf implementation.
2009-08-29  Jacek Cabanjscript: Make Array.push generic.
2009-08-29  Jacek Cabanjscript: Added Function.apply implementation.
2009-08-29  Jacek Cabanjscript: Added Function.call implementation.
2009-08-29  Jacek Cabanjscript: Create arguments object as a seaprated class...
2009-08-29  Jacek Cabanjscript: Added 'instanceof' keyword implementation.
2009-08-28  Jacek Cabanjscript: Added RegExp.test implementation.
2009-08-28  Jacek Cabanjscript: Added RegExp.exec implementation.
2009-08-28  Jacek Cabanjscript: Added RegExp.lastIndex implementation.
2009-08-27  Jacek Cabanjscript: Create undeclared values to script_disp instea...
2009-08-27  Jacek Cabanjscript: Return "undefined" type for invalid references.
2009-08-27  Jacek Cabanjscript: Don't require semicolon after function declara...
2009-08-27  Jacek Cabanjscript: Fixed parsing regexps starting with '='.
2009-08-24  Piotr Cabanjscript: Added String.substr implementation.
2009-08-24  Piotr Cabanjscript: Fixed Function method's lengths.
2009-08-24  Piotr Cabanjscript: Fixed keywords handling.
2009-08-19  Alexandre Julliardjscript/tests: Use the global wine_dbgstr_w instead...
2009-08-17  Piotr Cabanjscript: Fixed Object's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed Math's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed Array's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed Date's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed RegExp's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed String's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed Number's function lengths.
2009-08-17  Piotr Cabanjscript: Added Boolean's function lengths test.
2009-08-14  Piotr Cabanjscript: Inherit Math from Object.
2009-08-14  Piotr Cabanjscript: Added RegExp.source implementation.
2009-08-14  Piotr Cabanjscript: Inherit some Function functions from Object.
2009-08-14  Piotr Cabanjscript: Inherit some Error functions from Object.
2009-08-14  Piotr Cabanjscript: Inherit some Array functions from Object.
2009-08-14  Piotr Cabanjscript: Inherit some Boolean function from Object.
2009-08-14  Piotr Cabanjscript: Inherit some Date functions from Object.
2009-08-12  Piotr Cabanjscript: Fixed Object.toLocaleString implementation.
2009-08-12  Piotr Cabanjscript: Inherit some Number functions from Object.
2009-08-12  Piotr Cabanjscript: Inherit some RegExp functions from Object.
2009-08-12  Piotr Cabanjscript: Inherit some String functions from Object.
2009-08-11  Piotr Cabanjscript: Added $ handling to String.replace.
2009-08-10  Piotr Cabanjscript: Fixed var handling.
2009-08-10  Piotr Cabanjscript: Lookup global members after script_disp.
2009-08-06  Piotr Cabanjscript: Added JSGlobal_parseFloat implementation.
2009-08-06  Piotr Cabanjscript: Make compare2_values working with NULL BSTR's.
2009-08-06  Piotr Cabanjscript: Added 'unterminated string' error.
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 call_expression_eval 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-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...
next