crypt32: Add "Disallowed" to CryptFindLocalizedName.
[wine] / dlls / jscript /
2009-07-03  Piotr Cabanjscript: Fix strings allocation.
2009-07-03  Piotr Cabanjscript: Added DateConstr_UTC implementation.
2009-07-03  Piotr Cabanjscript: Added stub implementation of Date constructor...
2009-07-03  Alexandre Julliardmakefiles: Regenerate the source lists using make_makef...
2009-06-29  Piotr Cabanjscript: Added Date_toString implementation.
2009-06-29  Piotr Cabanjscript: Added Date_toLocaleString implementation.
2009-06-29  Piotr Cabanjscript: Added Date_toUTCString implementation.
2009-06-29  Piotr Cabanjscript: Added Date_toDateString implementation.
2009-06-29  Piotr Cabanjscript: Added Date_toTimeString implementation.
2009-06-29  Piotr Cabanjscript: Added Date_toLocaleTimeString implementation.
2009-06-29  Piotr Cabanjscript: Added Date_toLocaleDateString 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: Fix Date_setHours implementation.
2009-06-23  Piotr Cabanjscript: Fix Date_setMinutes implementation.
2009-06-23  Piotr Cabanjscript: Fix Date_setSeconds implementation.
2009-06-23  Piotr Cabanjscript: Fixed Date_setMilliseconds implementation.
2009-06-23  Piotr Cabanjscript: Fix typos in comments, add missing ones.
2009-06-23  Piotr Cabanjscript: Added Date_getTimezoneOffset and fixed Date_ge...
2009-06-23  Piotr Cabanjscript: Added implementation of Date constructor with...
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-16  Piotr Cabanjscript: Fixed hour_from_time and week_day functions.
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-05  Piotr Cabanjscript: Fix DateConstr_value (with no argument) implem...
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-28  Piotr Cabanjscript: Fixed memory leak.
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-22  Alexandre Julliardjscript: Avoid size_t in printf width specifier.
2009-04-10  Piotr Cabanjscript: Added html comments tests.
2009-04-10  Piotr Cabanjscript: Added html comments handling.
2009-04-03  Piotr Cabanjscript: Added Math_cos tests.
2009-04-03  Piotr Cabanjscript: Added Math_cos implementation.
2009-04-03  Piotr Cabanjscript: Added Math_LN2 tests.
2009-04-03  Piotr Cabanjscript: Added Math_LN2 implementation.
2009-02-25  Jacek Cabanjscript: Mark free memory if heap warnings are turned on.
2009-02-25  Jacek Cabanjscript: Reset mark in jsheap_clear.
2009-02-25  Jacek Cabanjscript: Fixed handling block_cnt in jsheap_alloc.
2009-02-10  Jacek Cabanactivscp.idl: Added IActiveScriptParseProcedure*64...
2009-02-09  Alexandre Julliardjscript: Rename the GetObjectW variable to avoid confli...
2009-02-03  Jacek Cabanjscript: Add IActiveScriptParse64 declaration and use...
2009-02-02  Michael Stefaniucjscript: Remove superfluous pointer casts.
2009-01-22  Jacek Cabanjscript: Fixed Math.round with no argument.
2009-01-22  Jacek Cabanjscript: Added Math.random implementation.
2009-01-07  Andrew Talbotjscript: Declare a function static.
2009-01-05  Alexandre Julliardjscript/tests: Don't crash if we fail to get the IActiv...
2008-12-19  Andrew Talbotjscript: Remove unused Wine debug channel.
2008-12-17  Jacek Cabanjscript: Correctly handle SCRIPTITEM_GLOBALMEMBERS...
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-10  Andrew Nguyenjscript: Fix the lexicographical order of the String...
2008-12-10  Andrew Nguyenjscript: Fix some errors detected by Valgrind.
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-12-02  Alexandre Julliardjscript: Make some functions and variables static.
2008-11-24  Jacek Cabanjscript: Set script object instead of ctx lcid in SetSc...
2008-11-24  Andrew Nguyenjscript: Implement the String.toUpperCase() method.
2008-11-24  Andrew Nguyenjscript: Implement the String.toLowerCase() method.
2008-11-10  Ryan Schmidtjscript: Fix build with bison 2.4.
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-27  Alexandre Julliardjscript: Avoid a compiler warning.
2008-10-22  Jacek Cabanjscript: Return NaN in Math.ceil if called without...
next