LeeHayun bed094f74f Fixes the bug of ecma_date_make_day() (#1836) & ecma_date_week_day(). (#1466)
The ecma_date_make_day() handled any date in October on leap years incorrectly,
which was mentioned in issue #1836. The ecma_date_week_day() returned minus values
when return week_day before 1970 years which was also incorrect.

This change solves these bugs. In addition, this enhances the algorithm of accessing 'the ym-mn-1'
by replacing binary search to simple computation at ecma_date_make_day().

JerryScript-DCO-1.0-Signed-off-by: Hayun Lee lhy920806@gmail.com
2016-12-05 09:58:36 +01:00
..
2015-08-12 11:49:05 +02:00
2014-08-11 19:08:54 +04:00
2015-07-07 08:25:29 +02:00
2016-09-21 16:15:57 +02:00
2015-07-15 12:34:51 +03:00
2015-10-30 16:41:16 +03:00
2015-06-26 20:21:59 +03:00
2015-07-01 14:44:12 +03:00
2015-07-06 11:01:02 +02:00
2016-02-09 13:20:22 +01:00
2014-10-13 17:45:20 +04:00
2016-09-08 14:05:14 +02:00
2015-12-23 14:21:10 +03:00
2014-10-15 18:02:10 +04:00