Piotr Caban
|
b6549fa743
|
jscript: Fixed to_boolean implementation.
|
2009-07-06 14:35:28 +02:00 |
|
Piotr Caban
|
2ed3903f0f
|
jscript: Added Bool_toLocaleString implementation.
|
2009-07-06 14:35:28 +02:00 |
|
Piotr Caban
|
4725b5698c
|
jscript: Added Bool_valueOf implementation.
|
2009-07-06 14:35:28 +02:00 |
|
Piotr Caban
|
1e72bc8718
|
jscript: Added Bool_toString implementation.
|
2009-07-06 14:35:28 +02:00 |
|
Piotr Caban
|
4b341bfdd4
|
jscript: Added Boolean constructor implementation.
|
2009-07-06 14:35:28 +02:00 |
|
Piotr Caban
|
9a30d39b35
|
jscript: Added Date_valueOf implementation.
|
2009-07-06 14:35:28 +02:00 |
|
Piotr Caban
|
60748ebf51
|
jscript: Fix do while loop parsing.
|
2009-07-06 14:35:28 +02:00 |
|
Piotr Caban
|
b5a82030ad
|
jscript: Added calling Date as function implementation.
|
2009-07-06 14:35:28 +02:00 |
|
Piotr Caban
|
8150960f8c
|
jscript: Added string argument handling to Date constructor.
|
2009-07-06 14:35:28 +02:00 |
|
Piotr Caban
|
45817bf50f
|
jscript: Added DateConstr_parse implementation.
|
2009-07-06 14:35:28 +02:00 |
|
Piotr Caban
|
c001ffae2c
|
jscript: Fix strings allocation.
|
2009-07-03 13:28:47 +02:00 |
|
Piotr Caban
|
60ddd438d3
|
jscript: Added DateConstr_UTC implementation.
|
2009-07-03 13:28:27 +02:00 |
|
Piotr Caban
|
41e297af11
|
jscript: Added stub implementation of Date constructor properties.
|
2009-07-03 13:28:19 +02:00 |
|
Alexandre Julliard
|
56af92b073
|
makefiles: Regenerate the source lists using make_makefiles.
|
2009-07-03 13:26:38 +02:00 |
|
Piotr Caban
|
754513c800
|
jscript: Added Date_toString implementation.
|
2009-06-29 13:30:52 +02:00 |
|
Piotr Caban
|
9b011bd0f7
|
jscript: Added Date_toLocaleString implementation.
|
2009-06-29 13:30:19 +02:00 |
|
Piotr Caban
|
5be6deb844
|
jscript: Added Date_toUTCString implementation.
|
2009-06-29 13:30:05 +02:00 |
|
Piotr Caban
|
fd89475380
|
jscript: Added Date_toDateString implementation.
|
2009-06-29 13:29:35 +02:00 |
|
Piotr Caban
|
40b88e261a
|
jscript: Added Date_toTimeString implementation.
|
2009-06-29 13:28:56 +02:00 |
|
Piotr Caban
|
0e379fbe05
|
jscript: Added Date_toLocaleTimeString implementation.
|
2009-06-29 13:28:40 +02:00 |
|
Piotr Caban
|
6dc3b7beb7
|
jscript: Added Date_toLocaleDateString implementation.
|
2009-06-29 13:28:26 +02:00 |
|
Piotr Caban
|
27d8e22cbc
|
jscript: Added Date_setFullYear and Date_setUTCFullYear implementation.
|
2009-06-23 15:53:00 +02:00 |
|
Piotr Caban
|
7301ad4f72
|
jscript: Added Date_setMonth and Date_setUTCMonth implementation.
|
2009-06-23 15:53:00 +02:00 |
|
Piotr Caban
|
233ded05b7
|
jscript: Added Date_setDate and Date_setUTCDate implementation.
|
2009-06-23 15:52:59 +02:00 |
|
Piotr Caban
|
e19ca2b946
|
jscript: Fix Date_setHours implementation.
|
2009-06-23 15:52:59 +02:00 |
|
Piotr Caban
|
ece2654ef9
|
jscript: Fix Date_setMinutes implementation.
|
2009-06-23 15:52:59 +02:00 |
|
Piotr Caban
|
bbfab68bb8
|
jscript: Fix Date_setSeconds implementation.
|
2009-06-23 15:52:59 +02:00 |
|
Piotr Caban
|
37883a66fa
|
jscript: Fixed Date_setMilliseconds implementation.
Previous implementation was not working when:
utc_time != to_utc(to_local_time(utc_time))
|
2009-06-23 15:52:59 +02:00 |
|
Piotr Caban
|
b45f01b6ce
|
jscript: Fix typos in comments, add missing ones.
|
2009-06-23 15:52:59 +02:00 |
|
Piotr Caban
|
305aee069a
|
jscript: Added Date_getTimezoneOffset and fixed Date_get... functions.
|
2009-06-23 15:52:59 +02:00 |
|
Piotr Caban
|
b529cdb65e
|
jscript: Added implementation of Date constructor with more then one argument.
|
2009-06-23 15:52:59 +02:00 |
|
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 |
|