Commit Graph

326 Commits

Author SHA1 Message Date
Piotr Caban 50e985e252 jscript: Added Date_setUTCHours and Date_setHours implementation. 2009-06-16 13:40:22 +02:00
Piotr Caban e0e84d5628 jscript: Added Date_setUTCMinutes and Date_setMinutes implementation. 2009-06-16 13:40:14 +02:00
Piotr Caban 2c7c0cd1c7 jscript: Added Date_setUTCSeconds and Date_setSeconds implementation. 2009-06-16 13:40:03 +02:00
Piotr Caban 0329be2e2f jscript: Added Date_setUTCMilliseconds and Date_setMilliseconds implementation. 2009-06-16 13:39:49 +02:00
Piotr Caban 5f2eca2729 jscript: Added Date_getUTCMilliseconds and Date_getMilliseconds implementation. 2009-06-16 13:39:25 +02:00
Piotr Caban 3523a1f2bb jscript: Added Date_getUTCSeconds and Date_getSeconds implementation. 2009-06-16 13:38:45 +02:00
Piotr Caban a005865f45 jscript: Added Date_getUTCMinutes and Date_getMinutes implementation. 2009-06-16 13:38:19 +02:00
Piotr Caban 73a0f2c900 jscript: Fixed hour_from_time and week_day functions. 2009-06-16 13:38:00 +02:00
Piotr Caban cfb7617688 jscript: Added Date_getHours and Date_getUTCHours implementation. 2009-06-10 11:50:14 +02:00
Piotr Caban 28e033e359 jscript: Added Date_getDay and Date_getUTCDay implementation. 2009-06-10 11:49:34 +02:00
Piotr Caban 190ed2ef99 jscript: Added Date_getDate and Date_getUTCDate implementation. 2009-06-10 11:49:25 +02:00
Piotr Caban 3f289de8a3 jscript: Added Date_getMonth and Date_getUTCMonth implementation. 2009-06-10 11:48:55 +02:00
Piotr Caban 8427127bb9 jscript: Added Date_getFullYear and Date_getUTCFullYear implementation. 2009-06-10 11:48:17 +02:00
Piotr Caban c0af3a57c2 jscript: Added Date_setTime implementation. 2009-06-05 14:43:24 +02:00
Piotr Caban c144859b13 jscript: Fix DateConstr_value (with no argument) implementation. 2009-06-05 14:43:24 +02:00
Piotr Caban eb203a149b jscript: Remove NaN related FIXMEs. 2009-06-04 12:12:56 +02:00
Piotr Caban 931554dd4a jscript: Fix parse_double_literal implementation. 2009-06-04 12:12:46 +02:00
Piotr Caban f77489acd5 jscript: Added implementation of Math_pow with less then 2 arguments. 2009-05-28 12:42:17 +02:00
Piotr Caban 3327d17109 jscript: Fixed memory leak. 2009-05-28 12:42:17 +02:00
Piotr Caban 063df731ac jscript: Fix integer/double parsing. 2009-05-27 11:53:44 +02:00
Piotr Caban f2c1095a80 jscript: Added Math_tan implementation. 2009-05-27 11:34:36 +02:00
Piotr Caban 8c609c9f50 jscript: Added implementation of Math_sqrt. 2009-05-27 11:34:31 +02:00
Piotr Caban a67672f9ee jscript: Added Math_sin implementation. 2009-05-27 11:34:25 +02:00
Piotr Caban f57f3aa2f4 jscript: Added implementation of Math_log. 2009-05-27 11:34:21 +02:00
Piotr Caban 6231969476 jscript: Added implementation of Math_exp. 2009-05-27 11:34:11 +02:00
Piotr Caban d940755c71 jscript: Added Math_atan2 implementation. 2009-05-26 13:48:59 +02:00
Piotr Caban 79151a2adf jscript: Added implementation of Math_atan. 2009-05-26 13:48:50 +02:00
Piotr Caban 33cde58053 jscript: Added implementation of Math_asin. 2009-05-26 13:48:41 +02:00
Piotr Caban 1ef80d5cd2 jscript: Added Math_LN10 implementation and tests. 2009-05-25 11:23:15 +02:00
Piotr Caban b050c20638 jscript: Added Math_acos implementation and tests. 2009-05-25 11:23:09 +02:00
Piotr Caban e4bc0def3b jscript: Added Math_SQRT1_2 implementations and tests. 2009-05-25 11:22:42 +02:00
Piotr Caban 27f327aebc jscript: Added Math_SQRT2 implementation and tests. 2009-05-25 11:22:30 +02:00
Alexandre Julliard eae1898aae jscript: Avoid size_t in printf width specifier. 2009-04-22 16:56:37 +02:00
Piotr Caban 2dc78e555b jscript: Added html comments tests. 2009-04-10 11:33:37 +02:00
Piotr Caban 84ef7eced2 jscript: Added html comments handling. 2009-04-10 11:33:35 +02:00
Piotr Caban 49ce878de7 jscript: Added Math_cos tests. 2009-04-03 13:01:01 +02:00
Piotr Caban fe5785af09 jscript: Added Math_cos implementation. 2009-04-03 13:00:56 +02:00
Piotr Caban 885a9e9c0c jscript: Added Math_LN2 tests. 2009-04-03 13:00:53 +02:00
Piotr Caban d2aed1b752 jscript: Added Math_LN2 implementation. 2009-04-03 13:00:48 +02:00
Jacek Caban 7399dfa9f6 jscript: Mark free memory if heap warnings are turned on. 2009-02-25 12:37:05 +01:00
Jacek Caban ed78892e46 jscript: Reset mark in jsheap_clear. 2009-02-25 12:37:05 +01:00
Jacek Caban 18ee50e5d2 jscript: Fixed handling block_cnt in jsheap_alloc. 2009-02-25 12:37:05 +01:00
Jacek Caban 2e29c7d516 activscp.idl: Added IActiveScriptParseProcedure*64 interfaces and use it on Win64. 2009-02-10 12:31:25 +01:00
Alexandre Julliard 0a81b7887f jscript: Rename the GetObjectW variable to avoid conflict with the function of the same name. 2009-02-09 13:03:59 +01:00
Jacek Caban 0194b8f08c jscript: Add IActiveScriptParse64 declaration and use it on Win64. 2009-02-03 12:39:23 +01:00
Michael Stefaniuc 981f733e41 jscript: Remove superfluous pointer casts. 2009-02-02 15:21:44 +01:00
Jacek Caban 7bd79152a5 jscript: Fixed Math.round with no argument. 2009-01-22 15:28:23 +01:00
Jacek Caban a20a9166a2 jscript: Added Math.random implementation. 2009-01-22 15:28:23 +01:00
Andrew Talbot 3fd7a474d8 jscript: Declare a function static. 2009-01-07 12:21:25 +01:00
Alexandre Julliard 57a1a147a6 jscript/tests: Don't crash if we fail to get the IActiveScriptParse interface. 2009-01-05 15:50:36 +01:00