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
|
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
|
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
|
305aee069a
|
jscript: Added Date_getTimezoneOffset and fixed Date_get... functions.
|
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
|
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
|
eb203a149b
|
jscript: Remove NaN related FIXMEs.
|
2009-06-04 12:12:56 +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
|
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 |
Piotr Caban
|
49ce878de7
|
jscript: Added Math_cos tests.
|
2009-04-03 13:01:01 +02:00 |
Piotr Caban
|
885a9e9c0c
|
jscript: Added Math_LN2 tests.
|
2009-04-03 13:00:53 +02: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 |
Jacek Caban
|
06050f86d5
|
jscript: Added Math.LOG10E implementation.
|
2008-12-11 12:45:47 +01:00 |
Jacek Caban
|
0c6b427aaa
|
jscript: Added Math.LOG2E implementation.
|
2008-12-11 12:45:44 +01:00 |
Jacek Caban
|
da03e6779d
|
jscript: Added Math.E implementation.
|
2008-12-11 12:45:40 +01:00 |
Jacek Caban
|
0e8bcbd9de
|
jscript: Added Math.PI implementation.
|
2008-12-11 12:45:36 +01:00 |
Andrew Nguyen
|
abedd774fb
|
jscript: Implement the String.sup() method.
|
2008-12-10 11:50:23 +01:00 |
Andrew Nguyen
|
257e15da39
|
jscript: Implement the String.sub() method.
|
2008-12-10 11:50:18 +01:00 |
Andrew Nguyen
|
bbac6de702
|
jscript: Implement the String.strike() method.
|
2008-12-02 16:39:07 +01:00 |
Andrew Nguyen
|
424a3f3ffe
|
jscript: Implement the String.small() method.
|
2008-12-02 16:38:53 +01:00 |
Andrew Nguyen
|
edba282951
|
jscript: Implement the String.italics() method.
|
2008-12-02 16:38:49 +01:00 |
Andrew Nguyen
|
c80a23c639
|
jscript: Implement the String.fixed() method.
|
2008-12-02 16:33:42 +01:00 |
Andrew Nguyen
|
99f376dc4e
|
jscript: Implement the String.bold() method.
|
2008-12-02 16:33:35 +01:00 |
Andrew Nguyen
|
a8dff20f2e
|
jscript: Implement the String.blink() method.
|
2008-12-02 16:33:33 +01:00 |
Andrew Nguyen
|
dd23e5b19c
|
jscript: Implement the String.big() method.
|
2008-12-02 16:33:30 +01:00 |
Andrew Nguyen
|
3909672f59
|
jscript: Implement the String.toUpperCase() method.
|
2008-11-24 14:18:41 +01:00 |
Andrew Nguyen
|
c4148203c6
|
jscript: Implement the String.toLowerCase() method.
|
2008-11-24 14:18:41 +01:00 |
Jacek Caban
|
9f1699b9a4
|
jscript: Return NaN in Math.ceil if called without any argument.
|
2008-10-22 13:54:53 +02:00 |
Jacek Caban
|
9709eadca1
|
jscript: Added Math.floor implementation.
|
2008-10-22 13:54:53 +02:00 |
Jacek Caban
|
f30de9b9fc
|
jscript: Added Number.valueOf implementation.
|
2008-10-18 19:30:09 +02:00 |
Jacek Caban
|
142cffc249
|
jscript: Added Math.abs with no arg implementation.
|
2008-10-17 11:45:57 +02:00 |
Jacek Caban
|
2e075e9862
|
jscript: Added NaN handling to Math.min and Math.max.
|
2008-10-17 11:45:53 +02:00 |
Jacek Caban
|
122198a24f
|
jscript: Added Date.getTime() implementation.
|
2008-10-14 11:26:33 +02:00 |
Jacek Caban
|
b67e875eed
|
jscript: Added String.split implementation for non-regexp arguments.
|
2008-10-08 12:18:45 +02:00 |
Jacek Caban
|
67af45be7d
|
jscript: Added encodeURI implementation.
|
2008-10-08 12:18:40 +02:00 |
Jacek Caban
|
80bd994bc7
|
jscript: Added Array.pop implementation.
|
2008-10-08 12:18:31 +02:00 |
Jacek Caban
|
43c7907f31
|
jscript: Added String.indexOf implementation.
|
2008-10-07 12:16:56 +02:00 |
Jacek Caban
|
9307a5ddfd
|
jscript: Added String.match implementation for non-regexp arguments.
|
2008-09-25 11:16:25 +02:00 |
Jacek Caban
|
e0413ddfe5
|
jscript: Added String.replace implementation.
|
2008-09-25 11:16:18 +02:00 |
Jacek Caban
|
e806869d4e
|
jscript: Added Function default value implementation.
|
2008-09-22 11:56:21 +02:00 |
Jacek Caban
|
5760eb808b
|
jscript: Added Function.toString implementation.
|
2008-09-22 11:56:16 +02:00 |
Jacek Caban
|
90dd23cc4c
|
jscript: Added Math.ceil implementation.
|
2008-09-22 11:56:05 +02:00 |
Jacek Caban
|
c4fe1b2efd
|
jscript: Added Math.pow implementation.
|
2008-09-22 11:56:00 +02:00 |
Jacek Caban
|
37b69e9a9e
|
jscript: Added Math.max implementation.
|
2008-09-22 11:55:56 +02:00 |
Jacek Caban
|
2149494c9d
|
jscript: Added Math.abs implementation.
|
2008-09-22 11:55:51 +02:00 |
Jacek Caban
|
c395981b2f
|
jscript: Added Math.round implementation.
|
2008-09-22 11:55:46 +02:00 |
Jacek Caban
|
50a24a4a13
|
jscript: Added Math.min implementation.
|
2008-09-22 11:55:42 +02:00 |
Jacek Caban
|
17ceb90b30
|
jscript: Added String function implementation.
|
2008-09-22 11:55:38 +02:00 |
Jacek Caban
|
6751644835
|
jscript: Added String.concat implementation.
|
2008-09-22 11:55:33 +02:00 |
Jacek Caban
|
1f134b41b3
|
jscript: Added String default value implementation.
|
2008-09-22 11:55:28 +02:00 |
Jacek Caban
|
3925f13023
|
jscript: Added String constructor implementation.
|
2008-09-22 11:55:24 +02:00 |
Jacek Caban
|
f8537b6eb9
|
jscript: Added parseInt implementation.
|
2008-09-22 11:55:15 +02:00 |
Jacek Caban
|
8612ae880f
|
jscript: Added String.charCodeAt implementation.
|
2008-09-22 11:55:10 +02:00 |
Jacek Caban
|
2c6847d000
|
jscript: Added String.slice implementation.
|
2008-09-22 11:55:06 +02:00 |
Jacek Caban
|
1388a6f421
|
jscript: Added String.valueOf implementation.
|
2008-09-22 11:55:00 +02:00 |
Jacek Caban
|
304e9fe0d4
|
jscript: Added String.toString implementation.
|
2008-09-22 11:54:56 +02:00 |
Jacek Caban
|
5fdf258b1a
|
jscript: Added String.substring implementation.
|
2008-09-22 11:54:52 +02:00 |
Jacek Caban
|
898cb6fcd4
|
jscript: Added Array default value implementation.
|
2008-09-22 11:54:41 +02:00 |
Jacek Caban
|
c6188fdffc
|
jscript: Added Object default value implementation.
|
2008-09-22 11:54:29 +02:00 |
Jacek Caban
|
5fa649cae6
|
jscript: Added Array.concat implementation.
|
2008-09-22 11:54:24 +02:00 |
Jacek Caban
|
f1f2e8e6c5
|
jscript: Added Array.sort implementation.
|
2008-09-22 11:54:11 +02:00 |
Jacek Caban
|
53e831e2cb
|
jscript: Added Number function implementation.
|
2008-09-22 11:53:59 +02:00 |
Jacek Caban
|
c3e2a6f9d7
|
jscript: Added Number.toString implementation.
|
2008-09-22 11:53:54 +02:00 |
Jacek Caban
|
9b74d6a91c
|
jscript: Added Number constructor implementation.
|
2008-09-22 11:53:49 +02:00 |
Jacek Caban
|
8b13719cd2
|
jscript: Added Array.toString implementation.
|
2008-09-22 11:53:44 +02:00 |
Jacek Caban
|
f62dd2a9fd
|
jscript: Added Array.join implementation.
|
2008-09-22 11:53:38 +02:00 |
Jacek Caban
|
34e82951c3
|
jscript: Added Array.push implementation.
|
2008-09-22 11:53:31 +02:00 |
Jacek Caban
|
4731f17435
|
jscript: Added String.charAt implementation.
|
2008-09-19 12:07:53 +02:00 |
Jacek Caban
|
b48489be3c
|
jscript: Added String.length implementation.
|
2008-09-18 12:23:01 +02:00 |
Jacek Caban
|
f2e7626c7a
|
jscript: Added ArrayInstance::on_put implementation.
|
2008-09-16 11:29:38 +02:00 |
Jacek Caban
|
06d19171be
|
jscript: Added Array.length implementation.
|
2008-09-16 11:29:33 +02:00 |
Jacek Caban
|
9c25917e5d
|
jscript: Added Array constructor implementation.
|
2008-09-16 11:29:28 +02:00 |